Skip to content

Commit 4c13b74

Browse files
committed
Amend changelogs
1 parent 011fbce commit 4c13b74

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

plugins/embed-optimizer/readme.txt

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

7272
**Enhancements**
7373

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

7676
= 0.3.0 =
7777

plugins/optimization-detective/readme.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,15 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu
328328
* Incorporate page state into ETag computation. ([1722](https://github.com/WordPress/performance/pull/1722))
329329
* Mark existing URL Metrics as stale when a new tag visitor is registered. ([1705](https://github.com/WordPress/performance/pull/1705))
330330
* 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))
331+
* 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))
332+
* Add `get_breadcrumbs()` method to `OD_HTML_Tag_Processor`. ([1707](https://github.com/WordPress/performance/pull/1707))
333+
* Add `get_sample_size()` and `get_freshness_ttl()` methods to `OD_URL_Metric_Group`. ([1697](https://github.com/WordPress/performance/pull/1697))
334+
* 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))
331335

332336
**Bug Fixes**
333337

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

336341
= 0.8.0 =
337342

plugins/performance-lab/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Contributions are always welcome! Learn more about how to get involved in the [C
7777

7878
* Add guidance for managing Performance feature plugins. ([1734](https://github.com/WordPress/performance/pull/1734))
7979
* Automatically discover plugin dependencies when obtaining Performance feature plugins from WordPress.org. ([1680](https://github.com/WordPress/performance/pull/1680))
80-
* Disregard transient cache in perflab_query_plugin_info() when a plugin is absent. ([1694](https://github.com/WordPress/performance/pull/1694))
80+
* Disregard transient cache in `perflab_query_plugin_info()` when a plugin is absent. ([1694](https://github.com/WordPress/performance/pull/1694))
8181
* 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))
8282

8383
**Bug Fixes**

0 commit comments

Comments
 (0)