diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index 6508f1841..abdda863b 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.3.1 + * Version: 3.3.2 * Requires at least: 6.0 * Requires PHP: 7.1 * Tested up to: 6.3 @@ -31,7 +31,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '3.3.1' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.3.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.json b/composer.json index e84ace825..1ec0a06e9 100644 --- a/composer.json +++ b/composer.json @@ -62,11 +62,11 @@ "newfold-labs/wp-module-data": "^2.4.6", "newfold-labs/wp-module-ecommerce": "^1.2.4", "newfold-labs/wp-module-global-ctb": "^1.0.4", - "newfold-labs/wp-module-help-center": "^1.0.18", + "newfold-labs/wp-module-help-center": "1.0.17", "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.0.2", "newfold-labs/wp-module-notifications": "^1.1.5", - "newfold-labs/wp-module-onboarding": "^1.11.0", + "newfold-labs/wp-module-onboarding": "1.10.4", "newfold-labs/wp-module-patterns": "^0.1.4", "newfold-labs/wp-module-performance": "^1.2.1", "newfold-labs/wp-module-runtime": "^1.0.5", diff --git a/composer.lock b/composer.lock index 4b379e72f..97fb86e0e 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": "5ded9c92659a8d1ad573c512928b97e5", + "content-hash": "6ad36b4561bfdf2856ed39a4e31dfd2f", "packages": [ { "name": "doctrine/inflector", @@ -575,16 +575,16 @@ }, { "name": "newfold-labs/wp-module-help-center", - "version": "1.0.18", + "version": "1.0.17", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-help-center.git", - "reference": "e845f8a2a957e6bd639b4accac05cd09195b9b25" + "reference": "6fa7bc4b30a1e99ee04081262817883e3cb5ec78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-help-center/zipball/e845f8a2a957e6bd639b4accac05cd09195b9b25", - "reference": "e845f8a2a957e6bd639b4accac05cd09195b9b25", + "url": "https://api.github.com/repos/newfold-labs/wp-module-help-center/zipball/6fa7bc4b30a1e99ee04081262817883e3cb5ec78", + "reference": "6fa7bc4b30a1e99ee04081262817883e3cb5ec78", "shasum": "" }, "require": { @@ -614,10 +614,10 @@ ], "description": "HelpCenter", "support": { - "source": "https://github.com/newfold-labs/wp-module-help-center/tree/1.0.18", + "source": "https://github.com/newfold-labs/wp-module-help-center/tree/1.0.17", "issues": "https://github.com/newfold-labs/wp-module-help-center/issues" }, - "time": "2023-09-27T10:05:31+00:00" + "time": "2023-09-18T19:28:31+00:00" }, { "name": "newfold-labs/wp-module-installer", @@ -811,27 +811,27 @@ }, { "name": "newfold-labs/wp-module-onboarding", - "version": "1.11.0", + "version": "1.10.4", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", - "reference": "be6a011d78660058fbeb1d43192cd92ff8fde8c9" + "reference": "639c8164cabba7760a01391107a9c14831932562" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/be6a011d78660058fbeb1d43192cd92ff8fde8c9", - "reference": "be6a011d78660058fbeb1d43192cd92ff8fde8c9", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/639c8164cabba7760a01391107a9c14831932562", + "reference": "639c8164cabba7760a01391107a9c14831932562", "shasum": "" }, "require": { "mustache/mustache": "^2.14", - "newfold-labs/wp-module-onboarding-data": "^0.0.2", + "newfold-labs/wp-module-installer": "^1.1", "newfold-labs/wp-module-patterns": "^0.1.2", - "wp-cli/wp-config-transformer": "^1.3" + "wp-cli/wp-config-transformer": "^1.3", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "^2.4.3", "wp-phpunit/wp-phpunit": "^6.2", "yoast/phpunit-polyfills": "^2.0" }, @@ -863,52 +863,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.0", + "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/1.10.4", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, - "time": "2023-09-28T08:56:05+00:00" - }, - { - "name": "newfold-labs/wp-module-onboarding-data", - "version": "0.0.2", - "source": { - "type": "git", - "url": "https://github.com/newfold-labs/wp-module-onboarding-data.git", - "reference": "3076e11442cc358105df6f563e6e0b31e51690fd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/3076e11442cc358105df6f563e6e0b31e51690fd", - "reference": "3076e11442cc358105df6f563e6e0b31e51690fd", - "shasum": "" - }, - "require": { - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.4.3", - "newfold-labs/wp-module-installer": "^1.1", - "wp-forge/wp-upgrade-handler": "^1.0" - }, - "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "NewfoldLabs\\WP\\Module\\Onboarding\\Data\\": "includes/" - } - }, - "authors": [ - { - "name": "arunshenoy99", - "email": "devarunshenoy99@gmail.com" - } - ], - "description": "A non-toggleable module containing a standardized interface for interacting with Onboarding data.", - "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding-data/tree/0.0.2", - "issues": "https://github.com/newfold-labs/wp-module-onboarding-data/issues" - }, - "time": "2023-09-26T10:52:25+00:00" + "time": "2023-09-20T12:11:19+00:00" }, { "name": "newfold-labs/wp-module-patterns", @@ -3456,5 +3414,5 @@ "platform-overrides": { "php": "7.1.0" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" } diff --git a/package.json b/package.json index 05da38460..968dae370 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.3.1", + "version": "3.3.2", "private": true, "repository": { "type": "git",