From 809aeffc3580de5eeafc50dd3c5975188d4db2d8 Mon Sep 17 00:00:00 2001 From: William Earnhardt Date: Mon, 12 Jun 2023 07:54:47 -0400 Subject: [PATCH 1/4] Bump performance module to 1.1.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 860714297..bb8e5fdbd 100644 --- a/composer.json +++ b/composer.json @@ -67,11 +67,11 @@ "newfold-labs/wp-module-notifications": "^1.1.2", "newfold-labs/wp-module-onboarding": "^1.8.1", "newfold-labs/wp-module-patterns": "0.1.0", - "newfold-labs/wp-module-performance": "^1.0.1", + "newfold-labs/wp-module-performance": "^1.1.1", "newfold-labs/wp-module-secure-passwords": "^1.1", "newfold-labs/wp-module-sso": "^1.0.4", "newfold-labs/wp-module-staging": "^1.0.2", "wp-forge/wp-update-handler": "^1.0", "wp-forge/wp-upgrade-handler": "^1.0" } -} \ No newline at end of file +} From fbb808d4723147da0ba3327b704c80ff76135e58 Mon Sep 17 00:00:00 2001 From: William Earnhardt Date: Mon, 12 Jun 2023 07:54:59 -0400 Subject: [PATCH 2/4] Bump plugin version to 3.0.2 --- bluehost-wordpress-plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index f6462e893..47debbe65 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -11,7 +11,7 @@ * Plugin Name: The Bluehost Plugin * Plugin URI: https://bluehost.com * Description: WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features. - * Version: 3.0.1 + * Version: 3.0.2 * Requires at least: 6.0 * Requires PHP: 7.1 * Tested up to: 6.2.2 @@ -31,7 +31,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '3.0.1' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.0.2' ); define( 'BLUEHOST_PLUGIN_FILE', __FILE__ ); define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); From 724ac02f6857de257c8be0e3a8ef8ac9c69fcfa3 Mon Sep 17 00:00:00 2001 From: William Earnhardt Date: Mon, 12 Jun 2023 08:01:45 -0400 Subject: [PATCH 3/4] Update Composer lock file --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 4bd7568b8..3bc3c40d3 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": "c52052a335e85cbdb4194c85507a58ae", + "content-hash": "820b2cd8b563327181f62441b4dcee5a", "packages": [ { "name": "doctrine/inflector", @@ -843,16 +843,16 @@ }, { "name": "newfold-labs/wp-module-performance", - "version": "1.1", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-performance.git", - "reference": "28ebfc22abd15f49c8423c7ce159f8272cbe5883" + "reference": "7efc4f25a9e576d6aae79f9e3472630bc8e46fcd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-performance/zipball/28ebfc22abd15f49c8423c7ce159f8272cbe5883", - "reference": "28ebfc22abd15f49c8423c7ce159f8272cbe5883", + "url": "https://api.github.com/repos/newfold-labs/wp-module-performance/zipball/7efc4f25a9e576d6aae79f9e3472630bc8e46fcd", + "reference": "7efc4f25a9e576d6aae79f9e3472630bc8e46fcd", "shasum": "" }, "require": { @@ -881,10 +881,10 @@ ], "description": "A module for managing caching functionality.", "support": { - "source": "https://github.com/newfold-labs/wp-module-performance/tree/1.1", + "source": "https://github.com/newfold-labs/wp-module-performance/tree/1.1.1", "issues": "https://github.com/newfold-labs/wp-module-performance/issues" }, - "time": "2023-05-26T18:08:24+00:00" + "time": "2023-06-12T11:20:05+00:00" }, { "name": "newfold-labs/wp-module-secure-passwords", From 2acf7493389e0b2fc1d1d23a891615d59a0ee02f Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 12 Jun 2023 09:39:52 -0400 Subject: [PATCH 4/4] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c880c7ae..a3df85667 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bluehost-wordpress-plugin", "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.0.1", + "version": "3.0.2", "private": true, "repository": { "type": "git",