Skip to content

Commit 7a98dab

Browse files
author
Vlad Olaru
committed
Version bump to 2.7.1
1 parent 5bd299d commit 7a98dab

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

customify.php

Lines changed: 3 additions & 3 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.0
6+
* Version: 2.7.1
77
* Author: Pixelgrade
88
* Author URI: https://pixelgrade.com
99
* Author Email: [email protected]
@@ -12,7 +12,7 @@
1212
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1313
* Domain Path: /languages/
1414
* Requires at least: 4.9.9
15-
* Tested up to: 5.4.0
15+
* Tested up to: 5.4.1
1616
* Requires PHP: 5.4.0
1717
*/
1818

@@ -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.0' );
36+
return PixCustomifyPlugin::instance( __FILE__, '2.7.1' );
3737
}
3838

3939
// Now get the party started.

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: pixelgrade, vlad.olaru, babbardel, razvanonofrei, gorby31
33
Tags: customizer, css, editor, gutenberg, live, preview, customizer
44
Requires at least: 4.9.9
5-
Tested up to: 5.4.0
6-
Stable tag: 2.7.0
5+
Tested up to: 5.4.1
6+
Stable tag: 2.7.1
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,10 @@ This plugin is **primarily intended** to be used together with [Pixelgrade theme
2828

2929
== Changelog ==
3030

31+
= 2.7.1 =
32+
* Fixed a couple of inconsistencies related to cache invalidation
33+
* Added integrations for the main caching plugins to prevent them minifying or moving the Web Font Loader script
34+
3135
= 2.7.0 =
3236
* Overall performance improvements, especially on the client-side (JavaScript).
3337
* Overall logic cleanup with a focus on consistency both on the server-side and client-side.

0 commit comments

Comments
 (0)