diff --git a/readme.txt b/readme.txt index caba2a0..f21f8d1 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: wondercache, cache, speed, performance, batcache Requires at least: 4.7 Requires PHP: 5.6 Tested up to: 6.6 -Stable tag: 0.5 +Stable tag: 0.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Donate link: https://handyplugins.co/donate/ @@ -88,6 +88,10 @@ There is always vice/versa when you bring a new tool or adding complexity. == Changelog == += 0.6 (August 07, 2024) = +- Make sure deactivation doesn't cause fatal error when advanced-cache.php overwritten by other plugins. +- Tested with WordPress 6.6 + = 0.5 (Oct 25, 2023) = - Vary the cache when only JSON is accepted. - PHP 8.2: Enable AllowDynamicProperties in wondercache class. diff --git a/wonder-cache.php b/wonder-cache.php index fab3fc2..a5b28f7 100644 --- a/wonder-cache.php +++ b/wonder-cache.php @@ -7,7 +7,7 @@ * Author URI: https://handyplugins.co * Text Domain: wonder-cache * Domain Path: /languages - * Version: 0.5 + * Version: 0.6 * Network: true * Requires at least: 4.7 * Requires PHP: 5.6