Skip to content

Commit f47d8d5

Browse files
authored
Merge pull request #929 from brainstormforce/release-candidate
Build version 1.6.46
2 parents d673328 + 1df6161 commit f47d8d5

10 files changed

+438
-77
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Requires at least:** 4.4
66
**Requires PHP:** 7.4
77
**Tested up to:** 6.7
8-
**Stable tag:** 1.6.45
8+
**Stable tag:** 1.6.46
99
**License:** GPLv2 or later
1010
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -140,12 +140,15 @@ This same applies when you are creating your Header/Footer using this plugin.
140140

141141
## Changelog ##
142142

143+
### 1.6.46 ###
144+
- Fix: This update addressed a security bug. Props to Wordfence and Francesco Carlucci for privately reporting it to our team. Please make sure you are using the latest version on your website.
145+
143146
### 1.6.45 ###
144147
- Improvement: Enhanced the enqueue_scripts method with checks to ensure styles load safely.
145148

146149
### 1.6.44 ###
147150
- Improvement: Compatibility with latest Elementor and Elementor Pro 3.25 version.
148-
- Fix: This update addressed a security bug. Props to Wordfence for privately reporting it to our team. Please make sure you are using the latest version on your website.
151+
- Fix: This update addressed a security bug. Props to Wordfence and Francesco Carlucci for privately reporting it to our team. Please make sure you are using the latest version on your website.
149152

150153
### 1.6.43 ###
151154
- Improvement: Icons displaying correctly on frontend.

header-footer-elementor.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
* Author URI: https://www.brainstormforce.com/
88
* Text Domain: header-footer-elementor
99
* Domain Path: /languages
10-
* Version: 1.6.45
10+
* Version: 1.6.46
1111
* Elementor tested up to: 3.25
1212
* Elementor Pro tested up to: 3.25
1313
*
1414
* @package header-footer-elementor
1515
*/
1616

17-
define( 'HFE_VER', '1.6.45' );
17+
define( 'HFE_VER', '1.6.46' );
1818
define( 'HFE_FILE', __FILE__ );
1919
define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
2020
define( 'HFE_URL', plugins_url( '/', __FILE__ ) );

0 commit comments

Comments
 (0)