From 36208c791ffed28208bcbf86f615362dafe68970 Mon Sep 17 00:00:00 2001 From: jjgrainger Date: Mon, 16 Jan 2023 17:09:10 +0000 Subject: [PATCH 1/3] Update version numbers for 1.9.0 --- load.php | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/load.php b/load.php index 1366eee18b..d3a25e08c8 100644 --- a/load.php +++ b/load.php @@ -15,7 +15,7 @@ * @package performance-lab */ -define( 'PERFLAB_VERSION', '1.8.0' ); +define( 'PERFLAB_VERSION', '1.9.0' ); define( 'PERFLAB_MAIN_FILE', __FILE__ ); define( 'PERFLAB_PLUGIN_DIR_PATH', plugin_dir_path( PERFLAB_MAIN_FILE ) ); define( 'PERFLAB_MODULES_SETTING', 'perflab_modules_settings' ); diff --git a/readme.txt b/readme.txt index 15658b0a72..0af5728fbc 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: wordpressdotorg Requires at least: 6.0 Tested up to: 6.1 Requires PHP: 5.6 -Stable tag: 1.8.0 +Stable tag: 1.9.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: performance, images, javascript, site health, measurement, object caching From f88f92de237488b480a7704bbf5c20ebb770bc7a Mon Sep 17 00:00:00 2001 From: jjgrainger Date: Mon, 16 Jan 2023 17:12:56 +0000 Subject: [PATCH 2/3] Update changelog for 1.9.0 --- readme.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.txt b/readme.txt index 0af5728fbc..f4982847e3 100644 --- a/readme.txt +++ b/readme.txt @@ -77,6 +77,16 @@ By default, the WebP Uploads module will only generate WebP versions of the imag == Changelog == += 1.9.0 = + +**Enhancements** + +* Database: Remove warning about multi-server environment from the SQLite module description. ([619](https://github.com/WordPress/performance/pull/619)) + +**Bug Fixes** + +* Infrastructure: Enhance object-cache.php drop-in interoperability with other plugins. ([616](https://github.com/WordPress/performance/pull/616)) + = 1.8.0 = **Features** From 9ab221cb5e2b6dd13152f440367022ef43ab6dd2 Mon Sep 17 00:00:00 2001 From: jjgrainger Date: Mon, 16 Jan 2023 18:05:25 +0000 Subject: [PATCH 3/3] Update plugin header version --- load.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load.php b/load.php index d3a25e08c8..9b9cffd474 100644 --- a/load.php +++ b/load.php @@ -5,7 +5,7 @@ * Description: Performance plugin from the WordPress Performance Team, which is a collection of standalone performance modules. * Requires at least: 6.0 * Requires PHP: 5.6 - * Version: 1.8.0 + * Version: 1.9.0 * Author: WordPress Performance Team * Author URI: https://make.wordpress.org/performance/ * License: GPLv2 or later