Skip to content

Commit 09f0f74

Browse files
authored
Merge pull request #16 from stuttter/update-wp-svn
Bumping asset version to ready a SVN deploy
2 parents 325e2d5 + d96a5cb commit 09f0f74

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,13 @@ http://github.com/stuttter/wp-spider-cache
8787

8888
== Changelog ==
8989

90+
= 2.2.0 =
91+
* Refactoring throughout
92+
* Adding caps
93+
* Cache exempt cookie
94+
9095
= 2.1.1 =
91-
* Saniity checks for Memcached & drop-ins
96+
* Sanity checks for Memcached & drop-ins
9297

9398
= 2.1.0 =
9499
* Refactor drop-ins

wp-spider-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class WP_Spider_Cache_UI {
3838
*
3939
* @var string
4040
*/
41-
private $asset_version = '201602160001';
41+
private $asset_version = '201607130001';
4242

4343
/**
4444
* The resulting page's hook_suffix.

0 commit comments

Comments
 (0)