We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee8bff commit 165e2a8Copy full SHA for 165e2a8
1 file changed
plugin/cache-everything.php
@@ -3,13 +3,13 @@
3
* Plugin Name: Cache Everything
4
* Plugin URI: https://github.com/AsyncAlchemist
5
* Description: A simple plugin to cache everything in Wordpress.
6
- * Version: 0.14
+ * Version: 0.16
7
* Author: Taylor Selden
8
* Author URI: https://github.com/AsyncAlchemist
9
*/
10
define('CACHE_EVERYTHING_JS_URL', 'wp-content/plugins/cache-everything/js');
11
define('CACHE_EVERYTHING_CSS_URL', 'wp-content/plugins/cache-everything/css');
12
-define('CACHE_EVERYTHING_VERSION', '0.14');
+define('CACHE_EVERYTHING_VERSION', '0.16');
13
14
require_once(plugin_dir_path(__FILE__) . 'handle-js-request.php');
15
require_once(plugin_dir_path(__FILE__) . 'handle-css-request.php');
0 commit comments