Skip to content

Commit

Permalink
Amend changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Dec 17, 2024
1 parent 011fbce commit 4c13b74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/embed-optimizer/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu

**Enhancements**

* Incorporate breakpoints into preconnect links added by Embed Optimizer. ([1654](https://github.com/WordPress/performance/pull/1654))
* Incorporate media queries into preconnect links to account for whether embeds are in viewport. ([1654](https://github.com/WordPress/performance/pull/1654))

= 0.3.0 =

Expand Down
5 changes: 5 additions & 0 deletions plugins/optimization-detective/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,15 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu
* Incorporate page state into ETag computation. ([1722](https://github.com/WordPress/performance/pull/1722))
* Mark existing URL Metrics as stale when a new tag visitor is registered. ([1705](https://github.com/WordPress/performance/pull/1705))
* Set development mode to 'plugin' in the dev environment and allow pages to be optimized when admin is logged-in (when in plugin dev mode). ([1700](https://github.com/WordPress/performance/pull/1700))
* Add `get_xpath_elements_map()` helper methods to `OD_URL_Metric_Group_Collection` and `OD_URL_Metric_Group`, and add `get_all_element_max_intersection_ratios`/`get_element_max_intersection_ratio` methods to `OD_URL_Metric_Group`. ([1654](https://github.com/WordPress/performance/pull/1654))
* Add `get_breadcrumbs()` method to `OD_HTML_Tag_Processor`. ([1707](https://github.com/WordPress/performance/pull/1707))
* Add `get_sample_size()` and `get_freshness_ttl()` methods to `OD_URL_Metric_Group`. ([1697](https://github.com/WordPress/performance/pull/1697))
* Expose `onTTFB`, `onFCP`, `onLCP`, `onINP`, and `onCLS` from web-vitals.js to extension JS modules via args their `initialize` functions. ([1697](https://github.com/WordPress/performance/pull/1697))

**Bug Fixes**

* Prevent submitting URL Metric if viewport size changed. ([1712](https://github.com/WordPress/performance/pull/1712))
* Fix construction of XPath expressions for implicitly closed paragraphs. ([1707](https://github.com/WordPress/performance/pull/1707))

= 0.8.0 =

Expand Down
2 changes: 1 addition & 1 deletion plugins/performance-lab/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Contributions are always welcome! Learn more about how to get involved in the [C

* Add guidance for managing Performance feature plugins. ([1734](https://github.com/WordPress/performance/pull/1734))
* Automatically discover plugin dependencies when obtaining Performance feature plugins from WordPress.org. ([1680](https://github.com/WordPress/performance/pull/1680))
* Disregard transient cache in perflab_query_plugin_info() when a plugin is absent. ([1694](https://github.com/WordPress/performance/pull/1694))
* Disregard transient cache in `perflab_query_plugin_info()` when a plugin is absent. ([1694](https://github.com/WordPress/performance/pull/1694))
* Minify script used for ajax activation of features; warn if absent and serve original file when SCRIPT_DEBUG is enabled. ([1658](https://github.com/WordPress/performance/pull/1658))

**Bug Fixes**
Expand Down

0 comments on commit 4c13b74

Please sign in to comment.