From abde88c2e2d7d2523621fee8e4e8de7350891af4 Mon Sep 17 00:00:00 2001 From: Vijeta Raikar <110518282+vijetaR@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:13:36 +0530 Subject: [PATCH] Tag + ver no updated --- README.md | 4 ++-- header-footer-elementor.php | 4 ++-- languages/header-footer-elementor.pot | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3153318b..d2b9530f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/header-footer-elementor.php b/header-footer-elementor.php index 90af3a4e..66259304 100644 --- a/header-footer-elementor.php +++ b/header-footer-elementor.php @@ -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__ ) ); diff --git a/languages/header-footer-elementor.pot b/languages/header-footer-elementor.pot index 33ffc314..5681070a 100644 --- a/languages/header-footer-elementor.pot +++ b/languages/header-footer-elementor.pot @@ -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 \n" "Language-Team: LANGUAGE \n" diff --git a/package-lock.json b/package-lock.json index fa5aabff..8882a622 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "header-footer-elementor", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 975ee284..35b8110f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "header-footer-elementor", - "version": "2.1.0", + "version": "2.2.0", "main": "index.js", "author": "Nikhil Chavan", "volta": { diff --git a/readme.txt b/readme.txt index 3c0595fc..cc9c20b4 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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.