Skip to content

Commit

Permalink
Bump version to 1.6.7 and add changelog (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
donnchawp authored May 30, 2019
1 parent d3858bc commit ba651db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion wp-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit ba651db

Please sign in to comment.