Skip to content

Commit 47442ea

Browse files
committed
Version bump to 2.10.3
1 parent 4865fc0 commit 47442ea

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

customify.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Customify
44
* Plugin URI: https://wordpress.org/plugins/customify/
55
* Description: A Theme Customizer Booster to easily and consistently customize Fonts, Colors, and other options for your site.
6-
* Version: 2.10.2
6+
* Version: 2.10.3
77
* Author: Pixelgrade
88
* Author URI: https://pixelgrade.com
99
* Author Email: [email protected]
@@ -33,7 +33,7 @@
3333
function PixCustomifyPlugin() {
3434
require_once plugin_dir_path( __FILE__ ) . 'includes/class-pixcustomify.php';
3535

36-
return PixCustomifyPlugin::instance( __FILE__, '2.10.2' );
36+
return PixCustomifyPlugin::instance( __FILE__, '2.10.3' );
3737
}
3838

3939
// Now get the party started.

readme.txt

Lines changed: 6 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
44
Requires at least: 4.9.14
55
Tested up to: 5.5.3
6-
Stable tag: 2.10.2
6+
Stable tag: 2.10.3
77
Requires PHP: 5.4.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -30,6 +30,11 @@ This plugin is **primarily intended** to be used together with [Pixelgrade theme
3030

3131
== Changelog ==
3232

33+
= 2.10.3 =
34+
* Avoid invisible text failure in the Customizer Preview when all webfonts fail to load.
35+
* Better missing font-variants handling.
36+
* Update the Google Webfonts list.
37+
3338
= 2.10.2 =
3439
* Improve Font Palettes behavior for a fresh installation (no Font Palette selected).
3540

0 commit comments

Comments
 (0)