diff --git a/readme.txt b/readme.txt index 3238a9a..4a5d8a2 100644 --- a/readme.txt +++ b/readme.txt @@ -2,10 +2,10 @@ Contributors: kovshenin Donate link: https://github.com/kovshenin/surge Tags: cache, performance, caching -Requires at least: 5.8 +Requires at least: 5.7 Tested up to: 5.8.2 -Requires PHP: 7.4 -Stable tag: 0.1.0 +Requires PHP: 7.3 +Stable tag: 1.0.0 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html @@ -13,7 +13,7 @@ Surge is a very simple and fast page caching plugin for WordPress. == Description == -Surge generates and serves static HTML files for your WordPress site, causing quicker requests and, faster load times and a shorter time to first byte (TTFB). +Surge generates and serves static HTML files for your WordPress site, causing quicker requests, faster load times and a shorter time to first byte (TTFB). Surge does not require configuration, and has no options. It works out of the box on any well-configured hosting platform. Cached files are stored on disk, and automatically invalidated when your site is updated. @@ -58,5 +58,9 @@ If you like Surge, consider giving us a [star on GitHub](https://github.com/kovs == Changelog == += 1.0.0 = +* Anonymize requests to favicon.ico and robots.txt +* Improve cache expiration, add cache expiration by path + = 0.1.0 = * Initial release diff --git a/surge.php b/surge.php index 1a91177..d02e7df 100644 --- a/surge.php +++ b/surge.php @@ -7,7 +7,7 @@ * Author URI: https://konstantil.blog * Text Domain: surge * Domain Path: /languages - * Version: 0.1.0 + * Version: 1.0.0 * * @package Surge */