Skip to content

Commit

Permalink
Merge pull request #929 from brainstormforce/release-candidate
Browse files Browse the repository at this point in the history
Build version 1.6.46
  • Loading branch information
sushmak02 authored Nov 6, 2024
2 parents d673328 + 1df6161 commit f47d8d5
Show file tree
Hide file tree
Showing 10 changed files with 438 additions and 77 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Requires at least:** 4.4
**Requires PHP:** 7.4
**Tested up to:** 6.7
**Stable tag:** 1.6.45
**Stable tag:** 1.6.46
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### 1.6.46 ###
- 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.

### 1.6.45 ###
- Improvement: Enhanced the enqueue_scripts method with checks to ensure styles load safely.

### 1.6.44 ###
- Improvement: Compatibility with latest Elementor and Elementor Pro 3.25 version.
- 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.
- 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.

### 1.6.43 ###
- Improvement: Icons displaying correctly on frontend.
Expand Down
4 changes: 2 additions & 2 deletions header-footer-elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* Author URI: https://www.brainstormforce.com/
* Text Domain: header-footer-elementor
* Domain Path: /languages
* Version: 1.6.45
* Version: 1.6.46
* Elementor tested up to: 3.25
* Elementor Pro tested up to: 3.25
*
* @package header-footer-elementor
*/

define( 'HFE_VER', '1.6.45' );
define( 'HFE_VER', '1.6.46' );
define( 'HFE_FILE', __FILE__ );
define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
define( 'HFE_URL', plugins_url( '/', __FILE__ ) );
Expand Down
Loading

0 comments on commit f47d8d5

Please sign in to comment.