Skip to content

Commit f0ce0c3

Browse files
committed
Version bump to 2.2.7 + changelog
1 parent cb89df5 commit f0ce0c3

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: pixelgrade, vlad.olaru, babbardel, razvanonofrei, gorby31
33
Tags: design, customizer, fonts, colors, gutenberg, font palettes, color palettes, global styles
44
Requires at least: 5.5.0
55
Tested up to: 6.0
6-
Stable tag: 2.2.6
6+
Stable tag: 2.2.7
77
Requires PHP: 7.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -54,6 +54,13 @@ To enable them simply go to Dashboard -> Appearance -> Style Manager and check "
5454

5555
== Changelog ==
5656

57+
= 2.2.7 =
58+
* 2022-06-16
59+
* Improvements to design assets handling.
60+
* Improvements to fonts handling on the frontend of your site.
61+
* Fix for fonts controls styling.
62+
* Fix site color variation controls.
63+
5764
= 2.2.6 =
5865
* 2022-06-07
5966
* Fix for migrating parent theme theme_mods to the child theme in order to keep your customizations.

style-manager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Plugin Name: Style Manager
77
* Plugin URI: https://wordpress.org/plugins/style-manager
88
* Description: Auto-magical system to style your entire WordPress site.
9-
* Version: 2.2.6
9+
* Version: 2.2.7
1010
* Author: Pixelgrade
1111
* Author URI: https://pixelgrade.com
1212
* Author Email: contact@pixelgrade.com
@@ -35,7 +35,7 @@
3535
*
3636
* @var string
3737
*/
38-
const VERSION = '2.2.6';
38+
const VERSION = '2.2.7';
3939

4040
/**
4141
* Plugin required minimal PHP version.

0 commit comments

Comments
 (0)