Skip to content

Commit

Permalink
Fix/update changelog bump 158 (#435)
Browse files Browse the repository at this point in the history
* Bump version to 1.5.8 and update changelog

* Another changelog entry

* Bump test verion to 4.8.3 and update changelog
  • Loading branch information
donnchawp authored Oct 31, 2017
1 parent 86a40f3 commit b04ed0e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== WP Super Cache ===
Contributors: donncha, automattic, kraftbj
Tags: performance,caching,wp-cache,wp-super-cache,cache
Tested up to: 4.8.2
Stable tag: 1.5.7.1
Tested up to: 4.8.3
Stable tag: 1.5.8
Requires at least: 3.0

A very fast caching engine for WordPress that produces static html files.
Expand Down Expand Up @@ -53,9 +53,24 @@ 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 older versions of WP and corrupted config file issues.
Many bug fixes

== Changelog ==
= 1.5.8 =
* PHP 7 fixes. (#429)
* Fix debug comments checkbox. (#433)
* Only register uninstall function in admin pages to save queries. (#430)
* Check that wp-cache-phase1.php is loaded before saving settings page. (#428)
* If a url has a "?" in it then don't delete the associated cache. It'll delete the whole cache after stripping out ?... part. (#427 & #420)
* Allow static functions in classes to be used in cacheactions. (#425)
* Don't make AJAX requests anonymous. (#423)
* Fixed link to chmod explanation. (#421)
* Add more escaping to the CDN settings page. (#416)
* Use SERVER_PROTOCOL to determine http protocol. (#412 & #413)
* If preload stalls only send one email per day, but do display an admin notice. (#432)
* Fixed more PHP warnings in #438 and #437
* Hide mod_rewrite warnings for Nginx users. #434

= 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)
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.1
Version: 1.5.8
Author: Automattic
Author URI: https://automattic.com/
License: GPL2+
Expand Down

0 comments on commit b04ed0e

Please sign in to comment.