Skip to content

Commit

Permalink
chore: release v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HitkoDev committed Jun 5, 2021
1 parent 25dab46 commit df847b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1
* Version: 2.2.2
* 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.1');
define('BREEZE_VERSION', '2.2.2');
}
if (!defined('BREEZE_SITEURL')) {
define('BREEZE_SITEURL', get_site_url());
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.1 +
Stable tag: 2.2.2 +
License: GPLv2 or later +
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit df847b8

Please sign in to comment.