3.6.0
There are 3 plugins included with this release:
Performance Lab (performance-lab
) v3.6.0
Enhancements
- Use AJAX for activating features / plugins in Performance Lab. (1646)
- Introduce AVIF header health check. (1612)
- Install and activate Optimization Detective when the Embed Optimizer feature is activated from the Performance screen. (1644)
Bug Fixes
- Fix uses of 'Plugin not found' string. (1651)
Optimization Detective (optimization-detective
) v0.8.0
Enhancements
- Serve unminified scripts when
SCRIPT_DEBUG
is enabled. (1643) - Bump web-vitals from 4.2.3 to 4.2.4. (1628)
Bug Fixes
- Eliminate the detection time window which prevented URL Metrics from being gathered when page caching is present. (1640)
- Revise the use of nonces in requests to store a URL Metric and block cross-origin requests. (1637)
- Send post ID of queried object or first post in loop in URL Metric storage request to schedule page cache validation. (1641)
- Fix phpstan errors. (1627)
Modern Image Formats (webp-uploads
) v2.3.0
Enhancements
- Introduce
webp_uploads_get_file_mime_type
helper function. (1642) - Rename
webp_uploads_get_file_mime_type
towebp_uploads_get_attachment_file_mime_type
to clarify scope. (1662)
Bug Fixes
- Fix bug that would prevent uploaded images from being converted to the intended output format when having fallback formats enabled. (1635)