diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index fc24a507c..580bef286 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -12,7 +12,7 @@ * Plugin URI: https://bluehost.com * Update URI: https://github.com/bluehost/bluehost-wordpress-plugin * Description: WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features. - * Version: 3.8.4 + * Version: 3.9.0 * Requires at least: 6.0 * Requires PHP: 7.1 * Tested up to: 6.4.3 @@ -32,7 +32,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '3.8.4' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.9.0' ); define( 'BLUEHOST_PLUGIN_FILE', __FILE__ ); define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); diff --git a/composer.lock b/composer.lock index 9c14f4c81..4f78a9bf9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c0946b72a65f7db2675edcf2c7de08f4", + "content-hash": "f1008b36165e57b80546f7edd9bcb8e1", "packages": [ { "name": "doctrine/inflector", diff --git a/package-lock.json b/package-lock.json index 42fcf98c9..a734fc211 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.8.4", + "version": "3.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "version": "3.8.4", + "version": "3.9.0", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.1", @@ -14,17 +14,17 @@ "@newfold/ui-component-library": "^1.0.1", "@reduxjs/toolkit": "^2.1.0", "@wordpress/compose": "^6.27.0", - "@wordpress/dom-ready": "^3.50.0", + "@wordpress/dom-ready": "^3.52.0", "@wordpress/element": "^5.26.0", "@wordpress/html-entities": "^3.50.0", "@wordpress/i18n": "^4.49.0", - "@wordpress/icons": "^9.41.0", + "@wordpress/icons": "^9.43.0", "classnames": "^2.5.1", "jquery": "^3.7.1", "lodash": "^4.17.21", "react": "^18.2.0", "react-error-boundary": "^4.0.12", - "react-router-dom": "^6.21.3", + "react-router-dom": "^6.21.1", "react-use": "^17.5.0", "semver": "^7.5.4" }, diff --git a/package.json b/package.json index 6fdd14457..540d11be8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "license": "GPL-2.0-or-later", - "version": "3.8.4", + "version": "3.9.0", "private": true, "repository": { "type": "git", @@ -29,17 +29,17 @@ "@newfold/ui-component-library": "^1.0.1", "@reduxjs/toolkit": "^2.1.0", "@wordpress/compose": "^6.27.0", - "@wordpress/dom-ready": "^3.50.0", + "@wordpress/dom-ready": "^3.52.0", "@wordpress/element": "^5.26.0", "@wordpress/html-entities": "^3.50.0", "@wordpress/i18n": "^4.49.0", - "@wordpress/icons": "^9.41.0", + "@wordpress/icons": "^9.43.0", "classnames": "^2.5.1", "jquery": "^3.7.1", "lodash": "^4.17.21", "react": "^18.2.0", "react-error-boundary": "^4.0.12", - "react-router-dom": "^6.21.3", + "react-router-dom": "^6.21.1", "react-use": "^17.5.0", "semver": "^7.5.4" },