Skip to content

Releases: Automattic/wp-super-cache

1.9.4 beta

01 Mar 06:41
Compare
Choose a tag to compare
1.9.4 beta Pre-release
Pre-release

Added

  • Added new filter which controls cache clearing on post edit. [#28556]
  • Added a check to ensure preload cronjobs exist when updating preload settings. [#28545]

Changed

  • Updated contributors list. [#28891]

Fixed

  • Fixed undefined PHP variable when trying to delete a protected folder. [#28524]

1.9.3

31 Jan 07:52
Compare
Choose a tag to compare

Added

  • Added a filter to control cache clearing on post updates. [#28556]
  • Added new filters to set mod_expires rules and HTTP headers in the cache htaccess file. [#28031]

Fixed

  • Fixed an issue that caused wp-config.php file permissions to change. [#28164]
  • Fixed missing missing action 'wp_cache_cleared' when clearing the cache on post update. [#28481]
  • Fixed an undefined PHP variable warning when cleaning up cache folders. [#28524]
  • Fixed an issue with cron-jobs for preloading not getting initialized correctly. [#28545]

1.9.3-beta

23 Jan 06:59
Compare
Choose a tag to compare
1.9.3-beta Pre-release
Pre-release

Added

  • Added new filters to set mod_expires rules and HTTP headers in the cache htaccess file. [#28031]

Fixed

  • Fixed an issue that caused wp-config.php file permissions to change. [#28164]
  • Fixed missing missing action 'wp_cache_cleared' when clearing the cache on post update. [#28481]

1.9.2

14 Dec 05:07
Compare
Choose a tag to compare

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 3

14 Dec 03:43
Compare
Choose a tag to compare
1.9.2 beta 3 Pre-release
Pre-release

New in beta 3:

  • Banner options cleared on deactivate.

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 2

12 Dec 10:03
Compare
Choose a tag to compare
1.9.2 beta 2 Pre-release
Pre-release

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

09 Dec 04:56
Compare
Choose a tag to compare
1.9.2 beta 1 Pre-release
Pre-release

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

16 Sep 08:29
Compare
Choose a tag to compare
1.9

1.9 - 2022-09-16

Added

  • Cache deletion: add new hook to trigger actions after a successful cache deletion from the admin bar. [#26202]

Fixed

  • Fixes to URL parsing to prevent cache pollution issues around URLs with double-slashes. [#26247]

1.8

16 Aug 15:22
Compare
Choose a tag to compare
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

07 Jun 19:30
19e7bba
Compare
Choose a tag to compare

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