Skip to content

Commit 8bc1251

Browse files
committed
Run npm run readme
1 parent 469450b commit 8bc1251

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

plugins/optimization-detective/readme.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,21 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu
5757

5858
= 1.0.0-beta3 =
5959

60+
**Enhancements**
61+
62+
* De-duplicate logic between REST API and URL Metrics post type. ([1867](https://github.com/WordPress/performance/pull/1867))
63+
* Expose the logging functions to client-side extensions and automatically account for the value of `isDebug`. ([1895](https://github.com/WordPress/performance/pull/1895))
64+
* Fire actions before and after Optimization Detective processes a document. ([1919](https://github.com/WordPress/performance/pull/1919))
65+
* Update URL Metric storage REST API endpoint to return status code `423 Locked` instead of `403 Forbidden`. ([1863](https://github.com/WordPress/performance/pull/1863))
66+
* Update `OD_HTML_Tag_Processor::next_tag()` to allow `$query` arg and prepare to skip visiting tag closers by default. ([1872](https://github.com/WordPress/performance/pull/1872))
67+
68+
**Bug Fixes**
69+
70+
* Fix URL encoding in Link HTTP response header. ([1907](https://github.com/WordPress/performance/pull/1907))
71+
* Fix triggering post update actions after storing a URL Metric and refactor REST API endpoint logic into class. ([1865](https://github.com/WordPress/performance/pull/1865))
72+
* Fix unpredictable LCP element being identified in a URL Metric Group. ([1903](https://github.com/WordPress/performance/pull/1903))
73+
* Handle missing Web Crypto API in non-HTTPS contexts when generating the already-submitted `sessionStorage` key. ([1911](https://github.com/WordPress/performance/pull/1911))
74+
6075
= 1.0.0-beta2 =
6176

6277
**Enhancements**

plugins/speculation-rules/readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ Contributions are always welcome! Learn more about how to get involved in the [C
121121

122122
= 1.5.0 =
123123

124+
**Enhancements**
125+
126+
* Add support for Speculative Loading WP Core API, loading the plugin's own API implementation conditionally. ([1883](https://github.com/WordPress/performance/pull/1883))
127+
124128
= 1.4.0 =
125129

126130
**Enhancements**

plugins/webp-uploads/readme.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ By default, the Modern Image Formats plugin will only generate WebP versions of
6262

6363
= 2.5.1 =
6464

65+
**Bug Fixes**
66+
67+
* Fix Modern Image Format not cropping image if crop is an array. ([1887](https://github.com/WordPress/performance/pull/1887))
68+
* Fix incorrect image size selection in `PICTURE` element. ([1885](https://github.com/WordPress/performance/pull/1885))
69+
6570
= 2.5.0 =
6671

6772
**Enhancements**

0 commit comments

Comments
 (0)