Skip to content

Commit

Permalink
chore: release v2.2.9-redis
Browse files Browse the repository at this point in the history
  • Loading branch information
HitkoDev committed Feb 11, 2022
1 parent d229fea commit eb5e24c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions breeze.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Breeze
* Description: Breeze is a WordPress cache plugin with extensive options to speed up your website. All the options including Varnish Cache are compatible with Cloudways hosting.
* Version: 2.2.8
* Version: 2.2.9
* Text Domain: breeze
* Domain Path: /languages
* Author: Cloudways
Expand Down Expand Up @@ -37,7 +37,7 @@
define('BREEZE_PLUGIN_DIR', plugin_dir_path(__FILE__));
}
if (!defined('BREEZE_VERSION')) {
define('BREEZE_VERSION', '2.2.8');
define('BREEZE_VERSION', '2.2.9');
}
if (!defined('BREEZE_SITEURL')) {
define('BREEZE_SITEURL', get_site_url());
Expand Down
2 changes: 1 addition & 1 deletion languages/breeze.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the GPL2.
msgid ""
msgstr ""
"Project-Id-Version: Breeze 2.2.8\n"
"Project-Id-Version: Breeze 2.2.9\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/breeze\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Cloudways +
Tags: cache,caching, performance, wp-cache, cdn, combine, compress, speed plugin, database cache,gzip, http compression, js cache, minify, optimize, page cache, performance, speed, expire headers +
Requires at least: 4.5 +
Tested up to: 5.8 +
Stable tag: 2.2.8-redis +
Stable tag: 2.2.9-redis +
License: GPLv2 or later +
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit eb5e24c

Please sign in to comment.