Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmak02 committed Nov 29, 2024
1 parent e8154e7 commit 019b982
Show file tree
Hide file tree
Showing 10 changed files with 204 additions and 1,187 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Ultimate Addons for Elementor Lite (UAE Lite) #
**Contributors:** [@brainstormforce](https://profiles.wordpress.org/@brainstormforce/), [@nikschavan](https://profiles.wordpress.org/@nikschavan/), [@pratikchaskar](https://profiles.wordpress.org/@pratikchaskar/)
**Tags:** elementor, header footer builder, breadcrumbs, post meta, widgets, scroll to top
**Tags:** elementor, header footer builder, breadcrumbs, post meta, widgets
**Requires at least:** 4.4
**Requires PHP:** 7.4
**Tested up to:** 6.7
**Stable tag:** 2.0.0
**Stable tag:** 2.0.1
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -30,7 +30,7 @@ From crafting custom headers and footers to adding interactive design elements l
Easily create custom headers and footers that perfectly match your brand. Use Elementor’s drag-and-drop builder to add logos, menus, and design elements, and **choose where they appear** – on the homepage, blog pages, or across your entire site.


#### ** Inbuilt Widgets for Speedy Design That Visitors Love**
#### Inbuilt Widgets for Speedy Design That Visitors Love
Save time with built-in widgets designed to handle common design needs. From logos and navigation menus to copyright notices and search bars, UAE Lite has you covered:
- **Post Info**: Automatically display key post details like author, publish date, time, and categories – a must-have for blogs and SEO optimization.
- **Breadcrumbs**: Help visitors navigate your site with a dynamic path display.
Expand Down Expand Up @@ -141,6 +141,9 @@ Absolutely! You can design custom headers, footers, and other sections for WooCo

## Changelog ##

### 2.0.1 ###
- Fix: Conflict with site customizer style.

### 2.0.0 ###
- New Feature: Scroll to Top Button.
Add a dynamic "Scroll to Top" button to enhance navigation and improve user experience on long pages.
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' => '3a573e21acde375f5d71');
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'f1754b24257ccd57e9ff');
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,336 changes: 173 additions & 1,163 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.446.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.

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.0.0
* Version: 2.0.1
* Elementor tested up to: 3.25
* Elementor Pro tested up to: 3.25
*
* @package header-footer-elementor
*/

define( 'HFE_VER', '2.0.0' );
define( 'HFE_VER', '2.0.1' );
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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "header-footer-elementor",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"author": "Nikhil Chavan",
"volta": {
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Ultimate Addons for Elementor Lite (UAE Lite) ===
Contributors: @brainstormforce, @nikschavan, @pratikchaskar
Tags: elementor, header footer builder, breadcrumbs, post meta, widgets, scroll to top
Tags: elementor, header footer builder, breadcrumbs, post meta, widgets
Requires at least: 4.4
Requires PHP: 7.4
Tested up to: 6.7
Stable tag: 2.0.0
Stable tag: 2.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -141,6 +141,9 @@ Absolutely! You can design custom headers, footers, and other sections for WooCo

== Changelog ==

= 2.0.1 =
- Fix: Conflict with site customizer style.

= 2.0.0 =
- New Feature: Scroll to Top Button.
Add a dynamic "Scroll to Top" button to enhance navigation and improve user experience on long pages.
Expand Down

0 comments on commit 019b982

Please sign in to comment.