Header Footer Elementor - Version 1.6.11

Version Description

  • Improvement: Compatibility with Elementor Pro version 3.7
  • Fix: Removed meta tag attribute [maximum-scale=1] for a better accessibility.
Download this release

Release Info

Developer Nikschavan
Plugin Icon Header Footer Elementor
Version 1.6.11
Comparing to
See all releases

Code changes from version 1.6.10 to 1.6.11

header-footer-elementor.php CHANGED
@@ -7,14 +7,14 @@
7
  * Author URI: https://www.brainstormforce.com/
8
  * Text Domain: header-footer-elementor
9
  * Domain Path: /languages
10
- * Version: 1.6.10
11
- * Elementor tested up to: 3.6.1
12
- * Elementor Pro tested up to: 3.6.4
13
  *
14
  * @package header-footer-elementor
15
  */
16
 
17
- define( 'HFE_VER', '1.6.10' );
18
  define( 'HFE_FILE', __FILE__ );
19
  define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
20
  define( 'HFE_URL', plugins_url( '/', __FILE__ ) );
7
  * Author URI: https://www.brainstormforce.com/
8
  * Text Domain: header-footer-elementor
9
  * Domain Path: /languages
10
+ * Version: 1.6.11
11
+ * Elementor tested up to: 3.6.5
12
+ * Elementor Pro tested up to: 3.7.1
13
  *
14
  * @package header-footer-elementor
15
  */
16
 
17
+ define( 'HFE_VER', '1.6.11' );
18
  define( 'HFE_FILE', __FILE__ );
19
  define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
20
  define( 'HFE_URL', plugins_url( '/', __FILE__ ) );
languages/header-footer-elementor.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the Elementor Header & Footer Builder package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Elementor Header & Footer Builder 1.6.10\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/header-footer-elementor\n"
8
- "POT-Creation-Date: 2022-03-29 07:27:02+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the same license as the Elementor Header & Footer Builder package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Elementor Header & Footer Builder 1.6.11\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/header-footer-elementor\n"
8
+ "POT-Creation-Date: 2022-05-23 06:00:44+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://www.paypal.me/BrainstormForce
5
  Requires at least: 4.4
6
  Requires PHP: 5.4
7
  Tested up to: 6.0
8
- Stable tag: 1.6.10
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -137,6 +137,10 @@ This same applies when you are creating your Header/Footer using this plugin.
137
  5. Default widgets available with Elementor Header & Footer Builder.
138
 
139
  == Changelog ==
 
 
 
 
140
  = 1.6.10 =
141
  - Improvement: Compatibility with Elementor version 3.6.
142
  Removed elementor deprecated functions and replaced with latest functions.
5
  Requires at least: 4.4
6
  Requires PHP: 5.4
7
  Tested up to: 6.0
8
+ Stable tag: 1.6.11
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
137
  5. Default widgets available with Elementor Header & Footer Builder.
138
 
139
  == Changelog ==
140
+ = 1.6.11 =
141
+ - Improvement: Compatibility with Elementor Pro version 3.7
142
+ - Fix: Removed meta tag attribute [maximum-scale=1] for a better accessibility.
143
+
144
  = 1.6.10 =
145
  - Improvement: Compatibility with Elementor version 3.6.
146
  Removed elementor deprecated functions and replaced with latest functions.
themes/default/hfe-header.php CHANGED
@@ -10,7 +10,7 @@
10
  <html <?php language_attributes(); ?>>
11
  <head>
12
  <meta charset="<?php bloginfo( 'charset' ); ?>" />
13
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
14
  <link rel="profile" href="http://gmpg.org/xfn/11" />
15
  <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
16
  <?php wp_head(); ?>
10
  <html <?php language_attributes(); ?>>
11
  <head>
12
  <meta charset="<?php bloginfo( 'charset' ); ?>" />
13
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
14
  <link rel="profile" href="http://gmpg.org/xfn/11" />
15
  <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
16
  <?php wp_head(); ?>