From 442b6adc6a8aea718f0c50416f1b315a8b11d176 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Thu, 13 Jul 2023 16:04:38 -0500 Subject: [PATCH] Update the readme.txt for 2.5.0 --- readme.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 055d3692a4..b9feea0a67 100644 --- a/readme.txt +++ b/readme.txt @@ -23,7 +23,6 @@ Currently the plugin includes the following performance modules: * **WebP Uploads:** Creates WebP versions for new JPEG image uploads if supported by the server. * **Enqueued Assets Health Check:** Adds a CSS and JS resource check in Site Health status. * **Autoloaded Options Health Check:** Adds a check for autoloaded options in Site Health status. -* **SQLite Integration:** Use an SQLite database instead of MySQL. == Installation == @@ -81,6 +80,14 @@ By default, the WebP Uploads module will only generate WebP versions of the imag == Changelog == += 2.5.0 = + +**Enhancements** + +* Images: Check for fetchpriority feature being available in WordPress core before loading the module. ([769](https://github.com/WordPress/performance/pull/769)) +* Database Optimization: Remove SQLite module. ([764](https://github.com/WordPress/performance/pull/764)) +* Infrastructure: Bump tested up to version to 6.3. ([772](https://github.com/WordPress/performance/pull/772)) + = 2.4.0 = **Enhancements**