Version Description
- Updated and corrected readme.txt.
Download this release
Release Info
Developer | apasionados |
Plugin | WP Super Cache – Clear all cache |
Version | 1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.1
- readme.txt +7 -4
- wp-super-cache-clear-cache-menu.php +1 -1
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.8.1
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -30,7 +30,7 @@ This first release is avaliable in English and Spanish. In the languages folder
|
|
30 |
If you would like the plugin in your language and you're good at translating, please drop us a line at [Contact us](http://apasionados.es/contacto/index.php?desde=wordpress-org-wp-super-cache-clear-cache-menu-home).
|
31 |
|
32 |
= Further Reading =
|
33 |
-
You can access the description of the plugin in Spanish at: [WP Super Cache - Clear all cache Plugin en castellano](http://apasionados.es/blog/).
|
34 |
|
35 |
|
36 |
== Installation ==
|
@@ -77,6 +77,9 @@ Of course we do. ;-)
|
|
77 |
|
78 |
== Changelog ==
|
79 |
|
|
|
|
|
|
|
80 |
= 1.0 =
|
81 |
* First stable release.
|
82 |
|
@@ -85,8 +88,8 @@ Of course we do. ;-)
|
|
85 |
|
86 |
== Upgrade Notice ==
|
87 |
|
88 |
-
= 1.
|
89 |
-
|
90 |
|
91 |
== Contact ==
|
92 |
|
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.8.1
|
7 |
+
Stable tag: 1.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
30 |
If you would like the plugin in your language and you're good at translating, please drop us a line at [Contact us](http://apasionados.es/contacto/index.php?desde=wordpress-org-wp-super-cache-clear-cache-menu-home).
|
31 |
|
32 |
= Further Reading =
|
33 |
+
You can access the description of the plugin in Spanish at: [WP Super Cache - Clear all cache Plugin en castellano](http://apasionados.es/blog/vaciar-cache-wp-super-cache-plugin-wordpress-1933/).
|
34 |
|
35 |
|
36 |
== Installation ==
|
77 |
|
78 |
== Changelog ==
|
79 |
|
80 |
+
= 1.1 =
|
81 |
+
* Updated and corrected readme.txt.
|
82 |
+
|
83 |
= 1.0 =
|
84 |
* First stable release.
|
85 |
|
88 |
|
89 |
== Upgrade Notice ==
|
90 |
|
91 |
+
= 1.1 =
|
92 |
+
Updated and corrected readme.txt.
|
93 |
|
94 |
== Contact ==
|
95 |
|
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.1
|
7 |
Author: Apasionados.es
|
8 |
Author URI: http://apasionados.es/
|
9 |
Text Domain: wp-super-cache-clear-cache-menu
|