Skip to content

Commit

Permalink
Merge pull request #1045 from brainstormforce/release-candidate
Browse files Browse the repository at this point in the history
Build version 2.1.0
  • Loading branch information
sushmak02 authored Jan 22, 2025
2 parents 61bfd65 + 2a959ca commit 14e31b3
Show file tree
Hide file tree
Showing 37 changed files with 8,110 additions and 1,906 deletions.
11 changes: 9 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.0.6
**Stable tag:** 2.1.0
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -16,7 +16,7 @@ Create dynamic headers, footers, and design blocks effortlessly with Elementor's

Ultimate Addons for Elementor is the improved and redesigned version of the Elementor Header & Footer Builder. It is designed to help you create dynamic headers, footers, and additional design blocks with ease. This plugin leverages Elementor's powerful drag-and-drop editor to give you complete design freedom and it integrates with any WordPress theme.

[Try it out on a free dummy site](https://bsf.io/hfe-demo)
[Try it out on a free dummy site](https://zipwp.org/plugins/header-footer-elementor/)

You can refer to our step-by-step article that will help you [set headers and footers](https://ultimateelementor.com/header-footer-with-elementor/?utm_source=wp-repo&utm_campaign=header-footer-elementor&utm_medium=description) quickly.

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

## Changelog ##


### 2.1.0 ###
- New: Added NPS Survey to gather your valuable feedback for Ultimate Addons for Elementor.
- Improvement: Compatibility with latest Elementor and Elementor Pro 3.27 version.
- Fix: Resolved issue where icons were displaying too large on page load for the Elementor and WordPress menu widget.
- Fix: Cart - Resolved an issue where icons were not displaying correctly for logged-out users.

### 2.0.6 ###
- Fix: Load text domain PHP warning when Loco Translate plugin is active.

Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
position: absolute;
top: 0;
right: 0;
z-index: 1;
z-index: 0;
color: #a4afb7;
background: transparent;
font-size: 10px;
Expand Down
2 changes: 1 addition & 1 deletion build/main.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'a42d8a3c93c2377dfb0b');
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'e82aceab410d61957820');
2 changes: 1 addition & 1 deletion build/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/main.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/**
* @license lucide-react v0.446.0 - ISC
* @license lucide-react v0.460.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
Expand Down
2 changes: 1 addition & 1 deletion build/main.js.map

Large diffs are not rendered by default.

18 changes: 16 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,29 @@
"name": "nikschavan/header-footer-elementor",
"description": "Create Header and Footer using Elementor page builder.",
"require": {
"brainstormforce/astra-notices": "^1.1"
"brainstormforce/astra-notices": "^1.1",
"brainstormforce/nps-survey": "^1"
},
"extra": {
"installer-paths": {
"inc/lib/{$name}/": [
"brainstormforce/astra-notices"
"brainstormforce/astra-notices",
"brainstormforce/nps-survey"
]
}
},
"repositories": [
{
"name": "brainstormforce/bsf-core",
"type": "vcs",
"url": "git@github.com:brainstormforce/bsf-core.git"
},
{
"name": "brainstormforce/nps-survey",
"type": "vcs",
"url": "git@github.com:brainstormforce/nps-survey.git"
}
],
"require-dev": {
"squizlabs/php_codesniffer": "^3.7",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
Expand Down
Loading

0 comments on commit 14e31b3

Please sign in to comment.