Skip to content

Commit

Permalink
Update readme and bump 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kovshenin committed Apr 19, 2022
1 parent a2a5f68 commit e68d4be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion surge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit e68d4be

Please sign in to comment.