Skip to content

Commit

Permalink
Update readme and bump 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kovshenin committed Jan 12, 2022
1 parent 5c05426 commit 9f5f3dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 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.8.2
Tested up to: 5.9
Requires PHP: 7.3
Stable tag: 1.0.1
Stable tag: 1.0.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down Expand Up @@ -62,7 +62,13 @@ If you like Surge, consider giving us a [star on GitHub](https://github.com/kovs

== Changelog ==

= 1.0.2 =
* Fix PHP notice in invalidation
* Protect against race conditions when writing flags.json
* Add support for more post statuses in transition_post_status invalidation

= 1.0.1 =
* Add support for custom user configuration
* Various invalidation enhancements and fixes
* Remove advanced-cache.php when plugin is deactivated
* Add a note about fpassthru() in FAQ
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.1
* Version: 1.0.2
*
* @package Surge
*/
Expand Down

0 comments on commit 9f5f3dd

Please sign in to comment.