Skip to content

Commit 0e58692

Browse files
author
Vlad Olaru
committed
Version bump to 2.9.1
1 parent 0bf163d commit 0e58692

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-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.9.0
6+
* Version: 2.9.1
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.9.0' );
36+
return PixCustomifyPlugin::instance( __FILE__, '2.9.1' );
3737
}
3838

3939
// Now get the party started.

readme.txt

Lines changed: 4 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.4.2
6-
Stable tag: 2.9.0
6+
Stable tag: 2.9.1
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,9 @@ This plugin is **primarily intended** to be used together with [Pixelgrade theme
3030

3131
== Changelog ==
3232

33+
= 2.9.1 =
34+
* Fixes errors with Google Fonts in some instances.
35+
3336
= 2.9.0 =
3437
* **Feature:** Introduces the ability to easily **search through all Customizer settings, menus, and widgets**
3538
* **Feature:** Introduces the ability to migrate parent theme customization options when switching to a child theme; this way you don't lose your existing customizations

0 commit comments

Comments
 (0)