Version Description
Download this release
Release Info
Developer | donncha |
Plugin | WP Super Cache |
Version | 1.7.6 |
Comparing to | |
See all releases |
Code changes from version 1.7.5 to 1.7.6
- readme.txt +4 -1
- wp-cache.php +3 -3
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
* Contributors: donncha, automattic
|
3 |
* Tags: performance, caching, wp-cache, wp-super-cache, cache
|
4 |
* Tested up to: 5.9
|
5 |
-
* Stable tag: 1.7.
|
6 |
* Requires at least: 3.1
|
7 |
* Requires PHP: 5.2.4
|
8 |
* License: GPLv2 or later
|
@@ -269,6 +269,9 @@ Your theme is probably responsive which means it resizes the page to suit whatev
|
|
269 |
|
270 |
## Changelog ##
|
271 |
|
|
|
|
|
|
|
272 |
### 1.7.5 ###
|
273 |
* Move the text of the settings pages into separate files. #791
|
274 |
* Allow editors to delete all the cache files. #793
|
2 |
* Contributors: donncha, automattic
|
3 |
* Tags: performance, caching, wp-cache, wp-super-cache, cache
|
4 |
* Tested up to: 5.9
|
5 |
+
* Stable tag: 1.7.6
|
6 |
* Requires at least: 3.1
|
7 |
* Requires PHP: 5.2.4
|
8 |
* License: GPLv2 or later
|
269 |
|
270 |
## Changelog ##
|
271 |
|
272 |
+
### 1.7.6 ###
|
273 |
+
* Fix for PHP < 7.3
|
274 |
+
|
275 |
### 1.7.5 ###
|
276 |
* Move the text of the settings pages into separate files. #791
|
277 |
* Allow editors to delete all the cache files. #793
|
wp-cache.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Super Cache
|
4 |
Plugin URI: https://wordpress.org/plugins/wp-super-cache/
|
5 |
Description: Very fast caching plugin for WordPress.
|
6 |
-
Version: 1.7.
|
7 |
Author: Automattic
|
8 |
Author URI: https://automattic.com/
|
9 |
License: GPL2+
|
@@ -988,7 +988,7 @@ table.wpsc-settings-table {
|
|
988 |
'wp_cache_preload_taxonomies',
|
989 |
'wp_cache_preload_email_me',
|
990 |
'wp_cache_preload_email_volume',
|
991 |
-
'wp_cache_preload_posts'
|
992 |
)
|
993 |
);
|
994 |
|
@@ -1052,7 +1052,7 @@ table.wpsc-settings-table {
|
|
1052 |
'cache_schedule_interval',
|
1053 |
'cache_time_interval',
|
1054 |
'cache_gc_email_me',
|
1055 |
-
'wp_cache_preload_on'
|
1056 |
)
|
1057 |
);
|
1058 |
|
3 |
Plugin Name: WP Super Cache
|
4 |
Plugin URI: https://wordpress.org/plugins/wp-super-cache/
|
5 |
Description: Very fast caching plugin for WordPress.
|
6 |
+
Version: 1.7.6
|
7 |
Author: Automattic
|
8 |
Author URI: https://automattic.com/
|
9 |
License: GPL2+
|
988 |
'wp_cache_preload_taxonomies',
|
989 |
'wp_cache_preload_email_me',
|
990 |
'wp_cache_preload_email_volume',
|
991 |
+
'wp_cache_preload_posts'
|
992 |
)
|
993 |
);
|
994 |
|
1052 |
'cache_schedule_interval',
|
1053 |
'cache_time_interval',
|
1054 |
'cache_gc_email_me',
|
1055 |
+
'wp_cache_preload_on'
|
1056 |
)
|
1057 |
);
|
1058 |
|