Skip to content

Commit 788e19d

Browse files
committed
Bump version
1 parent 6e88cd6 commit 788e19d

3 files changed

Lines changed: 8 additions & 3 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.2.0');
24+
define('MEGAOPTIM_RAPID_CACHE_VERSION', '1.2.1');
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.2.0
8+
Version: 1.2.1
99
Text Domain: rapid-cache
1010
Domain Path: /languages
1111
*/

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== Rapid Cache ===
22

3-
Stable tag: 1.2.0
3+
Stable tag: 1.2.1
44
Requires at least: 4.2
55
Tested up to: 6.4
66
Text Domain: rapid-cache
@@ -237,6 +237,11 @@ Rapid Cache is now completely uninstalled and you can start fresh :-)
237237

238238
== Changelog ==
239239

240+
= 1.2.1 =
241+
Release date: February 4th, 2024
242+
243+
* Fix: Fatal error in the settings screen in some cases
244+
240245
= 1.2.0 =
241246
Release date: January 26th, 2024
242247
- New: Compatibility with PHP 8.3

0 commit comments

Comments
 (0)