Skip to content

Commit

Permalink
Version bump to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Olaru committed Jul 2, 2020
1 parent 0bf163d commit 0e58692
Show file tree
Hide file tree
Showing 2 changed files with 6 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.9.0
* Version: 2.9.1
* Author: Pixelgrade
* Author URI: https://pixelgrade.com
* Author Email: [email protected]
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.9.0' );
return PixCustomifyPlugin::instance( __FILE__, '2.9.1' );
}

// Now get the party started.
Expand Down
5 changes: 4 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.4.2
Stable tag: 2.9.0
Stable tag: 2.9.1
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,9 @@ This plugin is **primarily intended** to be used together with [Pixelgrade theme

== Changelog ==

= 2.9.1 =
* Fixes errors with Google Fonts in some instances.

= 2.9.0 =
* **Feature:** Introduces the ability to easily **search through all Customizer settings, menus, and widgets**
* **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
Expand Down

0 comments on commit 0e58692

Please sign in to comment.