From 3c0b1c572e3326c9da6b867ebeafc0fb1f9b9fc8 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 7 Mar 2017 12:32:14 -0800 Subject: [PATCH] Update README for v0.1.4 --- README.md | 5 ++++- pantheon-advanced-page-cache.php | 2 +- readme.txt | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1b69a3d..56ee4440 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** pantheon, cdn, cache **Requires at least:** 4.7 **Tested up to:** 4.7.4 -**Stable tag:** 0.1.3 +**Stable tag:** 0.1.4 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -222,6 +222,9 @@ Different WordPress actions cause different surrogate keys to be purged, documen ## Changelog ## +### 0.1.4 (March 7th, 2017) ### +* Emits `feed` surrogate key for RSS feeds, and purges when posts are created, modified, or deleted. + ### 0.1.3 (March 1st, 2017) ### * Prevents error notices by only accessing `$rest_base` property of post types and taxonomies when set. diff --git a/pantheon-advanced-page-cache.php b/pantheon-advanced-page-cache.php index 0473c055..50ebc3d4 100644 --- a/pantheon-advanced-page-cache.php +++ b/pantheon-advanced-page-cache.php @@ -7,7 +7,7 @@ * Author URI: https://pantheon.io * Text Domain: pantheon-advanced-page-cache * Domain Path: /languages - * Version: 0.1.3 + * Version: 0.1.4 * * @package Pantheon_Advanced_Page_Cache */ diff --git a/readme.txt b/readme.txt index e70092d8..040f54b9 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: getpantheon, danielbachhuber Tags: pantheon, cdn, cache Requires at least: 4.7 Tested up to: 4.7.4 -Stable tag: 0.1.3 +Stable tag: 0.1.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -222,6 +222,9 @@ Different WordPress actions cause different surrogate keys to be purged, documen == Changelog == += 0.1.4 (March 7th, 2017) = +* Emits `feed` surrogate key for RSS feeds, and purges when posts are created, modified, or deleted. + = 0.1.3 (March 1st, 2017) = * Prevents error notices by only accessing `$rest_base` property of post types and taxonomies when set.