Skip to content

Commit

Permalink
Updates to 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ACF committed Sep 8, 2023
1 parent f367b7a commit 096ae70
Show file tree
Hide file tree
Showing 153 changed files with 20,279 additions and 21,298 deletions.
22 changes: 12 additions & 10 deletions acf.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@
* @author WP Engine
*
* @wordpress-plugin
* Plugin Name: Advanced Custom Fields PRO
* Plugin URI: https://www.advancedcustomfields.com
* Description: Customize WordPress with powerful, professional and intuitive fields.
* Version: 6.2.0
* Author: WP Engine
* Author URI: https://wpengine.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=plugin_directory&utm_content=advanced_custom_fields
* Update URI: https://www.advancedcustomfields.com/pro
* Text Domain: acf
* Domain Path: /lang
* Plugin Name: Advanced Custom Fields PRO
* Plugin URI: https://www.advancedcustomfields.com
* Description: Customize WordPress with powerful, professional and intuitive fields.
* Version: 6.2.1
* Author: WP Engine
* Author URI: https://wpengine.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=plugin_directory&utm_content=advanced_custom_fields
* Update URI: https://www.advancedcustomfields.com/pro
* Text Domain: acf
* Domain Path: /lang
* Requires PHP: 7.0
* Requires at least: 5.8
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand All @@ -34,7 +36,7 @@ class ACF {
*
* @var string
*/
public $version = '6.2.0';
public $version = '6.2.1';

/**
* The plugin settings array.
Expand Down
16 changes: 14 additions & 2 deletions assets/build/css/acf-field-group.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/build/css/acf-field-group.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/build/css/acf-field-group.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 096ae70

Please sign in to comment.