Skip to content

Commit

Permalink
Update readme and bump 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kovshenin committed Feb 8, 2022
1 parent 1aeb654 commit 5e58730
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
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.2
* Version: 1.0.3
*
* @package Surge
*/
Expand Down

0 comments on commit 5e58730

Please sign in to comment.