Skip to content

Commit

Permalink
Add missing changelog entries for unminified scripts when WP_DEBUG is…
Browse files Browse the repository at this point in the history
… enabled
  • Loading branch information
westonruter committed Dec 17, 2024
1 parent 4c13b74 commit c4cc9e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/embed-optimizer/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu
**Enhancements**

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

= 0.3.0 =

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

= 0.2.0 =

Expand Down
1 change: 1 addition & 0 deletions plugins/web-worker-offloading/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu

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

**Bug Fixes**

Expand Down

0 comments on commit c4cc9e8

Please sign in to comment.