From 0251943ce1fd094699b8ec366236702d2eae978d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 07:17:36 +0000 Subject: [PATCH 1/4] Composer Dev(deps-dev): Bump wp-phpunit/wp-phpunit from 6.4.1 to 6.4.2 Bumps [wp-phpunit/wp-phpunit](https://github.com/wp-phpunit/wp-phpunit) from 6.4.1 to 6.4.2. - [Commits](https://github.com/wp-phpunit/wp-phpunit/compare/6.4.1...6.4.2) --- updated-dependencies: - dependency-name: wp-phpunit/wp-phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 4365b5dbc..574d4c6eb 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "roave/security-advisories": "dev-latest", "newfold-labs/wp-php-standards": "^1.2", "wp-cli/i18n-command": "^2.4.4", - "wp-phpunit/wp-phpunit": "^6.4.1" + "wp-phpunit/wp-phpunit": "^6.4.2" }, "require": { "newfold-labs/wp-module-business-reviews": "^1.1.1", diff --git a/composer.lock b/composer.lock index 4688a7d53..dc1a5dda7 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": "2844bae76ed30795c5529985abf86b8c", + "content-hash": "37779134d8eec6c08cff129724b05ad6", "packages": [ { "name": "doctrine/inflector", @@ -3517,16 +3517,16 @@ }, { "name": "wp-phpunit/wp-phpunit", - "version": "6.4.1", + "version": "6.4.2", "source": { "type": "git", "url": "https://github.com/wp-phpunit/wp-phpunit.git", - "reference": "7b0f58b0c33ba2569a4de74761c10c629298e7ce" + "reference": "aa3c8f5d1b7efc295fd2b37c7264d2356a8c1099" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/7b0f58b0c33ba2569a4de74761c10c629298e7ce", - "reference": "7b0f58b0c33ba2569a4de74761c10c629298e7ce", + "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/aa3c8f5d1b7efc295fd2b37c7264d2356a8c1099", + "reference": "aa3c8f5d1b7efc295fd2b37c7264d2356a8c1099", "shasum": "" }, "type": "library", @@ -3561,7 +3561,7 @@ "issues": "https://github.com/wp-phpunit/issues", "source": "https://github.com/wp-phpunit/wp-phpunit" }, - "time": "2023-11-28T00:32:39+00:00" + "time": "2023-12-07T00:50:08+00:00" } ], "aliases": [], From 2e2bb30c264b3b9566a8e01491745aa897e0599d Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Tue, 12 Dec 2023 16:26:22 -0500 Subject: [PATCH 2/4] bump plugin version to 3.7.2 --- bluehost-wordpress-plugin.php | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index a13b84206..3ce18a8bb 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.7.1 + * Version: 3.7.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.7.1' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.7.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/package.json b/package.json index a44e20ff8..223be53b2 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.7.1", + "version": "3.7.2", "private": true, "repository": { "type": "git", From 435fe2640ad33fc4774df5a5a0c2dcfd36c9035e Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Tue, 12 Dec 2023 16:51:36 -0500 Subject: [PATCH 3/4] update onboarding and data modules - Upgrading newfold-labs/wp-module-data (2.4.14 => 2.4.15) - Upgrading newfold-labs/wp-module-onboarding (1.11.11 => 1.11.12) --- composer.json | 4 ++-- composer.lock | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 574d4c6eb..d76d91f84 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "newfold-labs/wp-module-coming-soon": "^1.1.12", "newfold-labs/wp-module-ctb": "^1.1.2", "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.4.14", + "newfold-labs/wp-module-data": "^2.4.15", "newfold-labs/wp-module-deactivation": "^1.0.3", "newfold-labs/wp-module-ecommerce": "^1.3.14", "newfold-labs/wp-module-global-ctb": "^1.0.9", @@ -67,7 +67,7 @@ "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.2.0", "newfold-labs/wp-module-notifications": "^1.2.1", - "newfold-labs/wp-module-onboarding": "^1.11.11", + "newfold-labs/wp-module-onboarding": "^1.11.12", "newfold-labs/wp-module-patterns": "^0.1.11", "newfold-labs/wp-module-performance": "^1.3.0", "newfold-labs/wp-module-runtime": "^1.0.7", diff --git a/composer.lock b/composer.lock index dc1a5dda7..19a0b5664 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": "37779134d8eec6c08cff129724b05ad6", + "content-hash": "d9f07632625d74fd2ad337826e03c808", "packages": [ { "name": "doctrine/inflector", @@ -418,16 +418,16 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.4.14", + "version": "2.4.15", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "3bdc70e9f0784832c2955bd2f887215cd38c4425" + "reference": "1bfc538c2f7c282175ddcd9b4513bcbe85facbbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/3bdc70e9f0784832c2955bd2f887215cd38c4425", - "reference": "3bdc70e9f0784832c2955bd2f887215cd38c4425", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/1bfc538c2f7c282175ddcd9b4513bcbe85facbbe", + "reference": "1bfc538c2f7c282175ddcd9b4513bcbe85facbbe", "shasum": "" }, "require": { @@ -460,10 +460,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.4.14", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.4.15", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2023-12-04T19:34:50+00:00" + "time": "2023-12-12T21:28:52+00:00" }, { "name": "newfold-labs/wp-module-deactivation", @@ -912,16 +912,16 @@ }, { "name": "newfold-labs/wp-module-onboarding", - "version": "1.11.11", + "version": "1.11.12", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", - "reference": "7a113204b604504bb980548ad2b3d1ae03993a78" + "reference": "4653bfc5b06f18415fca237ddee91e80110a7dba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/7a113204b604504bb980548ad2b3d1ae03993a78", - "reference": "7a113204b604504bb980548ad2b3d1ae03993a78", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/4653bfc5b06f18415fca237ddee91e80110a7dba", + "reference": "4653bfc5b06f18415fca237ddee91e80110a7dba", "shasum": "" }, "require": { @@ -965,10 +965,10 @@ ], "description": "Next-generation WordPress Onboarding for WordPress sites at Newfold Digital.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/1.11.11", + "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/1.11.12", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, - "time": "2023-12-08T20:40:13+00:00" + "time": "2023-12-12T21:43:37+00:00" }, { "name": "newfold-labs/wp-module-onboarding-data", From 713e2c58f5abf1c066e4e7711f9a15a7a9905f50 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Tue, 12 Dec 2023 16:52:37 -0500 Subject: [PATCH 4/4] update package lock file --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8ba5fc88..233646e17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.7.1", + "version": "3.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.7.1", + "version": "3.7.2", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.0.18",