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:
Mykyta Synelnikov
2026-01-19 11:17:27 +02:00
parent 4b6fb473ee
commit 6299aa2503
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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 );