Skip to content

Commit

Permalink
Merge pull request #1054 from brainstormforce/rc-changes-211
Browse files Browse the repository at this point in the history
Release candidate version 2.2.0
  • Loading branch information
sushmak02 authored Jan 28, 2025
2 parents be273fc + 9a251cc commit 7991104
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 1,178 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Requires at least:** 5.0
**Tested up to:** 6.7.1
**Requires PHP:** 7.4
**Stable tag:** 2.1.0
**Stable tag:** 2.2.0
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -129,7 +129,7 @@ To access the advanced features and premium widgets, you’ll need to upgrade to

## Changelog ##

### 2.1.0.1 ###
### 2.2.0 ###
- New: Ultimate Addons for Elementor now includes translations for Dutch, French, Spanish, and German enhancing multilingual accessibility.
- Fix: Navigation Menu - Anchor links now correctly scroll to sections/container when submenu items with IDs are clicked.
- Fix: "Function map_meta_cap called incorrectly" notice appearing for logged out users when shortcode executed manually.
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: 2.1.0
* Version: 2.2.0
* Elementor tested up to: 3.27
* Elementor Pro tested up to: 3.27
*
* @package header-footer-elementor
*/

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

0 comments on commit 7991104

Please sign in to comment.