Releases: WordPress/performance
Releases · WordPress/performance
2.4.0
Enhancements
- Database: Implement migration prompt to migrate from SQLite module to standalone plugin due to removal in the following release. (739)
- Infrastructure: Enhance code quality by adding PHPStan and fixing level 0 issues. (730)
- Infrastructure: Use static closures for minor performance improvement whenever instance access is not needed. (729)
Bug Fixes
2.3.0
Enhancements
- Images: Configure
Dominant Color
andFetchpriority
modules for their standalone plugins. (704) - Infrastructure: Temporarily remove Dominant Color Images from standalone
plugins.json
definition. (719) - Infrastructure: Use dynamic version from
plugins.json
for manual workflow. (710)
Bug Fixes
- Images: Add dominant color styling before any existing inline style attributes. (716)
- Infrastructure: Resolve low-severity security advisory GHSA-66qq-69rw-6x63.
2.2.0
Enhancements
- Images: Remove "experimental" flag from Fetchpriority module. (702)
- Infrastructure: Implement infrastructure for launching standalone plugins from modules, including WebP Uploads. (699)
- Infrastructure: Include
WordPress-Extra
rules in PHPCS configuration and fix resulting problems. (695)
Bug Fixes
- Images: Sanitize target param before using it. (690)
Documentation
2.1.0
2.0.0
Enhancements
- Object Cache: Update WordPress version to 6.1 and remove Cache modules. (641)
- Measurement: Add
perflab_disable_object_cache_dropin
filter. (629) - Database: Add an indicator in the adminbar to show when using SQLite. (604)
Bug Fixes
- Images: Check for existing
$metadata['sizes']
to fix PHP warning. (648) - Images: Use correct number of arguments in filter callback. (634)
- Database: Fix invalid docs and return types as highlighted by static analysis. (645)
- Infrastructure: Fix incorrect usage of
plugin_action_links_*
filter. (647)
Documentation
- Infrastructure: Add file header to object-cache drop-in to clarify purpose. (649)
1.9.0
1.8.0
1.7.0
Enhancements
- Images: Change WP Image editor quality for mime types. (571)
- Infrastructure: Introduce database focus area, rename JavaScript focus area to JS & CSS, and phase out Site Health focus area. (566)
Bug Fixes
- Images: Avoid potentially adding invalid attributes or duplicates for dominant color images. (578)
- Images: Fix fatal error in REST API response when an image has no attachment metadata. (568)
- Images: Fix image focal point bug when dominant color is enabled by not overriding
style
attribute. (582) - Images: Fix opt-in checkbox for generating WebP and JPEG to also show on Multisite. (565)
1.6.0
Enhancements
- Site Health: Only load Site Health checks for persistent cache and full page cache when not available in core. (543)
- Images: Add checkbox to Settings > Media to control whether to generate JPEG in addition to WebP. (537)
- Images: Generate only WebP images by default for JPEG and WebP uploads. (527)
- Infrastructure: Bump minimum WordPress requirement to 6.0. (549)