Skip to content

Commit 22d3809

Browse files
committed
Deploying version 6.6.0
1 parent b9263fa commit 22d3809

File tree

322 files changed

+5235
-3520
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

322 files changed

+5235
-3520
lines changed

acf.php

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,24 @@
99
* Plugin Name: Advanced Custom Fields
1010
* Plugin URI: https://www.advancedcustomfields.com
1111
* Description: Customize WordPress with powerful, professional and intuitive fields.
12-
* Version: 6.5.1
12+
* Version: 6.6.0
1313
* Author: WP Engine
1414
* Author URI: https://wpengine.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=plugin_directory&utm_content=advanced_custom_fields
1515
* Update URI: https://www.advancedcustomfields.com
1616
* Text Domain: acf
1717
* Domain Path: /lang
1818
* Requires PHP: 7.4
19-
* Requires at least: 6.0
19+
* Requires at least: 6.2
20+
*/
21+
22+
/**
23+
* @package ACF
24+
* @author WP Engine
25+
*
26+
* © 2025 Advanced Custom Fields (ACF®). All rights reserved.
27+
* "ACF" is a trademark of WP Engine.
28+
* Licensed under the GNU General Public License v2 or later.
29+
* https://www.gnu.org/licenses/gpl-2.0.html
2030
*/
2131

2232
if ( ! defined( 'ABSPATH' ) ) {
@@ -35,7 +45,7 @@ class ACF {
3545
*
3646
* @var string
3747
*/
38-
public $version = '6.5.1';
48+
public $version = '6.6.0';
3949

4050
/**
4151
* The plugin settings array.

assets/build/css/acf-field-group.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/css/acf-global.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/css/acf-input.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/js/acf-field-group.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/js/acf-input.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/js/acf-internal-post-type.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/build/js/acf.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/images/wp-engine-horizontal-black.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)