From 60a3d22ab54fc70f201eac3a0138b9fb48f44ae8 Mon Sep 17 00:00:00 2001 From: Darko Gjorgjijoski Date: Fri, 26 Jan 2024 13:26:56 +0100 Subject: [PATCH] Bump version --- includes/stub.php | 2 +- rapid-cache.php | 2 +- readme.txt | 16 +++++++++++++--- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/includes/stub.php b/includes/stub.php index de19806..59db9df 100644 --- a/includes/stub.php +++ b/includes/stub.php @@ -21,7 +21,7 @@ define('MEGAOPTIM_RAPID_CACHE_OLD_GLOBAL_NS', 'comet_cache'); define('MEGAOPTIM_RAPID_CACHE_SLUG', 'rapid-cache'); define('MEGAOPTIM_RAPID_CACHE_OLD_SLUG', 'rapid-cache'); -define('MEGAOPTIM_RAPID_CACHE_VERSION', '1.1.0'); +define('MEGAOPTIM_RAPID_CACHE_VERSION', '1.2.0'); define('MEGAOPTIM_RAPID_CACHE_PATH', dirname(__DIR__).DIRECTORY_SEPARATOR); define('MEGAOPTIM_RAPID_CACHE_PLUGIN_FILE', MEGAOPTIM_RAPID_CACHE_PATH.MEGAOPTIM_RAPID_CACHE_SLUG.'.php'); define('MEGAOPTIM_RAPID_CACHE_NS_PATH', str_replace('\\', '/', __NAMESPACE__)); diff --git a/rapid-cache.php b/rapid-cache.php index 26b7b8b..8340397 100644 --- a/rapid-cache.php +++ b/rapid-cache.php @@ -5,7 +5,7 @@ Description: Rapid Cache is a fork of Comet Cache, an advanced WordPress caching plugin inspired by simplicity Author: MegaOptim Author URI: https://megaoptim.com -Version: 1.1.0 +Version: 1.2.0 Text Domain: rapid-cache Domain Path: /languages */ diff --git a/readme.txt b/readme.txt index 0d31db8..5d83c69 100644 --- a/readme.txt +++ b/readme.txt @@ -1,14 +1,14 @@ === Rapid Cache === -Stable tag: 1.1.0 +Stable tag: 1.2.0 Requires at least: 4.2 -Tested up to: 5.8 +Tested up to: 6.4 Text Domain: rapid-cache License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Author: MegaOptim Author URI: https://megaoptim.com/rapid-cache -Contributors: megaoptim,darkog +Contributors: megaoptim, darkog Tags: cache, speed, performance, fast, caching, advanced cache, static, client-side cache, rss cache, feed cache, gzip compression, page cache Rapid Cache is advanced WordPress caching plugin inspired by simplicity that will make your site blazing fast! @@ -237,6 +237,16 @@ Rapid Cache is now completely uninstalled and you can start fresh :-) == Changelog == += 1.2.0 = +Release date: January 26th, 2024 +- New: Compatibility with PHP 8.3 +- New: Compatibility with WordPress 6.4 +- New: Cache Preloading with CRON +- New: Option to cache logged-in users +- New: Version cache salt filter - `rapid_cache_version_salt` +- New: Reorganized settings +- Fix: Fixes various PHP warnings + = 1.1.0 = Release date: March 21st, 2020 - New: Added more options for clearing cache in the Admin Bar