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
Tags: performance, site health, measurement, optimization, diagnostics
@@ -62,6 +62,16 @@ Contributions are always welcome! Learn more about how to get involved in the [C
62
62
63
63
= 3.2.0 =
64
64
65
+
**Enhancements**
66
+
67
+
* Add install note after each PerfLab feature plugin in the plugin list table. ([1265](https://github.com/WordPress/performance/pull/1265))
68
+
* Update plugins with new banners and icons. ([1272](https://github.com/WordPress/performance/pull/1272))
69
+
70
+
**Bug Fixes**
71
+
72
+
* Fix Server-Timing compatibility with other plugins that do output buffering. ([1260](https://github.com/WordPress/performance/pull/1260))
73
+
* Harden autoloaded-options site health test for incorrectly implemented external object cache plugins. ([1238](https://github.com/WordPress/performance/pull/1238))
@@ -114,6 +114,12 @@ Contributions are always welcome! Learn more about how to get involved in the [C
114
114
115
115
== Changelog ==
116
116
117
+
= 1.3.1 =
118
+
119
+
**Bug Fixes**
120
+
121
+
* Check if rel contains nofollow instead of being just nofollow when excluding speculative loading. ([1232](https://github.com/WordPress/performance/pull/1232))
Copy file name to clipboardexpand all lines: plugins/webp-uploads/readme.txt
+10-1
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,17 @@ By default, the Modern Image Formats plugin will only generate WebP versions of
63
63
== Changelog ==
64
64
65
65
= 2.0.0 =
66
+
67
+
**Features**
68
+
69
+
* Add `picture` element support. ([73](https://github.com/WordPress/performance/pull/73))
66
70
* Add AVIF image format support. Add setting for output image format to choose between WebP and AVIF. ([1176](https://github.com/WordPress/performance/pull/1176))
67
71
72
+
**Enhancements**
73
+
74
+
* Improve Settings->Media controls for Modern Image Formats. ([1273](https://github.com/WordPress/performance/pull/1273))
75
+
* Remove obsolete fallback script now that picture element is supported. ([1269](https://github.com/WordPress/performance/pull/1269))
76
+
68
77
= 1.1.1 =
69
78
70
79
**Enhancements**
@@ -114,4 +123,4 @@ By default, the Modern Image Formats plugin will only generate WebP versions of
114
123
115
124
= 2.0.0 =
116
125
117
-
This release adds support for AVIF images and enables selecting the the output image format to choose between WebP and AVIF when both are available. AVIF is used as the default when the server supports it.
126
+
This release adds support for AVIF images and enables selecting the the output image format to choose between WebP and AVIF when both are available. AVIF is used as the default when the server supports it.
0 commit comments