Skip to content

Commit c4cc9e8

Browse files
committed
Add missing changelog entries for unminified scripts when WP_DEBUG is enabled
1 parent 4c13b74 commit c4cc9e8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

plugins/embed-optimizer/readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu
7272
**Enhancements**
7373

7474
* Incorporate media queries into preconnect links to account for whether embeds are in viewport. ([1654](https://github.com/WordPress/performance/pull/1654))
75+
* Serve unminified scripts when `SCRIPT_DEBUG` is enabled. ([1643](https://github.com/WordPress/performance/pull/1643))
7576

7677
= 0.3.0 =
7778

plugins/image-prioritizer/readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu
7878
* Harden validation of user-submitted LCP background image URL. ([1713](https://github.com/WordPress/performance/pull/1713))
7979
* Lazy load background images added via inline style attributes. ([1708](https://github.com/WordPress/performance/pull/1708))
8080
* Preload image URLs for LCP elements with external background images. ([1697](https://github.com/WordPress/performance/pull/1697))
81+
* Serve unminified scripts when `SCRIPT_DEBUG` is enabled. ([1643](https://github.com/WordPress/performance/pull/1643))
8182

8283
= 0.2.0 =
8384

plugins/web-worker-offloading/readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu
100100

101101
* Integrate Web Worker Offloading with Google Site Kit. ([1686](https://github.com/WordPress/performance/pull/1686))
102102
* Integrate Web Worker Offloading with Rank Math SEO. ([1685](https://github.com/WordPress/performance/pull/1685))
103+
* Serve unminified scripts when `SCRIPT_DEBUG` is enabled. ([1643](https://github.com/WordPress/performance/pull/1643))
103104

104105
**Bug Fixes**
105106

0 commit comments

Comments
 (0)