From ba651db0e5542c1354e296774a472082b4e758fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Caoimh?= Date: Thu, 30 May 2019 16:47:17 +0100 Subject: [PATCH] Bump version to 1.6.7 and add changelog (#678) --- readme.txt | 6 +++++- wp-cache.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index b5854fc0..675b51e2 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: 5.2.1 -* Stable tag: 1.6.6 +* Stable tag: 1.6.7 * Requires at least: 3.1 * Requires PHP: 5.2.4 * License: GPLv2 or later @@ -266,6 +266,10 @@ Your theme is probably responsive which means it resizes the page to suit whatev ## Changelog ## +### 1.6.7 ### +* wp_cache_setting() can now save boolean values since many of the settings are bools. #676 +* Check if $super_cache_enabled is true in a less strict way because it might be '1' rather than true. #677 + ### 1.6.6 ### * Fix problems with saving settings. Returns false ONLY when there's an issue with the config file, not when the setting isn't changed. Change other code to cope with that, including updating WPCACHEHOME (#670) * When saving settings rename the temporary config file correctly, and delete wp-admin/.php if it exists. (#673) diff --git a/wp-cache.php b/wp-cache.php index 4035310b..325d129e 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.6 +Version: 1.6.7 Author: Automattic Author URI: https://automattic.com/ License: GPL2+