Releases: Automattic/wp-super-cache
Releases · Automattic/wp-super-cache
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
1.7.3
1.7.2
1.7.1
1.7.0
- Added "wpsc_cdn_urls" filter to modify the URLs used to rewrite URLs. #697
- Fixed CDN functionality for logged in users. #698
- Disable settings that don't work in Expert mode. #699
- Don't enable mobile support by default, but it can still be enabled manually. #700
- Change "admin bar" to "Toolbar". Props @garrett-eclipse. #701
- Show settings enabled by "easy" settings page. #703
1.6.9
This is a security bugfix release that is a required upgrade especially if you use the debug log in the plugin.
1.6.8
- Added new constants, WPSC_SERVE_DISABLED (disable serving of cached files) and WPSC_SUPERCACHE_ONLY (only serve supercache cache files). #682 and #672
- Hide get_post() warning on some sites. #684
- Check if WPCACHEHOME is set correctly before maybe updating it. #683
- Remove object cache support as it never worked properly. #681
- Add "logged in users" to the "do not cache for users" setting and rename that setting to "Cache Restrictions" #657