Releases: wp-media/wp-rocket
Releases · wp-media/wp-rocket
2.10
- New: Option to load CSS files asynchronously and add the critical CSS to the header of the page
- New: Option to defer loading of JS files
- New: Minification and concatenation are now separate options
- New: Option to disable WordPress embeds
- Enhancement: Overhaul of our admin panel to make it clearer and simpler
- Enhancement: Export WP Rocket options as JSON instead of gzip
- Enhancement: Use more performant libraries for minification
- Enhancement: Prevent warnings when using the PHP compatibility checker plugin for PHP 7
- Bugfix: Fix cases where JS files supposed to stay in the footer where moved to the header during concatenation
- Bugfix: Prevent issue with some page builders and the remove query string option
- Bugfix: Prevent issue when WordPress is in a subdirectory and the remove query string option is active
- Bugfix: Prevent error message when clearing the cache using Varnish HTTP Purge & WP Rocket
- Bugfix: Correct some issues with CDN and background images
- New filter: Possibility to use the filter rocket_fetch_minify_args to allow minification to work behind basic auth
2.9.11
- Fix: PHP Fatal error: Uncaught Error: Call to undefined function jetpack_sitemap_uri() in .../inc/3rd-party/jetpack.php - Since Jetpack 4.8, the jetpack_sitemap_uri() function doesn't exists anymore. The Jetpack team is going to deprecated it in the 4.8.1.
2.9.10
2.9.9
- Enhancement: Compatibility with GoDaddy Managed Hosting
- Enhancement: Update Mobile_Detect class to recent version
- Enhancement: Allow caching when the ao_noptimize query string is set
- Fix: LazyLoad Iframes & Videos no longer crashes Android Facebook browser
- Fix: CDN URL no longer applied on SVG URL by reference
- Fix: Remove query string is now correctly applied when minification disabled on a single post
- Fix: Imagify install button works again
2.9.8
- Fix: PHP notice when saving options since 2.9.7
- Fix: image URL in Envira Gallery Lightbox was incorrectly rewritten when using a CDN
- Fix: CDN feature was not working correctly with schemeless URL on PHP < 5.4
- Fix: Revert to previous htaccess in /min/ directory to prevent 403 issue on some setups
- Fix: Prevent cache not working when the reject UA variable is empty
2.9.7
2.9.6
- Enhancement: Compatibility with Minification & Sucuri's .htaccess hardening
- Enhancement: Save WP Engine CDN value in transient to reduce number of requests
- Enhancement: Exclude cdn.jsdelivr.net & cdnjs.cloudflare.com from JS minification
- Fix: Remove query strings is now applied on page excluded from cache when CSS/JS minification enabled
- Fix: Prevent CDN URL replacement on images posted via XMLRPC.php
- Fix: Prevent Gravatar file duplicated with JS Minification enabled
- Fix: Correctly apply CDN URL on images with relative path
2.9.5
- Enhancement: When a minification option is enabled in Autoptimize, it will be disabled in WP Rocket
- Enhancement: Add version to SCCSS static filename to improve cache busting
- Enhancement: Add version to dynamic CSS/JS save as static file to improve cache busting
- Enhancement: Automatically exclude Elementor JS files from minification
- Enhancement: Auto-exclude "http://www.industriejobs.de" external domain from the JS minification
- Fix: Import options now works again for WP 4.7.1 and above
- Fix: Prevent a PHP warning on filemtime()
- Fix: Don't add the full path to a CSS background url when the value is empty
2.9.4
- [PHP 5.2] Fix PHP Parse error: syntax error, unexpected T_FUNCTION, expecting ')' in ../inc/3rd-party/plugins/sf-move-login.php on line 39.
Please note it's the last time we fix an issue related to PHP 5.2. WP Rocket will require PHP 5.3 or higher to run on the next release, please consider upgrading your PHP version if you want to keep benefiting from the new improvements of the plugin.
2.9.3
- Enhancement: add filters for cache busting filename and static file created from dynamic CSS/JS
- Enhancement: use a text field instead of a dropdown list for the CloudFlare domain value, prefilled with the domain of the current website
- Fix: prevent some files from being saved in the cache busting if they don't use ?ver or use an unusual query string
- Fix: prevent fatal error with SF Move Login 2.4 and above
- Fix: prevent an issue with background-image URL and CDN when the URL is surrounded by "
- Fix: prevent a JS file being loaded twice when using remove query strings + CDN + defer loading