Skip to content

Commit ea608a2

Browse files
committed
Generate changelogs
1 parent 10dd59a commit ea608a2

File tree

6 files changed

+42
-0
lines changed

6 files changed

+42
-0
lines changed

plugins/embed-optimizer/readme.txt

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

7070
= 0.4.1 =
7171

72+
**Bug Fixes**
73+
74+
* Remove requirement for both mobile and desktop URL metrics to be collected for `preconnect` links to be added. ([1764](https://github.com/WordPress/performance/pull/1764))
75+
7276
= 0.4.0 =
7377

7478
**Enhancements**

plugins/image-prioritizer/readme.txt

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

7373
= 0.3.1 =
7474

75+
**Bug Fixes**
76+
77+
* Remove erroneous check for resource initiator type when considering whether to submit LCP background image. ([1760](https://github.com/WordPress/performance/pull/1760))
78+
7579
= 0.3.0 =
7680

7781
**Enhancements**

plugins/optimization-detective/readme.txt

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

5858
= 1.0.0-beta1 =
5959

60+
**Enhancements**
61+
62+
* Add site health check to detect blocked REST API and short-circuit optimization when unavailable. ([1762](https://github.com/WordPress/performance/pull/1762))
63+
* Allow extensions to opt in to using the web-vitals attribution build via the `od_use_web_vitals_attribution_build` filter. ([1759](https://github.com/WordPress/performance/pull/1759))
64+
* Disambiguate XPaths for children of `BODY` with `id`, `class`, or `role` attributes. ([1797](https://github.com/WordPress/performance/pull/1797))
65+
* Eliminate varying URL Metrics by logged-in state and discontinue disabling optimization by default for admins. ([1788](https://github.com/WordPress/performance/pull/1788))
66+
* Improve test coverage for Optimization Detective. ([1817](https://github.com/WordPress/performance/pull/1817))
67+
* Introduce `OD_Tag_Visitor_Context::track_tag()` method as alternative for returning `true` in tag visitor callback. ([1821](https://github.com/WordPress/performance/pull/1821))
68+
* Omit element node index in XPaths up to children of BODY. ([1790](https://github.com/WordPress/performance/pull/1790))
69+
* Skip visiting tags in the Admin Bar when optimizing a page. ([1816](https://github.com/WordPress/performance/pull/1816))
70+
71+
**Bug Fixes**
72+
73+
* Ensure optimization is performed in the wp-env local environment and log debug messages to console when disabled. ([1822](https://github.com/WordPress/performance/pull/1822))
74+
* Skip visiting any tags inside of `NOSCRIPT` elements. ([1783](https://github.com/WordPress/performance/pull/1783))
75+
76+
**Documentation**
77+
78+
* Move Optimization Detective docs into [`README.md`](https://github.com/WordPress/performance/tree/trunk/plugins/optimization-detective/docs). ([1763](https://github.com/WordPress/performance/pull/1763))
79+
6080
= 0.9.0 =
6181

6282
**Enhancements**

plugins/performance-lab/readme.txt

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

7474
= 3.8.0 =
7575

76+
**Enhancements**
77+
78+
* Add Site Health check for `Cache-Control: no-store` page response header which disables bfcache. ([1807](https://github.com/WordPress/performance/pull/1807))
79+
* Add Site Health test to verify that static assets are served with far-future expires. ([1727](https://github.com/WordPress/performance/pull/1727))
80+
* Enqueue scripts using `plugins_url()` instead of `plugin_dir_url()`. ([1761](https://github.com/WordPress/performance/pull/1761))
81+
7682
= 3.7.0 =
7783

7884
**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.4.0 =
123123

124+
**Enhancements**
125+
126+
* Implement speculative loading considerations for safer behavior. ([1784](https://github.com/WordPress/performance/pull/1784))
127+
124128
= 1.3.1 =
125129

126130
**Bug Fixes**

plugins/webp-uploads/readme.txt

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

6363
= 2.5.0 =
6464

65+
**Enhancements**
66+
67+
* Switch to `wp_content_img_tag` filter for improved image handling. ([1772](https://github.com/WordPress/performance/pull/1772))
68+
6569
= 2.4.0 =
6670

6771
**Enhancements**

0 commit comments

Comments
 (0)