diff --git a/README.md b/README.md index 918f3965..9af9f388 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Requires at least:** 4.4 **Requires PHP:** 5.4 **Tested up to:** 6.4.1 -**Stable tag:** 1.6.20 +**Stable tag:** 1.6.21 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -140,6 +140,9 @@ This same applies when you are creating your Header/Footer using this plugin. ## Changelog ## +### 1.6.21 ### +- Fix: Site Logo - Width and height settings not applying to the logo. + ### 1.6.20 ### - Fix: Flyout menu not appearing correctly. diff --git a/header-footer-elementor.php b/header-footer-elementor.php index 9b1c6a54..99b0938f 100644 --- a/header-footer-elementor.php +++ b/header-footer-elementor.php @@ -7,14 +7,14 @@ * Author URI: https://www.brainstormforce.com/ * Text Domain: header-footer-elementor * Domain Path: /languages - * Version: 1.6.20 + * Version: 1.6.21 * Elementor tested up to: 3.18 * Elementor Pro tested up to: 3.18 * * @package header-footer-elementor */ -define( 'HFE_VER', '1.6.20' ); +define( 'HFE_VER', '1.6.21' ); define( 'HFE_FILE', __FILE__ ); define( 'HFE_DIR', plugin_dir_path( __FILE__ ) ); define( 'HFE_URL', plugins_url( '/', __FILE__ ) ); diff --git a/package.json b/package.json index c93533b9..c17284a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "header-footer-elementor", - "version": "1.6.20", + "version": "1.6.21", "main": "Gruntfile.js", "author": "Nikhil Chavan", "devDependencies": { diff --git a/readme.txt b/readme.txt index 2a03d386..5ce8a8cf 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://www.paypal.me/BrainstormForce Requires at least: 4.4 Requires PHP: 5.4 Tested up to: 6.4.1 -Stable tag: 1.6.20 +Stable tag: 1.6.21 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -140,6 +140,9 @@ This same applies when you are creating your Header/Footer using this plugin. == Changelog == += 1.6.21 = +- Fix: Site Logo - Width and height settings not applying to the logo. + = 1.6.20 = - Fix: Flyout menu not appearing correctly.