From 3c9999c8b617e875a2bc8c8720fac3c26bafa9ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Caoimh?= Date: Thu, 25 Jul 2019 13:21:21 +0100 Subject: [PATCH] Getting ready for 1.6.9 (#695) * Getting ready for 1.6.9 * Update the changelog --- readme.txt | 11 +++++++++-- wp-cache.php | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 5d2b921e..81ddec62 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.2 -* Stable tag: 1.6.8 +* Stable tag: 1.6.9 * Requires at least: 3.1 * Requires PHP: 5.2.4 * License: GPLv2 or later @@ -266,6 +266,13 @@ Your theme is probably responsive which means it resizes the page to suit whatev ## Changelog ## +### 1.6.9 ### +* Improve the variables and messaging used by advanced-cache.php code. #687 +* Add a warning message to the debug log viewer. #688 +* Disable raw viewing of the debug log. #691 +* Clean up the debug log. #692 #694 +* Added wpsc_update_check() in 9659af156344a77ae247dc582d52053d95c79b93. + ### 1.6.8 ### * Added new constants, WPSC_SERVE_DISABLED (disable serving of cached files) and WPSC_SUPERCACHE_ONLY (only serve supercache cache files). #682 and #672 * Hide get_post() warning on some sites. #684 @@ -729,4 +736,4 @@ Your theme is probably responsive which means it resizes the page to suit whatev ## Upgrade Notice ## -Bug fixes and changes to settings page. +Fix security issue with debug log. diff --git a/wp-cache.php b/wp-cache.php index 8da6c79d..f5ba6ed4 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.8 +Version: 1.6.9 Author: Automattic Author URI: https://automattic.com/ License: GPL2+