Skip to content

Commit 487ba3c

Browse files
committed
Update readme with changelog.
1 parent 97bfc4f commit 487ba3c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

readme.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ The Performance Lab plugin is a collection of modules focused on enhancing perfo
1818
Currently the plugin includes the following performance modules:
1919

2020
* **Dominant Color Images:** Adds support to store the dominant color of newly uploaded images and create a placeholder background of that color.
21-
* **Fetchpriority:** Adds a fetchpriority hint for the primary content image on the page to load faster.
2221
* **WebP Support Health Check:** Adds a WebP support check in Site Health status.
2322
* **WebP Uploads:** Creates WebP versions for new JPEG image uploads if supported by the server.
2423
* **Enqueued Assets Health Check:** Adds a CSS and JS resource check in Site Health status.
@@ -80,6 +79,17 @@ By default, the WebP Uploads module will only generate WebP versions of the imag
8079

8180
== Changelog ==
8281

82+
= 2.7.0 =
83+
84+
**Enhancements**
85+
86+
* Images: Remove Fetchpriority module as the functionality is now available in WordPress core. ([854](https://github.com/WordPress/performance/pull/854))
87+
* Infrastructure: Bump minimum required PHP version to 7.0 and minimum required WP version to 6.3. ([851](https://github.com/WordPress/performance/pull/851))
88+
89+
**Documentation**
90+
91+
* Infrastructure: Publish Dominant Color Images standalone plugin. ([842](https://github.com/WordPress/performance/pull/842))
92+
8393
= 2.6.1 =
8494

8595
**Bug Fixes**

0 commit comments

Comments
 (0)