Skip to content

Commit

Permalink
Update with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmak02 committed Jan 27, 2025
2 parents c08fe04 + 14e31b3 commit 9cb69f5
Show file tree
Hide file tree
Showing 33 changed files with 20,405 additions and 5,916 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Description
<!-- Please describe what you have changed or added -->
[BSF-PR-SUMMARY]

### Screenshots
<!-- if applicable -->
Expand Down
45 changes: 45 additions & 0 deletions .github/workflows/ai-code-reviewer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: BSF Code Reviewer

on:
pull_request:
types: [opened, synchronize, edited]

permissions: write-all

jobs:
CHECK_SHORTCODE:
if: ${{ github.event.action == 'edited' || contains(github.event.pull_request.body, '[BSF-PR-SUMMARY]') }}
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: WRITE PR SUMMARY
uses: brainstormforce/pull-request-reviewer@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ACTION_CONTEXT: 'CHECK_SHORTCODE'
EXCLUDE_EXTENSIONS: "md, yml, lock"
INCLUDE_EXTENSIONS: "php, js, jsx, ts, tsx, css, scss, html, json"
EXCLUDE_PATHS: "node_modules/,vendor/"

CODE_REVIEW:
needs: CHECK_SHORTCODE
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: AI CODE REVIEW
uses: brainstormforce/pull-request-reviewer@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ACTION_CONTEXT: "CODE_REVIEW"
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USERNAME: ${{ secrets.JIRA_USERNAME }}
JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }}
EXCLUDE_EXTENSIONS: "md, yml, lock"
INCLUDE_EXTENSIONS: "php, js, jsx, ts, tsx, css, scss, html, json"
EXCLUDE_PATHS: "node_modules/,vendor/"
Binary file added .wordpress-org/icon-128x128.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/icon-256x256.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions .wordpress-org/icon.svg

This file was deleted.

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 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' => '7308ebd37e6188c7aa97');
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'e82aceab410d61957820');
17 changes: 2 additions & 15 deletions build/main.css

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

1 change: 1 addition & 0 deletions build/main.css.map

Large diffs are not rendered by default.

1,325 changes: 173 additions & 1,152 deletions build/main.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions build/main.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/**
* @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.
*/
1 change: 1 addition & 0 deletions 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 9cb69f5

Please sign in to comment.