WP Super Cache - Version 0.7

Version Description

Download this release

Release Info

Developer donncha
Plugin Icon 128x128 WP Super Cache
Version 0.7
Comparing to
See all releases

Code changes from version 0.6.8 to 0.7

Files changed (3) hide show
  1. Changelog.txt +8 -0
  2. readme.txt +1 -1
  3. wp-cache.php +2 -2
Changelog.txt CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  2008-08-27 19:16 donncha
2
 
3
  * readme.txt, wp-cache.php: Bump the version number to 0.6.8
1
+ 2008-08-27 19:31 donncha
2
+
3
+ * readme.txt, wp-cache.php: Bump to 0.7, fix activation link
4
+
5
+ 2008-08-27 19:17 donncha
6
+
7
+ * Changelog.txt: Updated Changelog
8
+
9
  2008-08-27 19:16 donncha
10
 
11
  * readme.txt, wp-cache.php: Bump the version number to 0.6.8
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: donncha
3
  Tags: performance,caching,wp-cache
4
  Tested up to: 2.6.1
5
- Stable tag: 0.6.8
6
  Requires at least: 2.2
7
 
8
  A very fast caching engine for WordPress that produces static html files.
2
  Contributors: donncha
3
  Tags: performance,caching,wp-cache
4
  Tested up to: 2.6.1
5
+ Stable tag: 0.7
6
  Requires at least: 2.2
7
 
8
  A very fast caching engine for WordPress that produces static html files.
wp-cache.php CHANGED
@@ -2,8 +2,8 @@
2
  /*
3
  Plugin Name: WP Super Cache
4
  Plugin URI: http://ocaoimh.ie/wp-super-cache/
5
- Description: Very fast caching module for WordPress. Once enabled, you must <a href="options-general.php?page=wp-super-cache/wp-cache.php">enable the cache</a>. Based on WP-Cache by <a href="http://mnm.uib.es/gallir/">Ricardo Galli Granada</a>.
6
- Version: 0.6.8
7
  Author: Donncha O Caoimh
8
  Author URI: http://ocaoimh.ie/
9
  */
2
  /*
3
  Plugin Name: WP Super Cache
4
  Plugin URI: http://ocaoimh.ie/wp-super-cache/
5
+ Description: Very fast caching module for WordPress. Once activated, you must <a href="options-general.php?page=wpsupercache">enable the cache</a>. Based on WP-Cache by <a href="http://mnm.uib.es/gallir/">Ricardo Galli Granada</a>.
6
+ Version: 0.7
7
  Author: Donncha O Caoimh
8
  Author URI: http://ocaoimh.ie/
9
  */