Skip to content

Commit

Permalink
Update the readme.txt for 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcgill committed Jul 13, 2023
1 parent 905e351 commit 442b6ad
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==

Expand Down Expand Up @@ -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**
Expand Down

0 comments on commit 442b6ad

Please sign in to comment.