Skip to content

Commit a22de51

Browse files
committed
Update changelogs in readmes
1 parent 9c1d36e commit a22de51

File tree

5 files changed

+41
-0
lines changed

5 files changed

+41
-0
lines changed

plugins/auto-sizes/readme.txt

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

5555
= 1.7.0 =
5656

57+
**Enhancements**
58+
59+
* Remove `sizes=auto` as the functionality is now available in WordPress core. ([2146](https://github.com/WordPress/performance/pull/2146))
60+
61+
**Bug Fixes**
62+
63+
* Fix: Moved `column_count` context from `column` block to `columns` block to ensure it is available to ancestor blocks. ([2138](https://github.com/WordPress/performance/pull/2138))
64+
65+
**Documentation**
66+
67+
* Update Enhanced Responsive Images plugin description. ([2145](https://github.com/WordPress/performance/pull/2145))
68+
5769
= 1.6.0 =
5870

5971
**Features**

plugins/performance-lab/readme.txt

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

7777
= 4.0.0 =
7878

79+
**Enhancements**
80+
81+
* Add No-cache BFCache to list of performance feature plugins. ([2119](https://github.com/WordPress/performance/pull/2119))
82+
* Add admin pointers to promote new Performance Lab features. ([2122](https://github.com/WordPress/performance/pull/2122))
83+
* Implement opt-in `PERFLAB_PLACE_OBJECT_CACHE_DROPIN` for Server-Timing `object-cache.php` placement. ([1996](https://github.com/WordPress/performance/pull/1996))
84+
* Use `wp_is_rest_endpoint()` to detect if we are handling a REST API request. ([2094](https://github.com/WordPress/performance/pull/2094))
85+
86+
**Bug Fixes**
87+
88+
* Fix TypeError in `perflab_aao_query_autoloaded_options()` by serializing non-scalar option values. ([1934](https://github.com/WordPress/performance/pull/1934))
89+
* Omit admin pointer for new plugin if plugin is already active. ([2143](https://github.com/WordPress/performance/pull/2143))
90+
* Prevent effective asset cache headers audit from running on local/development environments. ([2035](https://github.com/WordPress/performance/pull/2035))
91+
* Use HTML Tag Processor to audit blocking scripts & styles in Site Health’s enqueued-assets test. ([2059](https://github.com/WordPress/performance/pull/2059))
92+
7993
= 3.9.0 =
8094

8195
**Enhancements**

plugins/speculation-rules/readme.txt

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

125125
= 1.6.0 =
126126

127+
**Enhancements**
128+
129+
* Add Speculative Loading opt-in for authenticated requests. ([2097](https://github.com/WordPress/performance/pull/2097))
130+
* Add warning notice to Speculative Loading setting for authenticated users when persistent object cache is not present. ([2144](https://github.com/WordPress/performance/pull/2144))
131+
* Update Speculative Loading readme description to note purpose after core merge. ([2120](https://github.com/WordPress/performance/pull/2120))
132+
127133
= 1.5.0 =
128134

129135
**Enhancements**

plugins/view-transitions/readme.txt

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

5959
= 1.1.1 =
6060

61+
**Bug Fixes**
62+
63+
* View Transitions: Fix admin opt-in checkbox appears stretched on mobile. ([2088](https://github.com/WordPress/performance/pull/2088))
64+
6165
= 1.1.0 =
6266

6367
**Features**

plugins/webp-uploads/readme.txt

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

6868
= 2.6.0 =
6969

70+
**Bug Fixes**
71+
72+
* Use modern image formats in background images for Cover blocks and Group blocks. ([2121](https://github.com/WordPress/performance/pull/2121))
73+
* Fixes palette-based PNG uploads failing original full-size AVIF/WebP conversion under GD. ([2024](https://github.com/WordPress/performance/pull/2024))
74+
7075
= 2.5.1 =
7176

7277
**Bug Fixes**

0 commit comments

Comments
 (0)