Skip to content

Releases: Automattic/wp-super-cache

1.7.7

01 Feb 09:51
0c83cb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.6...1.7.7

1.7.6

31 Jan 11:38
4fc6f14
Compare
Choose a tag to compare
  • Remove trailing commas and fix < PHP 7.3 compatiblity

1.7.5

31 Jan 08:41
cab2c8d
Compare
Choose a tag to compare
  • 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

08 Jul 13:53
4a6a285
Compare
Choose a tag to compare

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

28 Apr 14:03
c6f6ec8
Compare
Choose a tag to compare
  • Sanitize the settings that are written to the config file #763
  • Fix the display of "direct cached" example urls in some circumstance. #766

1.7.2

15 Mar 18:06
a7fb9dc
Compare
Choose a tag to compare
  • Fixed authenticated RCE in the settings page. Props @M0ze
  • Small bug fixes.

1.7.1

30 Jan 13:33
d85def4
Compare
Choose a tag to compare
  • Minor fixes to docs. #709 #645
  • Fixed typo on cache contents page. #719
  • Fixed array index warning. #724
  • Updated yellow box links. #725

1.7.0

27 Jan 12:14
ab3b21f
Compare
Choose a tag to compare
  • 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

25 Jul 12:30
3c9999c
Compare
Choose a tag to compare

This is a security bugfix release that is a required upgrade especially if you use the debug log in the plugin.

  • Improve the variables and messaging used by advanced-cache.php code. #687
  • Add a warning message to the debug log viewer. #688
  • Disable raw viewing of the debug log. #691
  • Clean up the debug log. #692 #694
  • Added wpsc_update_check() in 9659af1.

1.6.8

27 Jun 11:54
3a476cc
Compare
Choose a tag to compare
  • 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