Skip to content

Commit

Permalink
chore: release v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HitkoDev committed Jun 14, 2021
1 parent 2cba7a6 commit 13de0e4
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.3
* Version: 2.2.4
* 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.3');
define('BREEZE_VERSION', '2.2.4');
}
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 same license as the Breeze plugin.
msgid ""
msgstr ""
"Project-Id-Version: Breeze 2.2.3\n"
"Project-Id-Version: Breeze 2.2.4\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.7 +
Stable tag: 2.2.3 +
Stable tag: 2.2.4 +
License: GPLv2 or later +
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 13de0e4

Please sign in to comment.