From 99b0fedb3996035e541a8f5d37801210cf24b969 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Thu, 10 Aug 2017 07:35:59 -0700 Subject: [PATCH] Update README for v0.2.0 --- 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 6a77014e..d0163a4e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** pantheon, cdn, cache **Requires at least:** 4.7 **Tested up to:** 4.8 -**Stable tag:** 0.1.5 +**Stable tag:** 0.2.0 **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.2.0 (August 10th, 2017) ### +* Automatically trims large lists of surrogate keys that break Nginx and Varnish limits for header size. + ### 0.1.5 (May 24th, 2017) ### * Disables emitting surrogate keys for the admin, unless explicitly added by filter. diff --git a/pantheon-advanced-page-cache.php b/pantheon-advanced-page-cache.php index 15d64167..44a2d164 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.5 + * Version: 0.2.0 * * @package Pantheon_Advanced_Page_Cache */ diff --git a/readme.txt b/readme.txt index 11f7bcae..e4b68f0a 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.8 -Stable tag: 0.1.5 +Stable tag: 0.2.0 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.2.0 (August 10th, 2017) = +* Automatically trims large lists of surrogate keys that break Nginx and Varnish limits for header size. + = 0.1.5 (May 24th, 2017) = * Disables emitting surrogate keys for the admin, unless explicitly added by filter.