Skip to content

Commit

Permalink
Version bump to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Olaru committed May 1, 2020
1 parent 5bd299d commit 7a98dab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 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.7.0
* Version: 2.7.1
* Author: Pixelgrade
* Author URI: https://pixelgrade.com
* Author Email: [email protected]
Expand All @@ -12,7 +12,7 @@
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Domain Path: /languages/
* Requires at least: 4.9.9
* Tested up to: 5.4.0
* Tested up to: 5.4.1
* Requires PHP: 5.4.0
*/

Expand All @@ -33,7 +33,7 @@
function PixCustomifyPlugin() {
require_once plugin_dir_path( __FILE__ ) . 'includes/class-pixcustomify.php';

return PixCustomifyPlugin::instance( __FILE__, '2.7.0' );
return PixCustomifyPlugin::instance( __FILE__, '2.7.1' );
}

// Now get the party started.
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: pixelgrade, vlad.olaru, babbardel, razvanonofrei, gorby31
Tags: customizer, css, editor, gutenberg, live, preview, customizer
Requires at least: 4.9.9
Tested up to: 5.4.0
Stable tag: 2.7.0
Tested up to: 5.4.1
Stable tag: 2.7.1
Requires PHP: 5.4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -28,6 +28,10 @@ This plugin is **primarily intended** to be used together with [Pixelgrade theme

== Changelog ==

= 2.7.1 =
* Fixed a couple of inconsistencies related to cache invalidation
* Added integrations for the main caching plugins to prevent them minifying or moving the Web Font Loader script

= 2.7.0 =
* Overall performance improvements, especially on the client-side (JavaScript).
* Overall logic cleanup with a focus on consistency both on the server-side and client-side.
Expand Down

0 comments on commit 7a98dab

Please sign in to comment.