Skip to content

Commit cbcfed2

Browse files
committed
chore: release v2.2.3
1 parent 924dea2 commit cbcfed2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

breeze.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Breeze
44
* 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.
5-
* Version: 2.2.2
5+
* Version: 2.2.3
66
* Text Domain: breeze
77
* Domain Path: /languages
88
* Author: Cloudways
@@ -37,7 +37,7 @@
3737
define('BREEZE_PLUGIN_DIR', plugin_dir_path(__FILE__));
3838
}
3939
if (!defined('BREEZE_VERSION')) {
40-
define('BREEZE_VERSION', '2.2.2');
40+
define('BREEZE_VERSION', '2.2.3');
4141
}
4242
if (!defined('BREEZE_SITEURL')) {
4343
define('BREEZE_SITEURL', get_site_url());

languages/breeze.pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the same license as the Breeze plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Breeze 2.2.2\n"
5+
"Project-Id-Version: Breeze 2.2.3\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/breeze\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"

readme.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: Cloudways +
33
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 +
44
Requires at least: 4.5 +
55
Tested up to: 5.7 +
6-
Stable tag: 2.2.2 +
6+
Stable tag: 2.2.3 +
77
License: GPLv2 or later +
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

0 commit comments

Comments
 (0)