Skip to content

Commit

Permalink
update plugin version to 2.0.10 and wp version to 6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Oct 17, 2023
1 parent f7f6c12 commit fff4b92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions wp-plugin-mojo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) );
Expand Down

0 comments on commit fff4b92

Please sign in to comment.