Skip to content

Commit

Permalink
Update readme, prepare for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kovshenin committed Dec 7, 2021
1 parent f45d842 commit 7970519
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
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

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.

Expand Down Expand Up @@ -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
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://konstantil.blog
* Text Domain: surge
* Domain Path: /languages
* Version: 0.1.0
* Version: 1.0.0
*
* @package Surge
*/
Expand Down

0 comments on commit 7970519

Please sign in to comment.