From 8815d29f418eaf34025ce79d61999e5316a2ec78 Mon Sep 17 00:00:00 2001 From: Ethan Kennedy Date: Tue, 15 Aug 2017 14:22:12 -0500 Subject: [PATCH] version number update --- readme.txt | 6 ++++-- wpe-advanced-cache.php | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) 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 @@