diff --git a/readme.txt b/readme.txt index ebc29d1..90ee2b7 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: ethankennedy, stevenkword Tags: wpengine, cache, headers, last-modified Requires at least: 3.5 -Tested up to: 4.7.4 -Stable tag: 0.0.1 +Tested up to: 4.8 +Stable tag: 1.0.0 This plugin is a tool that leverages some specific WP Engine tools, as well as general web options for increasing the cacheability of a WordPress site. @@ -16,6 +16,8 @@ This plugin is a tool that leverages some specific WP Engine tools, as well as g == Changelog == +1.0 - Initial release + 0.4.1 - Added a few more comments/doc blocks - Updated code to be functional, pending more testing diff --git a/wpe-advanced-cache.php b/wpe-advanced-cache.php index 18e7778..03fdfda 100644 --- a/wpe-advanced-cache.php +++ b/wpe-advanced-cache.php @@ -1,11 +1,11 @@