Skip to content

Commit c5f6eb4

Browse files
committed
v6.2.2
Signed-off-by: Kolja Nolte <kolja.nolte@gmail.com>
1 parent 42d5f9b commit c5f6eb4

File tree

188 files changed

+38828
-39031
lines changed

Some content is hidden

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

188 files changed

+38828
-39031
lines changed

acf.php

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@
66
* @author WP Engine
77
*
88
* @wordpress-plugin
9-
* Plugin Name: Advanced Custom Fields PRO
10-
* Plugin URI: https://www.advancedcustomfields.com
11-
* Description: Customize WordPress with powerful, professional and intuitive fields.
12-
* Version: 6.2.0
13-
* Author: WP Engine
14-
* Author URI: https://wpengine.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=plugin_directory&utm_content=advanced_custom_fields
15-
* Update URI: https://www.advancedcustomfields.com/pro
16-
* Text Domain: acf
17-
* Domain Path: /lang
9+
* Plugin Name: Advanced Custom Fields PRO
10+
* Plugin URI: https://www.advancedcustomfields.com
11+
* Description: Customize WordPress with powerful, professional and intuitive fields.
12+
* Version: 6.2.2
13+
* Author: WP Engine
14+
* Author URI: https://wpengine.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=plugin_directory&utm_content=advanced_custom_fields
15+
* Update URI: https://www.advancedcustomfields.com/pro
16+
* Text Domain: acf
17+
* Domain Path: /lang
18+
* Requires PHP: 7.0
19+
* Requires at least: 5.8
1820
*/
1921

2022
if ( ! defined( 'ABSPATH' ) ) {
@@ -34,7 +36,7 @@ class ACF {
3436
*
3537
* @var string
3638
*/
37-
public $version = '6.2.0';
39+
public $version = '6.2.2';
3840

3941
/**
4042
* The plugin settings array.
@@ -226,6 +228,10 @@ public function initialize() {
226228
// Include PRO.
227229
acf_include( 'pro/acf-pro.php' );
228230

231+
if ( is_admin() && function_exists( 'acf_is_pro' ) && ! acf_is_pro() ) {
232+
acf_include( 'includes/admin/admin-options-pages-preview.php' );
233+
}
234+
229235
// Add actions.
230236
add_action( 'init', array( $this, 'register_post_status' ), 4 );
231237
add_action( 'init', array( $this, 'init' ), 5 );

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

Lines changed: 14 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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-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.

0 commit comments

Comments
 (0)