diff --git a/readme.txt b/readme.txt index 4267ed6..ba83c75 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: cache, performance, caching Requires at least: 5.7 Tested up to: 5.9 Requires PHP: 7.3 -Stable tag: 1.0.2 +Stable tag: 1.0.3 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html @@ -62,6 +62,12 @@ If you like Surge, consider giving us a [star on GitHub](https://github.com/kovs == Changelog == += 1.0.3 = +* Invalidate cache when posts_per_page is changed +* Fix redirect loop with unknown query vars caused by Core's redirect_canonical +* Ignore X-Cache and X-Powered-By headers from cache metadata +* Allow multiple headers with the same name + = 1.0.2 = * Fix PHP notice in invalidation * Protect against race conditions when writing flags.json diff --git a/surge.php b/surge.php index df945c0..4311619 100644 --- a/surge.php +++ b/surge.php @@ -7,7 +7,7 @@ * Author URI: https://konstantin.blog * Text Domain: surge * Domain Path: /languages - * Version: 1.0.2 + * Version: 1.0.3 * * @package Surge */