Version Description
- Replaced wp_die in advanced cache
Download this release
Release Info
| Developer | keycdn |
| Plugin | |
| Version | 1.3.3 |
| Comparing to | |
| See all releases | |
Code changes from version 1.3.2 to 1.3.3
- advanced-cache.php +2 -1
- cache-enabler.php +1 -1
- readme.txt +3 -0
advanced-cache.php
CHANGED
|
@@ -164,7 +164,8 @@ function _ce_file_path($path = NULL) {
|
|
| 164 |
);
|
| 165 |
|
| 166 |
if ( is_file($path) > 0 ) {
|
| 167 |
-
|
|
|
|
| 168 |
}
|
| 169 |
|
| 170 |
// add trailing slash
|
| 164 |
);
|
| 165 |
|
| 166 |
if ( is_file($path) > 0 ) {
|
| 167 |
+
header( $_SERVER['SERVER_PROTOCOL'] . ' 404 Not Found', true, 404 );
|
| 168 |
+
exit;
|
| 169 |
}
|
| 170 |
|
| 171 |
// add trailing slash
|
cache-enabler.php
CHANGED
|
@@ -6,7 +6,7 @@ Description: Simple and fast WordPress disk caching plugin.
|
|
| 6 |
Author: KeyCDN
|
| 7 |
Author URI: https://www.keycdn.com
|
| 8 |
License: GPLv2 or later
|
| 9 |
-
Version: 1.3.
|
| 10 |
*/
|
| 11 |
|
| 12 |
/*
|
| 6 |
Author: KeyCDN
|
| 7 |
Author URI: https://www.keycdn.com
|
| 8 |
License: GPLv2 or later
|
| 9 |
+
Version: 1.3.3
|
| 10 |
*/
|
| 11 |
|
| 12 |
/*
|
readme.txt
CHANGED
|
@@ -68,6 +68,9 @@ When combined with Optimus, the Wordpress Cache Enabler allows you to easily del
|
|
| 68 |
|
| 69 |
== Changelog ==
|
| 70 |
|
|
|
|
|
|
|
|
|
|
| 71 |
= 1.3.2 =
|
| 72 |
* Changed to page specific as new default
|
| 73 |
* Added regex setting for analytics tags in get variables
|
| 68 |
|
| 69 |
== Changelog ==
|
| 70 |
|
| 71 |
+
= 1.3.3 =
|
| 72 |
+
* Replaced wp_die in advanced cache
|
| 73 |
+
|
| 74 |
= 1.3.2 =
|
| 75 |
* Changed to page specific as new default
|
| 76 |
* Added regex setting for analytics tags in get variables
|
