Cache Enabler – WordPress Cache - Version 1.3.4

Version Description

  • Reverted change to page specific as new default
Download this release

Release Info

Developer keycdn
Plugin Icon 128x128 Cache Enabler – WordPress Cache
Version 1.3.4
Comparing to
See all releases

Code changes from version 1.3.3 to 1.3.4

Files changed (3) hide show
  1. cache-enabler.php +1 -1
  2. inc/cache_enabler.class.php +2 -2
  3. readme.txt +4 -1
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.3
10
  */
11
 
12
  /*
6
  Author: KeyCDN
7
  Author URI: https://www.keycdn.com
8
  License: GPLv2 or later
9
+ Version: 1.3.4
10
  */
11
 
12
  /*
inc/cache_enabler.class.php CHANGED
@@ -1685,8 +1685,8 @@ final class Cache_Enabler {
1685
  // init variables
1686
  $dropdown_options = '';
1687
  $available_options = array(
1688
- esc_html__('Page specific', 'cache-enabler'),
1689
- esc_html__('Completely', 'cache-enabler')
1690
  );
1691
 
1692
  // set dropdown options
1685
  // init variables
1686
  $dropdown_options = '';
1687
  $available_options = array(
1688
+ esc_html__('Completely', 'cache-enabler'),
1689
+ esc_html__('Page specific', 'cache-enabler')
1690
  );
1691
 
1692
  // set dropdown options
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: keycdn
3
  Tags: cache, caching, wordpress cache, wp cache, performance, gzip, webp, http2
4
  Requires at least: 4.6
5
- Tested up to: 5.0
6
  Stable tag: trunk
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -68,6 +68,9 @@ When combined with Optimus, the Wordpress Cache Enabler allows you to easily del
68
 
69
  == Changelog ==
70
 
 
 
 
71
  = 1.3.3 =
72
  * Replaced wp_die in advanced cache
73
 
2
  Contributors: keycdn
3
  Tags: cache, caching, wordpress cache, wp cache, performance, gzip, webp, http2
4
  Requires at least: 4.6
5
+ Tested up to: 5.1
6
  Stable tag: trunk
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
68
 
69
  == Changelog ==
70
 
71
+ = 1.3.4 =
72
+ * Reverted change to page specific as new default
73
+
74
  = 1.3.3 =
75
  * Replaced wp_die in advanced cache
76