Hyper Cache - Version 3.3.3

Version Description

  • Removed old plugin reference
Download this release

Release Info

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

Code changes from version 3.3.2 to 3.3.3

Files changed (3) hide show
  1. options.php +74 -2
  2. plugin.php +1 -1
  3. readme.txt +5 -1
options.php CHANGED
@@ -174,6 +174,35 @@ if (!wp_next_scheduled('hyper_cache_clean')) {
174
  }
175
 
176
  ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
  <script>
178
  jQuery(document).ready(function() {
179
  jQuery(function() {
@@ -228,7 +257,50 @@ if (!wp_next_scheduled('hyper_cache_clean')) {
228
  </p>
229
  </div>
230
  <?php } ?>
231
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
232
  <p>
233
  Check out my other useful plugins:<br>
234
  <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>
@@ -238,7 +310,7 @@ if (!wp_next_scheduled('hyper_cache_clean')) {
238
  <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>
239
  <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>
240
  </p>
241
-
242
 
243
  <?php $controls->show(); ?>
244
 
174
  }
175
 
176
  ?>
177
+ <style>
178
+ .hc-box {
179
+ float: left;
180
+ text-align: center;
181
+ border: 1px solid #eee;
182
+ background-color: #fff;
183
+ width: 200px;
184
+ height: 200px;
185
+ overflow: hidden;
186
+ }
187
+ .hc-box h3 {
188
+ margin: 10px;
189
+ text-align: center;
190
+ color: #444;
191
+ height: 40px;
192
+ }
193
+ .hc-box img {
194
+ height: 60px;
195
+ }
196
+ .hc-box p {
197
+ margin: 10px;
198
+ }
199
+ .hc-box p a {
200
+ color: #888;
201
+ font-size: 12px;
202
+ text-decoration: none;
203
+ }
204
+
205
+ </style>
206
  <script>
207
  jQuery(document).ready(function() {
208
  jQuery(function() {
257
  </p>
258
  </div>
259
  <?php } ?>
260
+
261
+ <div class="hc-box">
262
+ <h3>Your donation helps children</h3>
263
+
264
+ <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>
265
+
266
+ <p>
267
+ <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>.
268
+ </p>
269
+ </div>
270
+
271
+ <div class="hc-box">
272
+ <h3>Optimize your images with ShortPixel</h3>
273
+
274
+ <a href="https://www.satollo.net/affiliate/shortpixel" target="_blank"><img src="<?php echo plugins_url('hyper-cache')?>/images/shortpixel.png"></a>
275
+
276
+ <p>
277
+ <a href="https://www.satollo.net/affiliate/shortpixel" target="_blank">Don't lose the cache benefits serving oversized pictures (affiliate).</a>
278
+ </p>
279
+ </div>
280
+
281
+ <div class="hc-box">
282
+ <h3>Is your site without a newsletter?</h3>
283
+
284
+ <a href="https://www.thenewsletterplugin.com/" target="_blank"><img src="<?php echo plugins_url('hyper-cache')?>/images/newsletter.png"></a>
285
+
286
+ <p>
287
+ <a href="https://www.thenewsletterplugin.com/" target="_blank">More than a newsletter is a mail marketing plugin (owner).</a>
288
+ </p>
289
+ </div>
290
+
291
+ <div class="hc-box">
292
+ <h3>CSS and JS optimization</h3>
293
+
294
+ <a href="https://it.wordpress.org/plugins/autoptimize/" target="_blank"><img src="<?php echo plugins_url('hyper-cache')?>/images/autoptimize.jpg"></a>
295
+
296
+ <p>
297
+ <a href="https://it.wordpress.org/plugins/autoptimize/" target="_blank">Rank high on Google Pagespeed (friend).</a>
298
+ </p>
299
+ </div>
300
+
301
+
302
+ <div style="clear: both"></div>
303
+ <!--
304
  <p>
305
  Check out my other useful plugins:<br>
306
  <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>
310
  <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>
311
  <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>
312
  </p>
313
+ -->
314
 
315
  <?php $controls->show(); ?>
316
 
plugin.php CHANGED
@@ -4,7 +4,7 @@
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.2
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.
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.3
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.
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Tags: cache,performance,staticizer,apache,htaccess,tuning,speed,bandwidth,optimization,tidy,gzip,compression,server load,boost
3
  Requires at least: 2.5
4
  Tested up to: 4.8
5
- Stable tag: 3.3.2
6
  Donate link: http://www.satollo.net/donations
7
  Contributors: satollo
8
 
@@ -68,6 +68,10 @@ the [Hyper Cache official forum](http://www.satollo.net/forums/forum/hyper-cache
68
 
69
  == Changelog ==
70
 
 
 
 
 
71
  = 3.3.2 =
72
 
73
  * Removed the javascript on AMP ready pages
2
  Tags: cache,performance,staticizer,apache,htaccess,tuning,speed,bandwidth,optimization,tidy,gzip,compression,server load,boost
3
  Requires at least: 2.5
4
  Tested up to: 4.8
5
+ Stable tag: 3.3.3
6
  Donate link: http://www.satollo.net/donations
7
  Contributors: satollo
8
 
68
 
69
  == Changelog ==
70
 
71
+ = 3.3.3 =
72
+
73
+ * Removed old plugin reference
74
+
75
  = 3.3.2 =
76
 
77
  * Removed the javascript on AMP ready pages