Skip to content

Commit

Permalink
Version bump to 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vladolaru committed Nov 27, 2020
1 parent 4865fc0 commit 47442ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions customify.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Customify
* Plugin URI: https://wordpress.org/plugins/customify/
* Description: A Theme Customizer Booster to easily and consistently customize Fonts, Colors, and other options for your site.
* Version: 2.10.2
* Version: 2.10.3
* Author: Pixelgrade
* Author URI: https://pixelgrade.com
* Author Email: contact@pixelgrade.com
Expand Down Expand Up @@ -33,7 +33,7 @@
function PixCustomifyPlugin() {
require_once plugin_dir_path( __FILE__ ) . 'includes/class-pixcustomify.php';

return PixCustomifyPlugin::instance( __FILE__, '2.10.2' );
return PixCustomifyPlugin::instance( __FILE__, '2.10.3' );
}

// Now get the party started.
Expand Down
7 changes: 6 additions & 1 deletion 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: 4.9.14
Tested up to: 5.5.3
Stable tag: 2.10.2
Stable tag: 2.10.3
Requires PHP: 5.4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -30,6 +30,11 @@ This plugin is **primarily intended** to be used together with [Pixelgrade theme

== Changelog ==

= 2.10.3 =
* Avoid invisible text failure in the Customizer Preview when all webfonts fail to load.
* Better missing font-variants handling.
* Update the Google Webfonts list.

= 2.10.2 =
* Improve Font Palettes behavior for a fresh installation (no Font Palette selected).

Expand Down

0 comments on commit 47442ea

Please sign in to comment.