We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 325e2d5 + d96a5cb commit 09f0f74Copy full SHA for 09f0f74
readme.txt
@@ -87,8 +87,13 @@ http://github.com/stuttter/wp-spider-cache
87
88
== Changelog ==
89
90
+= 2.2.0 =
91
+* Refactoring throughout
92
+* Adding caps
93
+* Cache exempt cookie
94
+
95
= 2.1.1 =
-* Saniity checks for Memcached & drop-ins
96
+* Sanity checks for Memcached & drop-ins
97
98
= 2.1.0 =
99
* Refactor drop-ins
wp-spider-cache.php
@@ -38,7 +38,7 @@ class WP_Spider_Cache_UI {
38
*
39
* @var string
40
*/
41
- private $asset_version = '201602160001';
+ private $asset_version = '201607130001';
42
43
/**
44
* The resulting page's hook_suffix.
0 commit comments