Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Jan 26, 2024
1 parent 4cc57f3 commit 60a3d22
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion includes/stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__));
Expand Down
2 changes: 1 addition & 1 deletion rapid-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
16 changes: 13 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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!
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 60a3d22

Please sign in to comment.