You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,6 +52,20 @@ Contributions are always welcome! Learn more about how to get involved in the [C
52
52
53
53
== Changelog ==
54
54
55
+
= 1.7.0 =
56
+
57
+
**Enhancements**
58
+
59
+
* Remove `sizes=auto` as the functionality is now available in WordPress core. ([2146](https://github.com/WordPress/performance/pull/2146))
60
+
61
+
**Bug Fixes**
62
+
63
+
* Fix: Moved `column_count` context from `column` block to `columns` block to ensure it is available to ancestor blocks. ([2138](https://github.com/WordPress/performance/pull/2138))
Tags: performance, site health, measurement, optimization, diagnostics
@@ -74,6 +74,22 @@ Contributions are always welcome! Learn more about how to get involved in the [C
74
74
75
75
== Changelog ==
76
76
77
+
= 4.0.0 =
78
+
79
+
**Enhancements**
80
+
81
+
* Add No-cache BFCache to list of performance feature plugins. ([2119](https://github.com/WordPress/performance/pull/2119))
82
+
* Add admin pointers to promote new Performance Lab features. ([2122](https://github.com/WordPress/performance/pull/2122))
83
+
* Implement opt-in `PERFLAB_PLACE_OBJECT_CACHE_DROPIN` for Server-Timing `object-cache.php` placement. ([1996](https://github.com/WordPress/performance/pull/1996))
84
+
* Use `wp_is_rest_endpoint()` to detect if we are handling a REST API request. ([2094](https://github.com/WordPress/performance/pull/2094))
85
+
86
+
**Bug Fixes**
87
+
88
+
* Fix TypeError in `perflab_aao_query_autoloaded_options()` by serializing non-scalar option values. ([1934](https://github.com/WordPress/performance/pull/1934))
89
+
* Omit admin pointer for new plugin if plugin is already active. ([2143](https://github.com/WordPress/performance/pull/2143))
90
+
* Prevent effective asset cache headers audit from running on local/development environments. ([2035](https://github.com/WordPress/performance/pull/2035))
91
+
* Use HTML Tag Processor to audit blocking scripts & styles in Site Health’s enqueued-assets test. ([2059](https://github.com/WordPress/performance/pull/2059))
Copy file name to clipboardExpand all lines: plugins/speculation-rules/readme.txt
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,12 @@ Contributions are always welcome! Learn more about how to get involved in the [C
124
124
125
125
= 1.6.0 =
126
126
127
+
**Enhancements**
128
+
129
+
* Add Speculative Loading opt-in for authenticated requests. ([2097](https://github.com/WordPress/performance/pull/2097))
130
+
* Add warning notice to Speculative Loading setting for authenticated users when persistent object cache is not present. ([2144](https://github.com/WordPress/performance/pull/2144))
131
+
* Update Speculative Loading readme description to note purpose after core merge. ([2120](https://github.com/WordPress/performance/pull/2120))
0 commit comments