Version Description
- Updated and corrected readme.txt.
Download this release
Release Info
Developer | apasionados |
Plugin | WP Super Cache – Clear all cache |
Version | 1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1 to 1.2
- readme.txt +7 -4
- wp-super-cache-clear-cache-menu.php +1 -1
readme.txt
CHANGED
@@ -3,12 +3,12 @@ Contributors: apasionados, netconsulting
|
|
3 |
Donate link: http://apasionados.es/
|
4 |
Tags: empty cache, emtpy wp super cache, cache, caching, performance, wp-cache, wp-super-cache, web performance optimization, WPO, YUI, yslow, google speed
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
Clear all cache for WP Super Cache
|
12 |
|
13 |
== Description ==
|
14 |
|
@@ -77,6 +77,9 @@ Of course we do. ;-)
|
|
77 |
|
78 |
== Changelog ==
|
79 |
|
|
|
|
|
|
|
80 |
= 1.1 =
|
81 |
* Updated and corrected readme.txt.
|
82 |
|
@@ -88,7 +91,7 @@ Of course we do. ;-)
|
|
88 |
|
89 |
== Upgrade Notice ==
|
90 |
|
91 |
-
= 1.
|
92 |
Updated and corrected readme.txt.
|
93 |
|
94 |
== Contact ==
|
3 |
Donate link: http://apasionados.es/
|
4 |
Tags: empty cache, emtpy wp super cache, cache, caching, performance, wp-cache, wp-super-cache, web performance optimization, WPO, YUI, yslow, google speed
|
5 |
Requires at least: 3.0.1
|
6 |
+
Tested up to: 3.9.0
|
7 |
+
Stable tag: 1.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Clear all cache for WP Super Cache adds a menu entry to the admin menu to clear the cache completly.
|
12 |
|
13 |
== Description ==
|
14 |
|
77 |
|
78 |
== Changelog ==
|
79 |
|
80 |
+
= 1.2 =
|
81 |
+
* Updated and corrected readme.txt.
|
82 |
+
|
83 |
= 1.1 =
|
84 |
* Updated and corrected readme.txt.
|
85 |
|
91 |
|
92 |
== Upgrade Notice ==
|
93 |
|
94 |
+
= 1.2 =
|
95 |
Updated and corrected readme.txt.
|
96 |
|
97 |
== Contact ==
|
wp-super-cache-clear-cache-menu.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Super Cache - Clear all cache
|
4 |
Plugin URI: http://ocaoimh.ie/wp-super-cache/
|
5 |
Description: Clear all cached files of the WP Super Cache plugin directly from the admin menu (option only available to super admins).
|
6 |
-
Version: 1.
|
7 |
Author: Apasionados.es
|
8 |
Author URI: http://apasionados.es/
|
9 |
Text Domain: wp-super-cache-clear-cache-menu
|
3 |
Plugin Name: WP Super Cache - Clear all cache
|
4 |
Plugin URI: http://ocaoimh.ie/wp-super-cache/
|
5 |
Description: Clear all cached files of the WP Super Cache plugin directly from the admin menu (option only available to super admins).
|
6 |
+
Version: 1.2
|
7 |
Author: Apasionados.es
|
8 |
Author URI: http://apasionados.es/
|
9 |
Text Domain: wp-super-cache-clear-cache-menu
|