From 74d679b499beeaf6633b69f7d7d101d83263ba86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Caoimh?= Date: Wed, 22 Aug 2018 12:04:13 +0100 Subject: [PATCH] Bump version number and add changelog (#598) * Bump version numbe and add changelog * Add another change --- readme.txt | 12 ++++++++++-- wp-cache.php | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 2d064764..46f7e0e2 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ * Contributors: donncha, automattic, kraftbj * Tags: performance, caching, wp-cache, wp-super-cache, cache * Tested up to: 4.9.8 -* Stable tag: 1.6.3 +* Stable tag: 1.6.4 * Requires at least: 3.1 * Requires PHP: 5.2.4 * License: GPLv2 or later @@ -266,6 +266,14 @@ Your theme is probably responsive which means it resizes the page to suit whatev ## Changelog ## +### 1.6.4 ### +* Changes between [1.6.3 and 1.6.4](https://github.com/Automattic/wp-super-cache/compare/1.6.3...1.6.4) +* Fixes for WP-CLI (#587) (#592) +* Bumped the minimum WordPress version to 3.1 to use functions introduced then. (#591) +* Fixes to wpsc_post_transition to avoid a fatal error using get_sample_permalink. (#595) +* Fixed the admin bar "Delete Cache" link. (#589) +* Fixed the headings used in the settings page. (#597) + ### 1.6.3 ### * Changes between [1.6.2 and 1.6.3](https://github.com/Automattic/wp-super-cache/compare/1.6.2...1.6.3) * Added cookie helper functions (#580) @@ -683,4 +691,4 @@ Your theme is probably responsive which means it resizes the page to suit whatev ## Upgrade Notice ## -Bug fixes and new features +Bug fixes diff --git a/wp-cache.php b/wp-cache.php index 0347b524..3a04cb1f 100644 --- a/wp-cache.php +++ b/wp-cache.php @@ -3,7 +3,7 @@ Plugin Name: WP Super Cache Plugin URI: https://wordpress.org/plugins/wp-super-cache/ Description: Very fast caching plugin for WordPress. -Version: 1.6.3 +Version: 1.6.4 Author: Automattic Author URI: https://automattic.com/ License: GPL2+