Skip to content

Commit f7c95f4

Browse files
committed
Make manual updates to readmes
1 parent 8bc1251 commit f7c95f4

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

plugins/embed-optimizer/readme.txt

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

7070
= 1.0.0-beta2 =
7171

72+
**Enhancements**
73+
74+
* 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))
75+
* Expose the logging functions to client-side extensions and automatically account for the value of `isDebug`. ([1895](https://github.com/WordPress/performance/pull/1895))
76+
7277
= 1.0.0-beta1 =
7378

7479
**Enhancements**

plugins/image-prioritizer/readme.txt

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

7575
= 1.0.0-beta2 =
7676

77+
**Enhancements**
78+
79+
* 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))
80+
* Expose the logging functions to client-side extensions and automatically account for the value of `isDebug`. ([1895](https://github.com/WordPress/performance/pull/1895))
81+
82+
**Bug Fixes**
83+
84+
* Fix URL encoding in Link HTTP response header. ([1907](https://github.com/WordPress/performance/pull/1907))
85+
* Fix unpredictable LCP element being identified in a URL Metric Group. ([1903](https://github.com/WordPress/performance/pull/1903))
86+
7787
= 1.0.0-beta1 =
7888

7989
**Enhancements**

plugins/optimization-detective/readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu
5959

6060
**Enhancements**
6161

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))
6462
* 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))
6663
* 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))
64+
* Expose the logging functions to client-side extensions and automatically account for the value of `isDebug`. ([1895](https://github.com/WordPress/performance/pull/1895))
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+
* De-duplicate logic between REST API and URL Metrics post type. ([1867](https://github.com/WordPress/performance/pull/1867))
6767

6868
**Bug Fixes**
6969

0 commit comments

Comments
 (0)