Skip to content

Commit

Permalink
[deploy:live] Merge pull request #231 from PRX/plugin-updates-october…
Browse files Browse the repository at this point in the history
…-2024

Update Plugins Oct 17.
  • Loading branch information
Sean12mps authored Oct 21, 2024
2 parents 822ef13 + 49eabea commit edcce5e
Show file tree
Hide file tree
Showing 442 changed files with 16,832 additions and 53,200 deletions.
11 changes: 8 additions & 3 deletions wp-content/plugins/advanced-custom-fields-pro/acf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
* Plugin Name: Advanced Custom Fields PRO
* Plugin URI: https://www.advancedcustomfields.com
* Description: Customize WordPress with powerful, professional and intuitive fields.
* Version: 6.3.6
* Version: 6.3.9
* 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
* Update URI: false
* Text Domain: acf
* Domain Path: /lang
* Requires PHP: 7.4
Expand All @@ -36,7 +36,7 @@ class ACF {
*
* @var string
*/
public $version = '6.3.6';
public $version = '6.3.9';

/**
* The plugin settings array.
Expand Down Expand Up @@ -231,6 +231,11 @@ public function initialize() {
acf_include( 'pro/acf-pro.php' );

if ( is_admin() && function_exists( 'acf_is_pro' ) && ! acf_is_pro() ) {

// Include WPE update system.
acf_include( 'includes/class-PluginUpdater.php' );
acf_include( 'includes/acf-upgrades.php' );

acf_include( 'includes/admin/admin-options-pages-preview.php' );
}

Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit edcce5e

Please sign in to comment.