Version Description
Download this release
Release Info
Developer | satollo |
Plugin | Hyper Cache |
Version | 2.1.1 |
Comparing to | |
See all releases |
Code changes from version 2.1.0 to 2.1.1
- plugin.php +2 -2
- readme.txt +1 -1
plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Hyper Cache
|
4 |
Plugin URI: http://www.satollo.com/english/wordpress/hyper-cache
|
5 |
Description: Hyper Cache is an extremely aggressive cache for WordPress even for mobile blogs. After an upgrade, DEACTIVATE, REACTIVATE and RECONFIGURE. ALWAYS!
|
6 |
-
Version: 2.1
|
7 |
Author: Satollo
|
8 |
Author URI: http://www.satollo.com
|
9 |
Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
|
@@ -81,7 +81,7 @@ function hyper_activate()
|
|
81 |
@mkdir(ABSPATH . 'wp-content/hyper-cache', 0766);
|
82 |
|
83 |
$buffer = file_get_contents(dirname(__FILE__) . '/advanced-cache.php');
|
84 |
-
$file = @fopen(ABSPATH . 'wp-content/advanced-cache.php', '
|
85 |
if ($file)
|
86 |
{
|
87 |
fwrite($file, $buffer);
|
3 |
Plugin Name: Hyper Cache
|
4 |
Plugin URI: http://www.satollo.com/english/wordpress/hyper-cache
|
5 |
Description: Hyper Cache is an extremely aggressive cache for WordPress even for mobile blogs. After an upgrade, DEACTIVATE, REACTIVATE and RECONFIGURE. ALWAYS!
|
6 |
+
Version: 2.1.1
|
7 |
Author: Satollo
|
8 |
Author URI: http://www.satollo.com
|
9 |
Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
|
81 |
@mkdir(ABSPATH . 'wp-content/hyper-cache', 0766);
|
82 |
|
83 |
$buffer = file_get_contents(dirname(__FILE__) . '/advanced-cache.php');
|
84 |
+
$file = @fopen(ABSPATH . 'wp-content/advanced-cache.php', 'wb');
|
85 |
if ($file)
|
86 |
{
|
87 |
fwrite($file, $buffer);
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Tags: cache,chaching
|
3 |
Requires at least: 2.1
|
4 |
Tested up to: 2.6.3
|
5 |
-
Stable tag: 2.1
|
6 |
Donate link: http://www.satollo.com/english/donate
|
7 |
Contributors: satollo,momo360modena
|
8 |
|
2 |
Tags: cache,chaching
|
3 |
Requires at least: 2.1
|
4 |
Tested up to: 2.6.3
|
5 |
+
Stable tag: 2.1.1
|
6 |
Donate link: http://www.satollo.com/english/donate
|
7 |
Contributors: satollo,momo360modena
|
8 |
|