Releases: Automattic/wp-super-cache
Releases · Automattic/wp-super-cache
1.9.2 beta 2
New in beta 2:
- Banner dismissal is per-user.
- New copy on the boost banner.
Added
- Added a dismissable option to install Jetpack Boost. [#26702]
- Improved stability with the start of an end-to-end test suite. [#26462]
- Tested with v6.1 of WordPress. [#26831]
Changed
- Updated package dependencies.
Fixed
- Compatibility: Avoid use of QUERY_STRING value, which is not available in all environments. [#26251]
- Updated links to related plugins to remove click-tracking redirects. [#26757]
1.9.2 beta 1
Added
- Added a dismissable option to install Jetpack Boost. [#26702]
- Improved stability with the start of an end-to-end test suite. [#26462]
- Tested with v6.1 of WordPress. [#26831]
Changed
- Updated package dependencies.
Fixed
- Compatibility: Avoid use of QUERY_STRING value, which is not available in all environments. [#26251]
- Updated links to related plugins to remove click-tracking redirects. [#26757]
1.9
1.8
What's changed
- Added PHP 8 Support
- Added a link to give feedback on WP Super Cache
- Added information on Jetpack Boost
- Fixed jQuery deprecated notice
- Fixed replacing dirname(FILE) with DIR
1.7.9
What's Changed
- Fix up nonces and support AMP in "Delete Cache" button by @donnchawp in #821
- Add this constant to disable the delete cache button by @donnchawp in #823
- Don't load the delete cache JS on the frontend by @donnchawp in #824
- Updated changelog and bump version to 1.7.9 by @donnchawp in #825
Full Changelog: 1.7.8...1.7.9
1.7.8
What's Changed
- Change the admin bar "Delete Cache" button into an AJAX link by @donnchawp in #808
- Update the delete cache button by @donnchawp in #810
- Fix link to log file in custom WordPress structure by @hirasso in #807
- Add an auto updating preload message. by @donnchawp in #811
- Use REQUEST_URI instead of GET to check GET status. by @donnchawp in #813
- Add commonWP and disclaimer to "recommended links" by @donnchawp in #812
- Hide warnings in case files deleted by @donnchawp in #814
- Display the preloaded page using text rather html node by @donnchawp in #816
- Remove the GET param when removing tracking params by @donnchawp in #818
- Check this before closing it, just in case opening failed. by @donnchawp in #819
- Bump version to 1.7.8 and update changelog by @donnchawp in #820
Full Changelog: 1.7.7...1.7.8
1.7.7
What's Changed
- Make sure this variable is passed to the template file too. by @donnchawp in #803
- More fixes of unknown variables in templates. by @donnchawp in #804
- Add $cache_path to the easy template. by @donnchawp in #805
- Bump to version 1.7.7 by @donnchawp in #806
Full Changelog: 1.7.6...1.7.7
1.7.6
1.7.5
- Move the text of the settings pages into separate files. #791
- Allow editors to delete all the cache files. #793
- Only clear the cache from the current site, not the whole network (admin bar link). #794
- Check $cache_path is somewhat sane. #797
- realpath returns false if directory not found. #798
- Don't reject bots for new installs. They "preload pages" too. #800
1.7.4
Make config file path configurable, props @sebastianpopp #755
Stop a very rare/difficult attack when updating wp-config.php, props @guyasyou for reporting. #780
Add textbox to add tracking parameters to ignore when caching. props @markfinst, @radex02 #777
Add "Rejected Cookies" setting to the advanced settings page. #774