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,13 @@ Contributions are always welcome! Learn more about how to get involved in the [C
52
52
53
53
== Changelog ==
54
54
55
+
= 1.3.0 =
56
+
57
+
**Enhancements**
58
+
59
+
* Move Auto Sizes logic from Enhanced Responsive Images to Image Prioritizer. ([1476](https://github.com/WordPress/performance/pull/1476))
60
+
* Update auto sizes logic in Enhanced Responsive Images plugin to no longer load if already in Core. ([1547](https://github.com/WordPress/performance/pull/1547))
@@ -157,6 +157,20 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu
157
157
158
158
== Changelog ==
159
159
160
+
= 0.6.0 =
161
+
162
+
**Enhancements**
163
+
164
+
* Allow URL metric schema to be extended. ([1492](https://github.com/WordPress/performance/pull/1492))
165
+
* Clarify docs around a tag visitor's boolean return value. ([1479](https://github.com/WordPress/performance/pull/1479))
166
+
* Include UUID with each URL metric. ([1489](https://github.com/WordPress/performance/pull/1489))
167
+
* Introduce get_cursor_move_count() to use instead of get_seek_count() and get_next_token_count(). ([1478](https://github.com/WordPress/performance/pull/1478))
168
+
169
+
**Bug Fixes**
170
+
171
+
* Add missing global documentation for `delete_all_posts()`. ([1522](https://github.com/WordPress/performance/pull/1522))
172
+
* Introduce viewport aspect ratio validation for URL Metrics. ([1494](https://github.com/WordPress/performance/pull/1494))
0 commit comments