diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index 14a71d6f1..792427bf7 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.1 + * Version: 3.8.2 * Requires at least: 6.0 * Requires PHP: 7.1 * Tested up to: 6.4.2 @@ -32,7 +32,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '3.8.1' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.8.2' ); 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 14d5f1938..f7ee8425c 100644 --- a/composer.lock +++ b/composer.lock @@ -1017,16 +1017,16 @@ }, { "name": "newfold-labs/wp-module-patterns", - "version": "0.1.12", + "version": "0.1.13", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-patterns.git", - "reference": "6f4189c97a9e37f24531af8cfae986041d4b613b" + "reference": "e270df68693808a662ec86943c778a907936cdd9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/6f4189c97a9e37f24531af8cfae986041d4b613b", - "reference": "6f4189c97a9e37f24531af8cfae986041d4b613b", + "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/e270df68693808a662ec86943c778a907936cdd9", + "reference": "e270df68693808a662ec86943c778a907936cdd9", "shasum": "" }, "require-dev": { @@ -1060,10 +1060,10 @@ ], "description": "WordPress Cloud Patterns", "support": { - "source": "https://github.com/newfold-labs/wp-module-patterns/tree/0.1.12", + "source": "https://github.com/newfold-labs/wp-module-patterns/tree/0.1.13", "issues": "https://github.com/newfold-labs/wp-module-patterns/issues" }, - "time": "2024-01-03T21:56:57+00:00" + "time": "2024-01-22T16:46:37+00:00" }, { "name": "newfold-labs/wp-module-performance", diff --git a/package.json b/package.json index 096f01b82..47bb5d4af 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.1", + "version": "3.8.2", "private": true, "repository": { "type": "git",