diff --git a/readme.txt b/readme.txt index ba83c75..ab48d11 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: 5.9 +Tested up to: 6.0 Requires PHP: 7.3 -Stable tag: 1.0.3 +Stable tag: 1.0.4 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html @@ -35,6 +35,10 @@ Using WP-CLI: wp plugin install surge --activate There isn't one. += How do I clear the cache? = + +Toggle the plugin activation or run `wp surge flush` using WP-CLI. + = Is my cache working? = Visit the Site Health screen under Tools in your WordPress dashboard. Common caching errors, like installation problems, etc. will appear there. Otherwise, open your site in an Incognito window to see the cached version. You could also look for the "X-Cache" header in the server response. @@ -62,6 +66,13 @@ If you like Surge, consider giving us a [star on GitHub](https://github.com/kovs == Changelog == += 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 +* Fix warnings for requests with empty headers +* Fix warnings when cron cleanup attempts to read a file that no longer exists +* Add a filter to disable writing to wp-config.php + = 1.0.3 = * Invalidate cache when posts_per_page is changed * Fix redirect loop with unknown query vars caused by Core's redirect_canonical diff --git a/surge.php b/surge.php index 9514367..a143fd5 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.3 + * Version: 1.0.4 * * @package Surge */