Skip to content

Commit

Permalink
Add/1 5 7 1 (#409)
Browse files Browse the repository at this point in the history
Bump version to 1.5.7.1 and update changelog
  • Loading branch information
donnchawp authored Oct 11, 2017
1 parent 2f2e208 commit 908c70d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 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.8.1
Stable tag: 1.5.7
Stable tag: 1.5.7.1
Requires at least: 3.0

A very fast caching engine for WordPress that produces static html files.
Expand Down Expand Up @@ -53,9 +53,14 @@ Interested in translating WP Super Cache to your language? See the [translation
The cache directory, usually wp-content/cache/ is only for temporary files. Do not ever put important files or symlinks to important files or directories in that directory. They will be deleted if the plugin has write access to them.

== Upgrade Notice ==
Fixes fatal error for users who toggled the "no adverts for friends" plugin.
Fixes fatal error for older versions of WP and corrupted config file issues.

== Changelog ==
= 1.5.7.1 =
* If the HTTP HOST is empty then don't use it in strpos to avoid a PHP warning. (#408)
* Don't preload posts with permalinks that contain rejected strings. (#407)
* Generate a list of archive feeds that can be deleted when the site is updated. Also fixes corrupted config file issue and fatal error with older versions of WordPress. (#403)

= 1.5.7 =
* Fix fatal error in plugins/searchengine.php (#398)

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.5.7
Version: 1.5.7.1
Author: Automattic
Author URI: https://automattic.com/
License: GPL2+
Expand Down

0 comments on commit 908c70d

Please sign in to comment.