Skip to content

Commit

Permalink
Update readme with latest modules and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Apr 17, 2023
1 parent 3cddbff commit a611689
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ The Performance Lab plugin is a collection of modules focused on enhancing perfo

Currently the plugin includes the following performance modules:

* **Dominant Color:** Adds support to store dominant color for an image and create a placeholder background with that color.
* **Dominant Color Images:** Adds support to store the dominant color of newly uploaded images and create a placeholder background of that color.
* **Fetchpriority:** Adds a fetchpriority hint for the primary content image on the page to load faster.
* **WebP Support Health Check:** Adds a WebP support check in Site Health status.
* **WebP Uploads:** Creates WebP versions for new JPEG image uploads if supported by the server.
* **Fetchpriority:** Adds a fetchpriority hint for the primary content image on the page to load faster.
* **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.
Expand Down Expand Up @@ -81,6 +81,23 @@ By default, the WebP Uploads module will only generate WebP versions of the imag

== Changelog ==

= 2.2.0 =

**Enhancements**

* Images: Remove "experimental" flag from Fetchpriority module. ([702](https://github.com/WordPress/performance/pull/702))
* Infrastructure: Implement infrastructure for launching standalone plugins from modules, including WebP Uploads. ([699](https://github.com/WordPress/performance/pull/699))
* Infrastructure: Include `WordPress-Extra` rules in PHPCS configuration and fix resulting problems. ([695](https://github.com/WordPress/performance/pull/695))

**Bug Fixes**

* Images: Sanitize target param before using it. ([690](https://github.com/WordPress/performance/pull/690))

**Documentation**

* Images: Change module slug/directory from `dominant-color` to `dominant-color-images`. ([708](https://github.com/WordPress/performance/pull/708))
* Images: Rename `Dominant Color` module to `Dominant Color images`. ([705](https://github.com/WordPress/performance/pull/705))

= 2.1.0 =

**Enhancements**
Expand Down

0 comments on commit a611689

Please sign in to comment.