You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ The Performance Lab plugin is a collection of modules focused on enhancing perfo
18
18
Currently the plugin includes the following performance modules:
19
19
20
20
* **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.
22
21
* **WebP Support Health Check:** Adds a WebP support check in Site Health status.
23
22
* **WebP Uploads:** Creates WebP versions for new JPEG image uploads if supported by the server.
24
23
* **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
80
79
81
80
== Changelog ==
82
81
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))
0 commit comments