diff --git a/plugins/embed-optimizer/readme.txt b/plugins/embed-optimizer/readme.txt index 0ee1fa1d70..0aa3b3453d 100644 --- a/plugins/embed-optimizer/readme.txt +++ b/plugins/embed-optimizer/readme.txt @@ -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 = diff --git a/plugins/optimization-detective/readme.txt b/plugins/optimization-detective/readme.txt index f76c36ddf6..62dac5293a 100644 --- a/plugins/optimization-detective/readme.txt +++ b/plugins/optimization-detective/readme.txt @@ -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 = diff --git a/plugins/performance-lab/readme.txt b/plugins/performance-lab/readme.txt index 6202decfa0..98276fc6e6 100644 --- a/plugins/performance-lab/readme.txt +++ b/plugins/performance-lab/readme.txt @@ -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**