Skip to content

Commit

Permalink
Update readme and bump to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kovshenin committed Jan 10, 2023
1 parent 0367c99 commit b0f2a2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 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: 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

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

0 comments on commit b0f2a2d

Please sign in to comment.