From 153e607ddf0472991f73bacf59a060540f8cc234 Mon Sep 17 00:00:00 2001 From: AsyncAlchemist Date: Tue, 9 Apr 2024 18:29:03 -0300 Subject: [PATCH] bumped version --- plugin/cache-everything.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/cache-everything.php b/plugin/cache-everything.php index 01c3812..e46eb06 100644 --- a/plugin/cache-everything.php +++ b/plugin/cache-everything.php @@ -3,13 +3,13 @@ * Plugin Name: Cache Everything * Plugin URI: https://github.com/AsyncAlchemist * Description: A simple plugin to cache everything in Wordpress. - * Version: 0.14 + * Version: 0.17 * Author: Taylor Selden * Author URI: https://github.com/AsyncAlchemist */ define('CACHE_EVERYTHING_JS_URL', 'wp-content/plugins/cache-everything/js'); define('CACHE_EVERYTHING_CSS_URL', 'wp-content/plugins/cache-everything/css'); -define('CACHE_EVERYTHING_VERSION', '0.14'); +define('CACHE_EVERYTHING_VERSION', '0.17'); require_once(plugin_dir_path(__FILE__) . 'handle-js-request.php'); require_once(plugin_dir_path(__FILE__) . 'handle-css-request.php');