Cache Enabler – WordPress Cache - Version 1.0.4

Version Description

  • Changed WebP static file naming
Download this release

Release Info

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

Code changes from version 1.0.3 to 1.0.4

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.0.3
10
  */
11
 
12
  /*
6
  Author: KeyCDN
7
  Author URI: https://www.keycdn.com
8
  License: GPLv2 or later
9
+ Version: 1.0.4
10
  */
11
 
12
  /*
inc/cache_enabler.class.php CHANGED
@@ -563,7 +563,7 @@ final class Cache_Enabler {
563
  return array_merge(
564
  $input,
565
  array(
566
- '<a href="https://www.keycdn.com/support/" target="_blank">Support Page</a>',
567
  )
568
  );
569
  }
563
  return array_merge(
564
  $input,
565
  array(
566
+ '<a href="https://www.keycdn.com/support/wordpress-cache-enabler-plugin/" target="_blank">Support Page</a>',
567
  )
568
  );
569
  }
inc/cache_enabler_disk.class.php CHANGED
@@ -418,13 +418,13 @@ final class Cache_Enabler_Disk {
418
  * get webp file path
419
  *
420
  * @since 1.0.1
421
- * @change 1.0.1
422
  *
423
  * @return string path to the webp gzipped html file
424
  */
425
 
426
  private static function _file_webp() {
427
- return self::_file_path(). 'index.html.webp';
428
  }
429
 
430
 
418
  * get webp file path
419
  *
420
  * @since 1.0.1
421
+ * @change 1.0.4
422
  *
423
  * @return string path to the webp gzipped html file
424
  */
425
 
426
  private static function _file_webp() {
427
+ return self::_file_path(). 'index-webp.html.gz';
428
  }
429
 
430
 
readme.txt CHANGED
@@ -9,7 +9,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
 
11
 
12
- A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
13
 
14
 
15
 
@@ -22,11 +22,15 @@ The Cache Enabler plugin creates static HTML files and stores them on the server
22
  = Features =
23
  * Efficient and fast disk cache engine
24
  * Automated and/or manual clearing of the cache
25
- * Display of the actual cache size
26
- * Minification of the HTML doc
27
  * WordPress multisite support
28
  * Custom Post Type support
 
 
 
29
 
 
30
 
31
  = Support =
32
  Just [contact us](https://www.keycdn.com/contacts "Support Request") directly to get support on this plugin.
@@ -34,11 +38,11 @@ Just [contact us](https://www.keycdn.com/contacts "Support Request") directly to
34
 
35
  = System Requirements =
36
  * PHP >=5.3
37
- * WordPress >=3.8
38
 
39
 
40
  = Website =
41
- * [Cache Enabler by KeyCDN](https://www.keycdn.com "KeyCDN")
42
 
43
 
44
  = Autor =
@@ -48,9 +52,11 @@ Just [contact us](https://www.keycdn.com/contacts "Support Request") directly to
48
 
49
 
50
 
51
-
52
  == Changelog ==
53
 
 
 
 
54
  = 1.0.3 =
55
  * Fixed WebP version switch issue
56
 
@@ -62,3 +68,9 @@ Just [contact us](https://www.keycdn.com/contacts "Support Request") directly to
62
 
63
  = 1.0.0 =
64
  * Initial Release
 
 
 
 
 
 
9
 
10
 
11
 
12
+ A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files plus WebP support.
13
 
14
 
15
 
22
  = Features =
23
  * Efficient and fast disk cache engine
24
  * Automated and/or manual clearing of the cache
25
+ * Display of the actual cache size in your dashboard
26
+ * Minification of HTML and inline JavaScript
27
  * WordPress multisite support
28
  * Custom Post Type support
29
+ * Expiry Directive
30
+ * WebP Support (when combined with [Optimus](https://optimus.io/en/ "Optimus"))
31
+ * HTTP/2 Focused
32
 
33
+ > Cache Enabler is the first WP plugin to allow you to serve WebP images without JavaScript. WebP is a new image format that provides lossless and lossy compression for images on the web. WebP lossless images are [26% smaller](https://developers.google.com/speed/webp/docs/webp_lossless_alpha_study#results "webp lossless alpha study") in size compared to PNGs.
34
 
35
  = Support =
36
  Just [contact us](https://www.keycdn.com/contacts "Support Request") directly to get support on this plugin.
38
 
39
  = System Requirements =
40
  * PHP >=5.3
41
+ * WordPress >=4.1
42
 
43
 
44
  = Website =
45
+ * [Cache Enabler by KeyCDN](https://www.keycdn.com/support/wordpress-cache-enabler-plugin/ "Cache Enabler Documentation")
46
 
47
 
48
  = Autor =
52
 
53
 
54
 
 
55
  == Changelog ==
56
 
57
+ = 1.0.4 =
58
+ * Changed WebP static file naming
59
+
60
  = 1.0.3 =
61
  * Fixed WebP version switch issue
62
 
68
 
69
  = 1.0.0 =
70
  * Initial Release
71
+
72
+
73
+ == Screenshots ==
74
+
75
+ 1. Display of the cache size in your dashboard
76
+ 2. Cache Enabler settings page and "Clear Cache" link in the dashboard