From 73f175d985c82cfa2d67a91d15b089824665724f Mon Sep 17 00:00:00 2001 From: Marius Jensen Date: Sat, 10 Sep 2022 17:29:32 +0200 Subject: [PATCH] Version bump 1.5.0 --- health-check.php | 4 ++-- readme.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/health-check.php b/health-check.php index f85cd53..0d4ffd0 100644 --- a/health-check.php +++ b/health-check.php @@ -9,7 +9,7 @@ * Plugin URI: https://wordpress.org/plugins/health-check/ * Description: Checks the health of your WordPress install. * Author: The WordPress.org community - * Version: 1.5.0-alpha + * Version: 1.5.0 * Author URI: https://wordpress.org/plugins/health-check/ * Text Domain: health-check */ @@ -24,7 +24,7 @@ } // Set the plugin version. -define( 'HEALTH_CHECK_PLUGIN_VERSION', '1.5.0-alpha' ); +define( 'HEALTH_CHECK_PLUGIN_VERSION', '1.5.0' ); // Set the plugin file. define( 'HEALTH_CHECK_PLUGIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index b854146..24fa3ab 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: wordpressdotorg, westi, pento, Clorith Requires at least: 4.4 Requires PHP: 5.6 Tested up to: 6.0 -Stable tag: 1.4.5 +Stable tag: 1.5.0 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -49,11 +49,11 @@ At this time, the plugin has been tested with every version of PHP from 5.2 thro == Changelog == -= UNRELEASED = += v1.5.0 (2022-09-10) = * Added a custom filter for the Health Check plugin PHP Compatibility check. * Added functions which will try to disable cache solutions during troubleshooting. * Added ability to force changes if loopbacks fail during troubleshooting. -* Changed how Javascript is built and bundled in the plugin. +* Changed how JavaScript is built and bundled in the plugin. * Changed the location of the `phpinfo()` check to the Tools section. * Changed how troubleshooting mode implements its conditional actions and filters when enabled. * Fixed styling issues for troubleshooting mode in WordPress 5.9.