From d3d3e68dde7b6c4e422db85d610102ed7c6ce394 Mon Sep 17 00:00:00 2001 From: Micah Wood Date: Fri, 18 Nov 2022 17:02:24 -0500 Subject: [PATCH 1/2] Update customer data module and bump version --- bluehost-wordpress-plugin.php | 4 ++-- composer.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index 48d002ae4..715c80154 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -2,7 +2,7 @@ /** * Plugin Name: Bluehost * Description: This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features. - * Version: 2.12.11 + * Version: 2.12.12 * Tested up to: 6.0.2 * Requires at least: 5.8 * Requires PHP: 7.0 @@ -32,7 +32,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '2.12.11' ); +define( 'BLUEHOST_PLUGIN_VERSION', '2.12.12' ); 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 00e0d348a..12cd59de3 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "bluehost/bluehost-wp-customer-data", - "version": "1.4.6", + "version": "1.4.7", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", - "reference": "a634c3f6b0e63a8664bb05f95700bd573f60bb8e" + "reference": "67a308dbef35ce6646c872faf3b967ef3a23c624" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/a634c3f6b0e63a8664bb05f95700bd573f60bb8e", - "reference": "a634c3f6b0e63a8664bb05f95700bd573f60bb8e", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/67a308dbef35ce6646c872faf3b967ef3a23c624", + "reference": "67a308dbef35ce6646c872faf3b967ef3a23c624", "shasum": "" }, "require": { @@ -54,10 +54,10 @@ ], "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.4.6", + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.4.7", "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" }, - "time": "2022-09-22T20:31:31+00:00" + "time": "2022-11-18T21:56:29+00:00" }, { "name": "doctrine/inflector", From a0818e98f37e3bbfea375ca96129d082fc7c2185 Mon Sep 17 00:00:00 2001 From: Micah Wood Date: Fri, 18 Nov 2022 17:17:22 -0500 Subject: [PATCH 2/2] Bump tested up to WP version --- bluehost-wordpress-plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index 715c80154..133fc32a7 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -3,7 +3,7 @@ * Plugin Name: Bluehost * Description: This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features. * Version: 2.12.12 - * Tested up to: 6.0.2 + * Tested up to: 6.1.1 * Requires at least: 5.8 * Requires PHP: 7.0 * Author: Bluehost