Skip to content

Commit

Permalink
Bump version to 1.5.9 and update changelog (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
donnchawp authored Dec 15, 2017
1 parent a68a2c5 commit bdf825c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions 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: 4.9.1
* Stable tag: 1.5.8
* Stable tag: 1.5.9
* Requires at least: 3.0
* Requires PHP: 5.2.4
* License: GPLv2 or later
Expand Down Expand Up @@ -260,6 +260,13 @@ Your theme is probably responsive which means it resizes the page to suit whatev


## Changelog ##

### 1.5.9 ###
* Fixed fatal error if the debug log was deleted while debugging was enabled and a visitor came to the site.
* Fixed the dynamic caching test plugin because of PHP7 changes. Dynamic cache mode must be enabled now.
* Lots of WordPress coding style formatting fixes to the code.
* All changes: https://github.com/Automattic/wp-super-cache/compare/1.5.8...1.5.9

### 1.5.8 ###
* PHP 7 fixes. (#429)
* Fix debug comments checkbox. (#433)
Expand Down Expand Up @@ -621,4 +628,4 @@ Your theme is probably responsive which means it resizes the page to suit whatev


## Upgrade Notice ##
Many bug fixes
Fixes rare fatal error when using debug log
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.5.8
Version: 1.5.9
Author: Automattic
Author URI: https://automattic.com/
License: GPL2+
Expand Down

0 comments on commit bdf825c

Please sign in to comment.