diff --git a/readme.txt b/readme.txt index ab48d11..06b2fae 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: kovshenin Donate link: https://github.com/kovshenin/surge Tags: cache, performance, caching Requires at least: 5.7 -Tested up to: 6.0 +Tested up to: 6.1 Requires PHP: 7.3 -Stable tag: 1.0.4 +Stable tag: 1.0.5 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html @@ -66,6 +66,11 @@ If you like Surge, consider giving us a [star on GitHub](https://github.com/kovs == Changelog == += 1.0.5 = +* Fix woocommerce_product_title compatibility +* Honor DONOTCACHEPAGE constant +* Use built-in is_ssl() WordPress function for better compatibility + = 1.0.4 = * Add a WP-CLI command to invalidate/flush page cache * Fix redirect loop with Core's redirect_canonical for ignore_query_vars diff --git a/surge.php b/surge.php index a143fd5..7c82753 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.4 + * Version: 1.0.5 * * @package Surge */