Skip to content

Commit c429832

Browse files
author
Vlad Olaru
committed
Version bump to 2.7.3 + changelog
1 parent 5dc05ff commit c429832

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.7.2
6+
* Version: 2.7.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.7.2' );
36+
return PixCustomifyPlugin::instance( __FILE__, '2.7.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: customizer, css, editor, gutenberg, live, preview, customizer
44
Requires at least: 4.9.9
55
Tested up to: 5.4.1
6-
Stable tag: 2.7.2
6+
Stable tag: 2.7.3
77
Requires PHP: 5.4.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -28,6 +28,11 @@ This plugin is **primarily intended** to be used together with [Pixelgrade theme
2828

2929
== Changelog ==
3030

31+
= 2.7.3 =
32+
* Fixes for some edge situations when fonts would not apply on the frontend, after some time. Mainly related to cache issues.
33+
* Fix for missing font fields CSS properties.
34+
* Fix compatibility with the The Events Calendar plugin.
35+
3136
= 2.7.2 =
3237
* Better handle legacy font values upon upgrade.
3338

0 commit comments

Comments
 (0)