mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Update WordPress compatibility to version 6.9.0
Updated `UM_WP_FUNCTIONS_VERSION` and `php-scoper-wordpress-excludes` to align with WordPress 6.9.0. This ensures compatibility with the latest WordPress release while keeping dependencies up-to-date.
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@
|
||||
"wp-coding-standards/wpcs": "*",
|
||||
"symplify/phpstan-rules": "*",
|
||||
"phpdocumentor/phpdocumentor": "3.8.*",
|
||||
"sniccowp/php-scoper-wordpress-excludes": "6.8.*"
|
||||
"sniccowp/php-scoper-wordpress-excludes": "6.9.*"
|
||||
},
|
||||
"scripts": {
|
||||
"wordpress-excludes": [
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ define( 'UM_PATH', plugin_dir_path( __FILE__ ) );
|
||||
define( 'UM_PLUGIN', plugin_basename( __FILE__ ) );
|
||||
define( 'UM_VERSION', $plugin_data['Version'] );
|
||||
define( 'UM_PLUGIN_NAME', $plugin_data['Name'] );
|
||||
define( 'UM_WP_FUNCTIONS_VERSION', '6.8.0' ); // Updates every major WordPress release.
|
||||
define( 'UM_WP_FUNCTIONS_VERSION', '6.9.0' ); // Updates every major WordPress release.
|
||||
define( 'UM_LICENSE_REQUEST_DEBUG', false ); // Set true then need to debug the license request.
|
||||
define( 'UM_UPDATER_DEBUG', false ); // Set true then need to debug the upgrade packages.
|
||||
// define( 'UM_DEV_MODE', true );
|
||||
|
||||
Reference in New Issue
Block a user