Skip to content

Releases: HandyPlugins/wonder-cache

v0.6

07 Aug 10:21
Compare
Choose a tag to compare
  • Make sure deactivation doesn't cause fatal error when advanced-cache.php overwritten by other plugins.
  • Tested with WordPress 6.6

v0.5

25 Oct 20:49
Compare
Choose a tag to compare
  • Vary the cache when only JSON is accepted.
  • PHP 8.2: Enable AllowDynamicProperties in wondercache class.
  • Tested with WordPress 6.4.

v0.4

08 Feb 10:09
Compare
Choose a tag to compare
  • Fix: Never cache a request with X-WP-Nonce header
  • Opt-in CORS GET request cache
  • Increase timer sensitivity in debug info
  • Small tweaks & refactoring
  • Tested with WP 5.9

v0.3

01 Sep 23:55
Compare
Choose a tag to compare
  • Updated & improved coding standards
  • Tested with WP 5.8
  • Added composer support