diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index 48d002ae4..133fc32a7 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -2,8 +2,8 @@ /** * 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 - * Tested up to: 6.0.2 + * Version: 2.12.12 + * Tested up to: 6.1.1 * Requires at least: 5.8 * Requires PHP: 7.0 * Author: Bluehost @@ -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",