Version Description
- Added event of cache purged
Download this release
Release Info
Developer | satollo |
Plugin | Hyper Cache |
Version | 3.3.5 |
Comparing to | |
See all releases |
Code changes from version 3.3.4 to 3.3.5
- plugin.php +2 -1
- readme.txt +6 -2
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.
|
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.
|
@@ -218,6 +218,7 @@ class HyperCache {
|
|
218 |
{
|
219 |
$folder = $this->get_folder();
|
220 |
$this->remove_dir($folder);
|
|
|
221 |
}
|
222 |
|
223 |
function clean_post($post_id, $clean_archives = true, $clean_home = true) {
|
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.5
|
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.
|
218 |
{
|
219 |
$folder = $this->get_folder();
|
220 |
$this->remove_dir($folder);
|
221 |
+
do_action('hyper_cache_purged');
|
222 |
}
|
223 |
|
224 |
function clean_post($post_id, $clean_archives = true, $clean_home = true) {
|
readme.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
=== Hyper Cache ===
|
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.
|
5 |
-
Stable tag: 3.3.
|
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.4 =
|
72 |
|
73 |
* Removed old plugin reference
|
1 |
=== Hyper Cache ===
|
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.9.4
|
5 |
+
Stable tag: 3.3.5
|
6 |
Donate link: http://www.satollo.net/donations
|
7 |
Contributors: satollo
|
8 |
|
68 |
|
69 |
== Changelog ==
|
70 |
|
71 |
+
= 3.3.5 =
|
72 |
+
|
73 |
+
* Added event of cache purged
|
74 |
+
|
75 |
= 3.3.4 =
|
76 |
|
77 |
* Removed old plugin reference
|