Skip to content

Commit 60a3d22

Browse files
committed
Bump version
1 parent 4cc57f3 commit 60a3d22

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

includes/stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
define('MEGAOPTIM_RAPID_CACHE_OLD_GLOBAL_NS', 'comet_cache');
2222
define('MEGAOPTIM_RAPID_CACHE_SLUG', 'rapid-cache');
2323
define('MEGAOPTIM_RAPID_CACHE_OLD_SLUG', 'rapid-cache');
24-
define('MEGAOPTIM_RAPID_CACHE_VERSION', '1.1.0');
24+
define('MEGAOPTIM_RAPID_CACHE_VERSION', '1.2.0');
2525
define('MEGAOPTIM_RAPID_CACHE_PATH', dirname(__DIR__).DIRECTORY_SEPARATOR);
2626
define('MEGAOPTIM_RAPID_CACHE_PLUGIN_FILE', MEGAOPTIM_RAPID_CACHE_PATH.MEGAOPTIM_RAPID_CACHE_SLUG.'.php');
2727
define('MEGAOPTIM_RAPID_CACHE_NS_PATH', str_replace('\\', '/', __NAMESPACE__));

rapid-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Description: Rapid Cache is a fork of Comet Cache, an advanced WordPress caching plugin inspired by simplicity
66
Author: MegaOptim
77
Author URI: https://megaoptim.com
8-
Version: 1.1.0
8+
Version: 1.2.0
99
Text Domain: rapid-cache
1010
Domain Path: /languages
1111
*/

readme.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
=== Rapid Cache ===
22

3-
Stable tag: 1.1.0
3+
Stable tag: 1.2.0
44
Requires at least: 4.2
5-
Tested up to: 5.8
5+
Tested up to: 6.4
66
Text Domain: rapid-cache
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Author: MegaOptim
1010
Author URI: https://megaoptim.com/rapid-cache
11-
Contributors: megaoptim,darkog
11+
Contributors: megaoptim, darkog
1212
Tags: cache, speed, performance, fast, caching, advanced cache, static, client-side cache, rss cache, feed cache, gzip compression, page cache
1313

1414
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 :-)
237237

238238
== Changelog ==
239239

240+
= 1.2.0 =
241+
Release date: January 26th, 2024
242+
- New: Compatibility with PHP 8.3
243+
- New: Compatibility with WordPress 6.4
244+
- New: Cache Preloading with CRON
245+
- New: Option to cache logged-in users
246+
- New: Version cache salt filter - `rapid_cache_version_salt`
247+
- New: Reorganized settings
248+
- Fix: Fixes various PHP warnings
249+
240250
= 1.1.0 =
241251
Release date: March 21st, 2020
242252
- New: Added more options for clearing cache in the Admin Bar

0 commit comments

Comments
 (0)