Skip to content

Commit

Permalink
Version bump to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vladolaru committed Apr 19, 2022
1 parent 11c1d9c commit 4402212
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: pixelgrade, vlad.olaru, babbardel, razvanonofrei, gorby31
Tags: design, customizer, fonts, colors, gutenberg, font palettes, color palettes
Requires at least: 5.5.0
Tested up to: 5.9.3
Stable tag: 2.2.1
Stable tag: 2.2.2
Requires PHP: 7.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -54,13 +54,17 @@ To enable them simply go to Dashboard -> Appearance -> Style Manager and check "

== Changelog ==

= 2.2.2 =
* 2022-04-19
* Ensure compatibility with PHP 8.0

= 2.2.1 =
* 2022-04-19
* Improve backwards compatibility
* Bug fixes and style improvements

= 2.2.0 =
* 2022-04-19
* 2022-04-15
* Improve Color Palettes module
* Improve Fonts Palettes module
* Improve integration with the block editor and the full-site editor
Expand Down
4 changes: 2 additions & 2 deletions style-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin Name: Style Manager
* Plugin URI: https://wordpress.org/plugins/style-manager
* Description: Auto-magical system to style your WordPress site.
* Version: 2.2.1
* Version: 2.2.2
* Author: Pixelgrade
* Author URI: https://pixelgrade.com
* Author Email: contact@pixelgrade.com
Expand Down Expand Up @@ -35,7 +35,7 @@
*
* @var string
*/
const VERSION = '2.2.1';
const VERSION = '2.2.2';

/**
* Plugin required minimal PHP version.
Expand Down

0 comments on commit 4402212

Please sign in to comment.