We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b4dd5 commit 5cd3503Copy full SHA for 5cd3503
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.17
+ * Version: 0.19
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.17');
+define('CACHE_EVERYTHING_VERSION', '0.19');
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