Skip to content

Commit

Permalink
Bump version number and add changelog (#598)
Browse files Browse the repository at this point in the history
* Bump version numbe and add changelog

* Add another change
  • Loading branch information
donnchawp committed Aug 22, 2018
1 parent c887c11 commit 74d679b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions readme.txt
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion wp-cache.php
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.3
Version: 1.6.4
Author: Automattic
Author URI: https://automattic.com/
License: GPL2+
Expand Down

0 comments on commit 74d679b

Please sign in to comment.