diff --git a/.wp-env.json b/.wp-env.json index d499eb7..c8a91db 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,5 +1,5 @@ { - "core": "WordPress/WordPress#tags/6.3.1", + "core": "WordPress/WordPress#tags/6.3.2", "config": { "WP_DEBUG": true, "WP_DEBUG_LOG": true, diff --git a/package.json b/package.json index 3263341..814b794 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wp-plugin-mojo", "description": "WordPress plugin that integrates a WordPress site with Hosting", "license": "GPL-2.0-or-later", - "version": "2.0.9", + "version": "2.0.10", "private": true, "repository": { "type": "git", diff --git a/wp-plugin-mojo.php b/wp-plugin-mojo.php index d9937f4..6fdfd3c 100644 --- a/wp-plugin-mojo.php +++ b/wp-plugin-mojo.php @@ -11,8 +11,8 @@ * Plugin Name: The MOJO Plugin * Plugin URI: https://mojomarketplace.com * Description: WordPress plugin that integrates a WordPress site with Hosting. - * Version: 2.0.9 - * Tested up to: 6.3.1 + * Version: 2.0.10 + * Tested up to: 6.3.2 * Requires at least: 5.8 * Requires PHP: 7.0 * Author: Bluehost @@ -31,7 +31,7 @@ } // Define constants -define( 'MOJO_PLUGIN_VERSION', '2.0.9' ); +define( 'MOJO_PLUGIN_VERSION', '2.0.10' ); define( 'MOJO_PLUGIN_FILE', __FILE__ ); define( 'MOJO_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'MOJO_PLUGIN_URL', plugin_dir_url( __FILE__ ) );