From fcd64171af4665dc1c33bb9f7fb6cc058344f81e Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Thu, 20 Jun 2024 15:09:32 -0400 Subject: [PATCH 1/3] update plugin version to 3.12.1 --- bluehost-wordpress-plugin.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index 4fb722608..e3fd0d125 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.12.0 + * Version: 3.12.1 * Requires at least: 6.0 * Requires PHP: 7.1 * Tested up to: 6.5.4 @@ -32,7 +32,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '3.12.0' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.12.1' ); define( 'BLUEHOST_PLUGIN_FILE', __FILE__ ); define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); diff --git a/package-lock.json b/package-lock.json index e3f54d7ec..8fd9dce22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.12.0", + "version": "3.12.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bluehost-wordpress-plugin", - "version": "3.12.0", + "version": "3.12.1", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.1", diff --git a/package.json b/package.json index ab55cca54..5840acde1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.12.0", + "version": "3.12.1", "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "author": { "name": "Bluehost", From 4d38d7d21ae8a77e460f0985f153aac839877563 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Thu, 20 Jun 2024 15:21:05 -0400 Subject: [PATCH 2/3] update features module to 1.4.2 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 5f29dc55d..3ad01c227 100644 --- a/composer.json +++ b/composer.json @@ -81,7 +81,7 @@ "newfold-labs/wp-module-deactivation": "^1.2.1", "newfold-labs/wp-module-ecommerce": "^1.3.33", "newfold-labs/wp-module-facebook": "^1.0.9", - "newfold-labs/wp-module-features": "^1.4.1", + "newfold-labs/wp-module-features": "^1.4.2", "newfold-labs/wp-module-global-ctb": "^1.0.12", "newfold-labs/wp-module-help-center": "^2.0.0", "newfold-labs/wp-module-loader": "^1.0.10", diff --git a/composer.lock b/composer.lock index 57c66efd7..8053bc3d2 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": "849bde744ef141a051740cb9c61158fc", + "content-hash": "d1626a67ac7fa550f598c6bc22e093a6", "packages": [ { "name": "doctrine/inflector", @@ -753,16 +753,16 @@ }, { "name": "newfold-labs/wp-module-features", - "version": "1.4.1", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-features.git", - "reference": "d22ca49d2235ac7797fa6ad315ceaf7edec9bd31" + "reference": "0424ca66ed275371a372b139d1c2f81652181b01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/d22ca49d2235ac7797fa6ad315ceaf7edec9bd31", - "reference": "d22ca49d2235ac7797fa6ad315ceaf7edec9bd31", + "url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/0424ca66ed275371a372b139d1c2f81652181b01", + "reference": "0424ca66ed275371a372b139d1c2f81652181b01", "shasum": "" }, "require": { @@ -803,10 +803,10 @@ ], "description": "A module for providing an interface for features.", "support": { - "source": "https://github.com/newfold-labs/wp-module-features/tree/1.4.1", + "source": "https://github.com/newfold-labs/wp-module-features/tree/1.4.2", "issues": "https://github.com/newfold-labs/wp-module-features/issues" }, - "time": "2024-05-28T18:01:46+00:00" + "time": "2024-06-20T19:10:03+00:00" }, { "name": "newfold-labs/wp-module-global-ctb", From 8d8e4216268fa832ca06074e3045c032d6461927 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Thu, 20 Jun 2024 17:14:49 -0400 Subject: [PATCH 3/3] update migration module to 1.0.7 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 3ad01c227..3a78d56a5 100644 --- a/composer.json +++ b/composer.json @@ -86,7 +86,7 @@ "newfold-labs/wp-module-help-center": "^2.0.0", "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.3.0", - "newfold-labs/wp-module-migration": "^1.0.6", + "newfold-labs/wp-module-migration": "^1.0.7", "newfold-labs/wp-module-notifications": "^1.3.0", "newfold-labs/wp-module-onboarding": "^2.3.4", "newfold-labs/wp-module-patterns": "2.0.0 as 1.9.9", diff --git a/composer.lock b/composer.lock index 8053bc3d2..540934ad0 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": "d1626a67ac7fa550f598c6bc22e093a6", + "content-hash": "e180979b303913510ec0c2cfbd9642a3", "packages": [ { "name": "doctrine/inflector", @@ -1091,16 +1091,16 @@ }, { "name": "newfold-labs/wp-module-migration", - "version": "v1.0.6", + "version": "v1.0.7", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-migration.git", - "reference": "be8804c858a812afa33343de1b8133612c923772" + "reference": "48ae5be126f080220c58e5b607355dc52dfcc575" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/be8804c858a812afa33343de1b8133612c923772", - "reference": "be8804c858a812afa33343de1b8133612c923772", + "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/48ae5be126f080220c58e5b607355dc52dfcc575", + "reference": "48ae5be126f080220c58e5b607355dc52dfcc575", "shasum": "" }, "require": { @@ -1138,10 +1138,10 @@ ], "description": "Initiates the migration process", "support": { - "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.6", + "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.7", "issues": "https://github.com/newfold-labs/wp-module-migration/issues" }, - "time": "2024-06-19T22:12:33+00:00" + "time": "2024-06-20T21:06:00+00:00" }, { "name": "newfold-labs/wp-module-notifications",