Skip to content

Commit

Permalink
chore: release v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HitkoDev committed Nov 11, 2021
1 parent 9be86a7 commit 14557dd
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 147 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.5
* Version: 2.2.6
* 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.5');
define('BREEZE_VERSION', '2.2.6');
}
if (!defined('BREEZE_SITEURL')) {
define('BREEZE_SITEURL', get_site_url());
Expand Down
Loading

0 comments on commit 14557dd

Please sign in to comment.