diff --git a/readme.txt b/readme.txt index 039c1e7..cf5c0af 100644 --- a/readme.txt +++ b/readme.txt @@ -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.2 +Stable tag: 2.2.3 Requires PHP: 7.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -54,6 +54,10 @@ To enable them simply go to Dashboard -> Appearance -> Style Manager and check " == Changelog == += 2.2.3 = +* 2022-04-20 +* Fix CSS output for legacy color palettes + = 2.2.2 = * 2022-04-19 * Ensure compatibility with PHP 8.0 diff --git a/style-manager.php b/style-manager.php index c4a739d..fead804 100644 --- a/style-manager.php +++ b/style-manager.php @@ -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.2 + * Version: 2.2.3 * Author: Pixelgrade * Author URI: https://pixelgrade.com * Author Email: contact@pixelgrade.com