Releases: wp-media/wp-rocket
Releases · wp-media/wp-rocket
3.0.5.1
- Regression fix: correct an issue which prevented sitemap-based preloading from working
3.0.5
- Enhancement: Settings page design update to improve readability and contrast, following our customers feedbacks since the 3.0 release
- Enhancement: Add a show sidebar switcher on the settings page, to show/hide the sidebar that is mainly useful for new users
- Enhancement: Revert the CDN field to the pre-3.0 implementation, improving it's usability and fixing a bug with the reserved for selection
- Enhancement: Specify directly the zone ID in Cloudflare settings instead of using the domain
- 3rd party compatibility: Improve compatibility with Polylang detect browser language option
- 3rd party compatibility: Improve compatibility with WeePie Cookie Allow new features
- 3rd party dependency: Update Minify library version to 1.3.60
- Bugfix: Correctly minify relative CSS and JavaScript URLs
- Bugfix: Correctly rewrite referenced file paths in CSS files when using minification/cache busting on a subfolder installation
- Bugfix: Prevent full cache clear when an image is uploaded to a draft
- White label: You can replace the default WP Rocket footprint by a generic one by using the WP_ROCKET_WHITE_LABEL_FOOTPRINT constant
3.0.4
- Enhancement: Improve compatibility with Kinsta in the case where the installation is missing Kinsta mu-plugin, and correctly clear Kinsta cache when using "Purge this URL" on the front-end
- Enhancement: Generate WP Rocket caching files on Siteground even for sites with a version older than 4.0.5 of SG Optimizer
- Enhancement: Add back placeholders in some WP Rocket textareas fields to hint at the correct syntax to use
- Bugfix: Prevent incorrectly rewritten URL paths in minified/busted CSS files in some cases
- Bugfix: Fix a conflict with the SumoMe plugin which prevented WP Rocket settings tabs navigation from working
- Bugfix: Prevent database optimization counting the number of items to optimize on all admin pages instead of only WP Rocket settings apge
- Bugfix: Database optimization "Optimize" button now optimize correctly even if the settings didn't change
- Dependency: Update lazyload script the to latest available version
3.0.3
- Enhancement: Re-introduce cache SSL option, as many website use https but the WordPress home URL doesn't reflect it, which prevented correct caching of https page
- Bugfix: Display all options if a JavaScript conflict occurs, to keep them accessible even if the navigation doesn't work
- Bugfix: Fix an issue with the rollback not working for old PHP/WordPress versions installations
- Bugfix: Fix a PHP Notice related to the database automatic cleanup frequency
3.0.2
- Bugfix: Prevent white screen on Kinsta hosting because of incorrect classes names
3.0.1
- Bugfix: Correct an issue preventing logged-in users cache from working
3.0
- The minimum required PHP version required for this version has been upgraded to 5.4.
- The minimum required WordPress version required for this version has been upgraded to 4.2.
- Enhancement: a whole new settings page! We redesigned our settings to be clearer, easier to use and with more helpers for you to understand what an option does. We also removed unused options to streamline your experience.
- Enhancement: Automatic compatibility with Kinsta caching system and CDN
- Bugfix: Correctly minify/cache busting on subdirectory installations and with custom content path
2.11.7
- Enhancement: Save dynamic CSS/JS as static file when the only query string is the WP version
- Enhancement: Require composer autoload only if it exists to improve compatibility with site wide composer installation
- Enhancement: Exclude PDF from gzip
- Enhancement: Apply lazyload on WPTouch version of the website
- Bugfix: Prevent wrong URLs in some cases for CSS @import or url() after minification or remove query strings
- Bugfix: Minification and remove query strings are correctly applied on languages other than the default one when using a multilingual plugin
- Bugfix: Improve home path detection function to prevent some cases where the value was incorrect and prevented minification/remove query strings
- Bugfix: Prevent the homepage from being excluded from cache when WPS Hide Login URL is empty
- Bugfix: Clear cache when a post is updated via XML-RPC
- Bugfix: Correctly add the htaccess rewrite rules when disabling mobile cache option without disabling specific cache for mobile option first
- Bugfix: Correctly load critical CSS on taxonomy archive pages
2.11.6
- Enhancement: Automatic compatibility Cookie Notice by dFactory plugin
- Enhancement: Update Minify library to include latest improvements and bugfixes
- Bugfix: Prevent Premium SEO Pack from rendering WP Rocket Settings Page inaccessible
- Bugfix: Remove critical CSS from AMP pages to prevent validation error
- Bugfix: Prevent a PHP notice when analytics is activated and the type of web server could not be correctly detected
2.11.5
- Enhancement: Add filter
rocket_youtube_thumbnail_resolution
to be able to modify the resolution of the Youtube Preview image - Enhancement: Add filter
do_rocket_critical_css_generation
to control the autogeneration of the critical CSS - Enhancement: Insert critical CSS before CSS files when combine CSS is active
- Enhancement: Check for minified file existence earlier in the minify process to improve cache generation time
- Enhancement: Prevent adding DNS prefetch on uncached pages
- Bugfix: Correct an issue with
rocket_realpath()
on windows server which was preventing minification and remove query strings from working - Bugfix: Prevent some code to be displayed when optimize CSS delivery is active because the stylesheet tag contains special characters
- Bugfix: Correctly apply remove query strings even when there is no file to minify
- Bugfix: Prevent a PHP warning because of a wrongly named variable in 2.11.4
- Bugfix: correctly apply sizes to image when lazyload is active
- Bugfix: correctly process files for minification and remove query strings when content folder is outside the WordPress directory