Skip to content

Commit 49aa72d

Browse files
authored
Merge pull request #25 from visual-framework/widget-options-and-acf-update
updates acf pro to 6.3.8 and widget options to 4.0.7
2 parents ec36bef + f017639 commit 49aa72d

400 files changed

Lines changed: 172849 additions & 54617 deletions

File tree

Some content is hidden

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

advanced-custom-fields-pro/acf.php

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
* Plugin Name: Advanced Custom Fields PRO
1010
* Plugin URI: https://www.advancedcustomfields.com
1111
* Description: Customize WordPress with powerful, professional and intuitive fields.
12-
* Version: 6.3.0.1
12+
* Version: 6.3.8
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
15-
* Update URI: https://www.advancedcustomfields.com/pro
15+
* Update URI: false
1616
* Text Domain: acf
1717
* Domain Path: /lang
1818
* Requires PHP: 7.4
@@ -36,7 +36,7 @@ class ACF {
3636
*
3737
* @var string
3838
*/
39-
public $version = '6.3.0.1';
39+
public $version = '6.3.8';
4040

4141
/**
4242
* The plugin settings array.
@@ -231,6 +231,11 @@ public function initialize() {
231231
acf_include( 'pro/acf-pro.php' );
232232

233233
if ( is_admin() && function_exists( 'acf_is_pro' ) && ! acf_is_pro() ) {
234+
235+
// Include WPE update system.
236+
acf_include( 'includes/class-PluginUpdater.php' );
237+
acf_include( 'includes/acf-upgrades.php' );
238+
234239
acf_include( 'includes/admin/admin-options-pages-preview.php' );
235240
}
236241

advanced-custom-fields-pro/assets/build/css/acf-field-group.css

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

advanced-custom-fields-pro/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.

advanced-custom-fields-pro/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)