Header Footer Elementor - Version 1.6.4

Version Description

  • Improvement: Elementor 3.4 compatibility.
Download this release

Release Info

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

Code changes from version 1.6.3 to 1.6.4

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.3
11
- * Elementor tested up to: 3.3.0
12
- * Elementor Pro tested up to: 3.3.2
13
  *
14
  * @package header-footer-elementor
15
  */
16
 
17
- define( 'HFE_VER', '1.6.3' );
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.4
11
+ * Elementor tested up to: 3.4
12
+ * Elementor Pro tested up to: 3.3.7
13
  *
14
  * @package header-footer-elementor
15
  */
16
 
17
+ define( 'HFE_VER', '1.6.4' );
18
  define( 'HFE_FILE', __FILE__ );
19
  define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
20
  define( 'HFE_URL', plugins_url( '/', __FILE__ ) );
inc/class-header-footer-elementor.php CHANGED
@@ -90,7 +90,7 @@ class Header_Footer_Elementor {
90
  }
91
 
92
  if ( 'yes' === get_option( 'hfe_plugin_is_activated' ) ) {
93
- add_action( 'admin_notices', [ $this, 'show_setup_wizard' ] );
94
  }
95
 
96
  // Scripts and styles.
@@ -104,7 +104,7 @@ class Header_Footer_Elementor {
104
  add_shortcode( 'hfe_template', [ $this, 'render_template' ] );
105
 
106
  add_action( 'astra_notice_before_markup_header-footer-elementor-rating', [ $this, 'rating_notice_css' ] );
107
- add_action( 'admin_notices', [ $this, 'register_notices' ] );
108
 
109
  // BSF Analytics Tracker.
110
  if ( ! class_exists( 'BSF_Analytics_Loader' ) ) {
@@ -148,6 +148,7 @@ class Header_Footer_Elementor {
148
  */
149
  public function register_notices() {
150
  $image_path = HFE_URL . 'assets/images/header-footer-elementor-icon.svg';
 
151
  Astra_Notices::add_notice(
152
  [
153
  'id' => 'header-footer-elementor-rating',
90
  }
91
 
92
  if ( 'yes' === get_option( 'hfe_plugin_is_activated' ) ) {
93
+ add_action( 'admin_init', [ $this, 'show_setup_wizard' ] );
94
  }
95
 
96
  // Scripts and styles.
104
  add_shortcode( 'hfe_template', [ $this, 'render_template' ] );
105
 
106
  add_action( 'astra_notice_before_markup_header-footer-elementor-rating', [ $this, 'rating_notice_css' ] );
107
+ add_action( 'admin_init', [ $this, 'register_notices' ] );
108
 
109
  // BSF Analytics Tracker.
110
  if ( ! class_exists( 'BSF_Analytics_Loader' ) ) {
148
  */
149
  public function register_notices() {
150
  $image_path = HFE_URL . 'assets/images/header-footer-elementor-icon.svg';
151
+
152
  Astra_Notices::add_notice(
153
  [
154
  'id' => 'header-footer-elementor-rating',
inc/widgets-manager/widgets/class-cart.php CHANGED
@@ -680,18 +680,4 @@ class Cart extends Widget_Base {
680
  */
681
  protected function content_template() {
682
  }
683
-
684
- /**
685
- * Render cart output in the editor.
686
- *
687
- * Written as a Backbone JavaScript template and used to generate the live preview.
688
- *
689
- * Remove this after Elementor v3.3.0
690
- *
691
- * @since 1.4.0
692
- * @access protected
693
- */
694
- protected function _content_template() {
695
- $this->content_template();
696
- }
697
  }
680
  */
681
  protected function content_template() {
682
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
683
  }
inc/widgets-manager/widgets/class-copyright.php CHANGED
@@ -239,18 +239,4 @@ class Copyright extends Widget_Base {
239
  * @access protected
240
  */
241
  protected function content_template() {}
242
-
243
- /**
244
- * Render shortcode output in the editor.
245
- *
246
- * Written as a Backbone JavaScript template and used to generate the live preview.
247
- *
248
- * Remove this after Elementor v3.3.0
249
- *
250
- * @since 1.2.0
251
- * @access protected
252
- */
253
- protected function _content_template() {
254
- $this->content_template();
255
- }
256
  }
239
  * @access protected
240
  */
241
  protected function content_template() {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
  }
inc/widgets-manager/widgets/class-page-title.php CHANGED
@@ -526,18 +526,4 @@ class Page_Title extends Widget_Base {
526
  </div>
527
  <?php
528
  }
529
-
530
- /**
531
- * Render page title output in the editor.
532
- *
533
- * Written as a Backbone JavaScript template and used to generate the live preview.
534
- *
535
- * Remove this after Elementor v3.3.0
536
- *
537
- * @since 1.3.0
538
- * @access protected
539
- */
540
- protected function _content_template() {
541
- $this->content_template();
542
- }
543
  }
526
  </div>
527
  <?php
528
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
529
  }
inc/widgets-manager/widgets/class-site-tagline.php CHANGED
@@ -327,18 +327,4 @@ class Site_Tagline extends Widget_Base {
327
  </div>
328
  <?php
329
  }
330
-
331
- /**
332
- * Render Site Tagline output in the editor.
333
- *
334
- * Written as a Backbone JavaScript template and used to generate the live preview.
335
- *
336
- * Remove this after Elementor v3.3.0
337
- *
338
- * @since 1.3.0
339
- * @access protected
340
- */
341
- protected function _content_template() {
342
- $this->content_template();
343
- }
344
  }
327
  </div>
328
  <?php
329
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  }
inc/widgets-manager/widgets/class-site-title.php CHANGED
@@ -507,18 +507,4 @@ class Site_Title extends Widget_Base {
507
  </div>
508
  <?php
509
  }
510
-
511
- /**
512
- * Render site title output in the editor.
513
- *
514
- * Written as a Backbone JavaScript template and used to generate the live preview.
515
- *
516
- * Remove this after Elementor v3.3.0
517
- *
518
- * @since 1.3.0
519
- * @access protected
520
- */
521
- protected function _content_template() {
522
- $this->content_template();
523
- }
524
  }
507
  </div>
508
  <?php
509
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
510
  }
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.3\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/header-footer-elementor\n"
8
- "POT-Creation-Date: 2021-07-14 06:01:07+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.4\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/header-footer-elementor\n"
8
+ "POT-Creation-Date: 2021-08-17 05:26: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"
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: 5.8
8
- Stable tag: 1.6.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -15,9 +15,9 @@ Create Header, Footer and Blocks for your WordPress website using Elementor Page
15
 
16
  Have you ever imagined you could create your website header and footer with <a href="https://elementor.com/">Elementor</a> for FREE?
17
 
18
- Elementor Header & Footer Builder is a simple yet powerful WordPress plugin that allows you to create a layout with Elementor and set it as
19
- - Header
20
- - Footer
21
  - Block (anywhere on the website)
22
 
23
  = Create Attractive Designs =
@@ -58,7 +58,7 @@ The plugin offers inbuilt widgets that help to create header/footer layouts. The
58
 
59
  = WORKS WITH ALL THEMES =
60
 
61
- Elementor Header & Footer Builder plugin works with all WordPress themes. Few of the themes have direct support while for few you can choose a method to add theme support.
62
 
63
  In case you face any difficulty displaying header/footer, manually choose the theme support method. Visit Appearance > Elementor Header & Footer Builder > Theme Support. Select a method to suit your current theme and you are good to go!
64
 
@@ -111,7 +111,7 @@ Made with love at [Brainstorm Force](https://www.brainstormforce.com/?utm_source
111
  = How Does This Plugin Work? =
112
 
113
  1. Go to Appearance -> Elementor Header & Footer Builder to build a header or footer layout using Elementor.
114
- 2. Click on “Add New” and design a template with Elementor.
115
  3. Once the template is ready, set is as a header/footer/block using options “Type of Template” (<a href="https://share.getcloudapp.com/geurz2JR">screenshot</a>).
116
  4.
117
 
@@ -137,11 +137,14 @@ 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.3 =
 
 
 
141
  - Improvement: WordPress 5.8 compatibility.
142
  - Improvement: Elementor 3.3 compatibility.
143
 
144
- = 1.6.2 =
145
  - Improvement: Copyright - Added custom link attributes support.
146
  - Improvement: Page Title - Added custom link attributes support.
147
  - Improvement: Retina Image - Added custom link attributes support.
5
  Requires at least: 4.4
6
  Requires PHP: 5.4
7
  Tested up to: 5.8
8
+ Stable tag: 1.6.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
15
 
16
  Have you ever imagined you could create your website header and footer with <a href="https://elementor.com/">Elementor</a> for FREE?
17
 
18
+ Elementor Header & Footer Builder is a simple yet powerful WordPress plugin that allows you to create a layout with Elementor and set it as
19
+ - Header
20
+ - Footer
21
  - Block (anywhere on the website)
22
 
23
  = Create Attractive Designs =
58
 
59
  = WORKS WITH ALL THEMES =
60
 
61
+ Elementor Header & Footer Builder plugin works with all WordPress themes. Few of the themes have direct support while for few you can choose a method to add theme support.
62
 
63
  In case you face any difficulty displaying header/footer, manually choose the theme support method. Visit Appearance > Elementor Header & Footer Builder > Theme Support. Select a method to suit your current theme and you are good to go!
64
 
111
  = How Does This Plugin Work? =
112
 
113
  1. Go to Appearance -> Elementor Header & Footer Builder to build a header or footer layout using Elementor.
114
+ 2. Click on “Add New” and design a template with Elementor.
115
  3. Once the template is ready, set is as a header/footer/block using options “Type of Template” (<a href="https://share.getcloudapp.com/geurz2JR">screenshot</a>).
116
  4.
117
 
137
  5. Default widgets available with Elementor Header & Footer Builder.
138
 
139
  == Changelog ==
140
+ = 1.6.4 =
141
+ - Improvement: Elementor 3.4 compatibility.
142
+
143
+ = 1.6.3 =
144
  - Improvement: WordPress 5.8 compatibility.
145
  - Improvement: Elementor 3.3 compatibility.
146
 
147
+ = 1.6.2 =
148
  - Improvement: Copyright - Added custom link attributes support.
149
  - Improvement: Page Title - Added custom link attributes support.
150
  - Improvement: Retina Image - Added custom link attributes support.