From 5f9d0489abc22ea83df8c3f5197554bd9f5ed4d0 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Fri, 3 Nov 2023 14:08:28 -0400 Subject: [PATCH] update plugin version to 3.6.0 --- 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 be94239fb..49d2e99fa 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.5.1 + * Version: 3.6.0 * Requires at least: 6.0 * Requires PHP: 7.1 * Tested up to: 6.3.2 @@ -32,7 +32,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '3.5.1' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.6.0' ); 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 57cfa2a20..904960251 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.5.1", + "version": "3.6.0", "private": true, "repository": { "type": "git",