Hyper Cache - Version 3.3.7

Version Description

  • Fixed http link on options panel
Download this release

Release Info

Developer satollo
Plugin Icon wp plugin Hyper Cache
Version 3.3.7
Comparing to
See all releases

Code changes from version 3.3.6 to 3.3.7

Files changed (3) hide show
  1. options.php +11 -31
  2. plugin.php +3 -3
  3. readme.txt +13 -16
options.php CHANGED
@@ -260,10 +260,10 @@ if (!wp_next_scheduled('hyper_cache_clean')) {
260
  <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5PHGDGNHAYLJ8" target="_blank"><img style="width: auto; height: auto;" src="<?php echo plugins_url('hyper-cache')?>/images/donation.png"></a>
261
 
262
  <p>
263
- <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5PHGDGNHAYLJ8" target="_blank"><strong>Help children</strong> and support this plugin</a>. <a href="http://www.satollo.net/donations" target="_blank">Read more</a>.
264
  </p>
265
  </div>
266
-
267
  <div class="hc-box">
268
  <h3>Optimize your images with ShortPixel</h3>
269
 
@@ -273,6 +273,7 @@ if (!wp_next_scheduled('hyper_cache_clean')) {
273
  <a href="https://www.satollo.net/affiliate/shortpixel" target="_blank">Don't lose the cache benefits serving oversized pictures (affiliate).</a>
274
  </p>
275
  </div>
 
276
 
277
  <div class="hc-box">
278
  <h3>Is your site without a newsletter?</h3>
@@ -296,17 +297,7 @@ if (!wp_next_scheduled('hyper_cache_clean')) {
296
 
297
 
298
  <div style="clear: both"></div>
299
- <!--
300
- <p>
301
- Check out my other useful plugins:<br>
302
- <a href="http://www.satollo.net/plugins/comment-plus?utm_source=hyper-cache&utm_medium=banner&utm_campaign=comment-plus" target="_blank"><img src="http://www.satollo.net/images/plugins/comment-plus-icon.png"></a>
303
- <a href="http://www.satollo.net/plugins/header-footer?utm_source=hyper-cache&utm_medium=banner&utm_campaign=header-footer" target="_blank"><img src="http://www.satollo.net/images/plugins/header-footer-icon.png"></a>
304
- <a href="http://www.satollo.net/plugins/include-me?utm_source=hyper-cache&utm_medium=banner&utm_campaign=include-me" target="_blank"><img src="http://www.satollo.net/images/plugins/include-me-icon.png"></a>
305
- <a href="http://www.thenewsletterplugin.com/?utm_source=hyper-cache&utm_medium=banner&utm_campaign=newsletter" target="_blank"><img src="http://www.satollo.net/images/plugins/newsletter-icon.png"></a>
306
- <a href="http://www.satollo.net/plugins/mailer?utm_source=hyper-cache&utm_medium=banner&utm_campaign=mailer" target="_blank"><img src="http://www.satollo.net/images/plugins/mailer-icon.png"></a>
307
- <a href="http://www.satollo.net/plugins/php-text-widget?utm_source=hyper-cache&utm_medium=banner&utm_campaign=php-text-widget" target="_blank"><img src="http://www.satollo.net/images/plugins/php-text-widget-icon.png"></a>
308
- </p>
309
- -->
310
 
311
  <?php $controls->show(); ?>
312
 
@@ -316,11 +307,11 @@ if (!wp_next_scheduled('hyper_cache_clean')) {
316
 
317
 
318
  <p>
319
- Please, refer to the <a href="http://www.satollo.net/plugins/hyper-cache" target="_blank">official page</a>
320
- and the <a href="http://www.satollo.net/forums/forum/hyper-cache" target="_blank">official forum</a> for support.
321
 
322
- <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5PHGDGNHAYLJ8" target="_blank"><img style="vertical-align: bottom" src="http://www.satollo.net/images/donate.png"></a>
323
- Even <b>2$</b> helps! (<a href="http://www.satollo.net/donations" target="_blank">read more</a>)
324
  </p>
325
 
326
  <p>
@@ -360,8 +351,8 @@ if (!wp_next_scheduled('hyper_cache_clean')) {
360
  </tr>
361
  </table>
362
  <p>
363
- I'm actually testing it with <a href="http://www.satollo.net/affiliate/maxcdn" target="_blank">MaxCDN</a> and
364
- <a href="http://www.satollo.net/affiliate/keycdn" target="_blank">KeyCDN</a>.
365
  </p>
366
  </div>
367
 
@@ -479,18 +470,7 @@ if (!wp_next_scheduled('hyper_cache_clean')) {
479
  </p>
480
  </td>
481
  </tr>
482
- <!--
483
- <tr>
484
- <th><?php _e('Remove HTTP/HTTPS', 'hyper-cache'); ?></th>
485
- <td>
486
- <?php $controls->checkbox('remove_protocol', __('Enable', 'hyper-cache')); ?>
487
- <p class="description">
488
- If your site uses both HTTP and HTTPS it's better to have page links as
489
- <code>://www.domain.com/...</code> without the protocol.
490
- </p>
491
- </td>
492
- </tr>
493
- -->
494
 
495
  <tr valign="top">
496
  <th><?php _e('HTTPS', 'hyper-cache'); ?></th>
260
  <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5PHGDGNHAYLJ8" target="_blank"><img style="width: auto; height: auto;" src="<?php echo plugins_url('hyper-cache')?>/images/donation.png"></a>
261
 
262
  <p>
263
+ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5PHGDGNHAYLJ8" target="_blank"><strong>Help children</strong> and support this plugin</a>. <a href="https://www.satollo.net/donations" target="_blank">Read more</a>.
264
  </p>
265
  </div>
266
+ <!--
267
  <div class="hc-box">
268
  <h3>Optimize your images with ShortPixel</h3>
269
 
273
  <a href="https://www.satollo.net/affiliate/shortpixel" target="_blank">Don't lose the cache benefits serving oversized pictures (affiliate).</a>
274
  </p>
275
  </div>
276
+ -->
277
 
278
  <div class="hc-box">
279
  <h3>Is your site without a newsletter?</h3>
297
 
298
 
299
  <div style="clear: both"></div>
300
+
 
 
 
 
 
 
 
 
 
 
301
 
302
  <?php $controls->show(); ?>
303
 
307
 
308
 
309
  <p>
310
+ Please, refer to the <a href="https://www.satollo.net/plugins/hyper-cache" target="_blank">official page</a>
311
+ and the <a href="https://www.satollo.net/forums/forum/hyper-cache" target="_blank">official forum</a> for support.
312
 
313
+ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5PHGDGNHAYLJ8" target="_blank"><img style="vertical-align: bottom" src="https://www.satollo.net/images/donate.png"></a>
314
+ Even <b>2$</b> helps! (<a href="https://www.satollo.net/donations" target="_blank">read more</a>)
315
  </p>
316
 
317
  <p>
351
  </tr>
352
  </table>
353
  <p>
354
+ I'm actually testing it with <a href="https://www.satollo.net/affiliate/maxcdn" target="_blank">MaxCDN</a> and
355
+ <a href="https://www.satollo.net/affiliate/keycdn" target="_blank">KeyCDN</a>.
356
  </p>
357
  </div>
358
 
470
  </p>
471
  </td>
472
  </tr>
473
+
 
 
 
 
 
 
 
 
 
 
 
474
 
475
  <tr valign="top">
476
  <th><?php _e('HTTPS', 'hyper-cache'); ?></th>
plugin.php CHANGED
@@ -2,11 +2,11 @@
2
 
3
  /*
4
  Plugin Name: Hyper Cache
5
- Plugin URI: http://www.satollo.net/plugins/hyper-cache
6
  Description: A easy to configure and efficient cache to increase the speed of your blog.
7
- Version: 3.3.6
8
  Author: Stefano Lissa
9
- Author URI: http://www.satollo.net
10
  Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
11
  Contributors: satollo
12
  */
2
 
3
  /*
4
  Plugin Name: Hyper Cache
5
+ Plugin URI: https://www.satollo.net/plugins/hyper-cache
6
  Description: A easy to configure and efficient cache to increase the speed of your blog.
7
+ Version: 3.3.7
8
  Author: Stefano Lissa
9
+ Author URI: https://www.satollo.net
10
  Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
11
  Contributors: satollo
12
  */
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Tags: cache,performance,staticizer,apache,htaccess,tuning,speed,bandwidth,optimization,tidy,gzip,compression,server load,boost
3
  Requires at least: 3.9
4
  Tested up to: 4.9.6
5
- Stable tag: 3.3.6
6
- Donate link: http://www.satollo.net/donations
7
  Contributors: satollo
8
 
9
  Hyper Cache is a performant and easy to configure cache system for WordPress.
@@ -25,8 +25,7 @@ Short list of features:
25
  * Able to serve expired pages to bots to increase the perceived blog speed by bots
26
  * Manages compression even on the fly for non cached pages
27
  * Lots of configurable bypasses: matching cookies, matching urls, user agents, ...
28
- * Comments aware: is able to serve cached pages even to visitors who commented the blog (perfect for
29
- blog with great readers paritipation)
30
  * Cache folder can be moved outside your blog space to exclude it from backups
31
  * Controls over cache cleaning on blog events (post edited, comments, ...)
32
  * Autoclean to controls the cache used disk space
@@ -35,17 +34,16 @@ blog with great readers paritipation)
35
  * Response header signature to check the working status
36
  * bbPress specific integration
37
 
38
- More can be read on the [Hyper Cache official page](http://www.satollo.net/plugins/hyper-cache).
39
 
40
  You can further optimize the blog installing [Autoptimize](https://wordpress.org/plugins/autoptimize/)
41
  which cleans up the HTML, minifies and concatenates CSS and JavaScript.
42
 
43
  Other plugins by Stefano Lissa:
44
 
45
- * [Newsletter](http://www.thenewsletterplugin.com)
46
- * [Header and Footer](http://www.satollo.net/plugins/header-footer)
47
- * [Include Me](http://www.satollo.net/plugins/include-me)
48
- * [Comment Plus](http://www.satollo.net/plugins/comment-plus)
49
 
50
  == Installation ==
51
 
@@ -55,8 +53,8 @@ Other plugins by Stefano Lissa:
55
 
56
  == Frequently Asked Questions ==
57
 
58
- See the [Hyper Cache official page](http://www.satollo.net/plugins/hyper-cache) or
59
- the [Hyper Cache official forum](http://www.satollo.net/forums/forum/hyper-cache-plugin).
60
 
61
  == Screenshots ==
62
 
@@ -68,6 +66,10 @@ the [Hyper Cache official forum](http://www.satollo.net/forums/forum/hyper-cache
68
 
69
  == Changelog ==
70
 
 
 
 
 
71
  = 3.3.6 =
72
 
73
  * Removed the cache folder option from the settings (can still be defined using a define in wp-config.php) to avoid possible bad path injection
@@ -231,9 +233,4 @@ the [Hyper Cache official forum](http://www.satollo.net/forums/forum/hyper-cache
231
 
232
  * Totally rewritten to include the Lite Cache features
233
 
234
- = To Do =
235
-
236
- * Register an action to clean the cache by other plugin
237
- * Separated cache for https
238
- * Invalidation of categories paths when /%category%/%postname% is used
239
 
2
  Tags: cache,performance,staticizer,apache,htaccess,tuning,speed,bandwidth,optimization,tidy,gzip,compression,server load,boost
3
  Requires at least: 3.9
4
  Tested up to: 4.9.6
5
+ Stable tag: 3.3.7
6
+ Donate link: https://www.satollo.net/donations
7
  Contributors: satollo
8
 
9
  Hyper Cache is a performant and easy to configure cache system for WordPress.
25
  * Able to serve expired pages to bots to increase the perceived blog speed by bots
26
  * Manages compression even on the fly for non cached pages
27
  * Lots of configurable bypasses: matching cookies, matching urls, user agents, ...
28
+ * Comments aware: is able to serve cached pages even to visitors who commented the blog (perfect for blog with great readers paritipation)
 
29
  * Cache folder can be moved outside your blog space to exclude it from backups
30
  * Controls over cache cleaning on blog events (post edited, comments, ...)
31
  * Autoclean to controls the cache used disk space
34
  * Response header signature to check the working status
35
  * bbPress specific integration
36
 
37
+ More can be read on the [Hyper Cache official page](https://www.satollo.net/plugins/hyper-cache).
38
 
39
  You can further optimize the blog installing [Autoptimize](https://wordpress.org/plugins/autoptimize/)
40
  which cleans up the HTML, minifies and concatenates CSS and JavaScript.
41
 
42
  Other plugins by Stefano Lissa:
43
 
44
+ * [Newsletter](https://www.thenewsletterplugin.com)
45
+ * [Header and Footer](https://www.satollo.net/plugins/header-footer)
46
+ * [Include Me](https://www.satollo.net/plugins/include-me)
 
47
 
48
  == Installation ==
49
 
53
 
54
  == Frequently Asked Questions ==
55
 
56
+ See the [Hyper Cache official page](https://www.satollo.net/plugins/hyper-cache) or
57
+ the [Hyper Cache official forum](https://www.satollo.net/forums/forum/hyper-cache-plugin).
58
 
59
  == Screenshots ==
60
 
66
 
67
  == Changelog ==
68
 
69
+ = 3.3.7 =
70
+
71
+ * Fixed http link on options panel
72
+
73
  = 3.3.6 =
74
 
75
  * Removed the cache folder option from the settings (can still be defined using a define in wp-config.php) to avoid possible bad path injection
233
 
234
  * Totally rewritten to include the Lite Cache features
235
 
 
 
 
 
 
236