Skip to content

Commit

Permalink
Tag + ver no updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vijetaR committed Jan 28, 2025
1 parent be273fc commit abde88c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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
2 changes: 1 addition & 1 deletion languages/header-footer-elementor.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the same license as the Ultimate Addons for Elementor Lite plugin.
msgid ""
msgstr ""
"Project-Id-Version: Ultimate Addons for Elementor Lite 2.1.0\n"
"Project-Id-Version: Ultimate Addons for Elementor Lite 2.2.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/header-footer-elementor\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "header-footer-elementor",
"version": "2.1.0",
"version": "2.2.0",
"main": "index.js",
"author": "Nikhil Chavan",
"volta": {
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: elementor, header footer builder, widgets, header template, footer templat
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

0 comments on commit abde88c

Please sign in to comment.