Skip to content

Commit

Permalink
bump version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nuritsha committed Dec 24, 2024
1 parent a2272c1 commit 068ebe5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions hello-plus.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Puts the PLUS in Elementor's Hello+ themes
* Plugin URI: https://elementor.com
* Author: Elementor.com
* Version: 1.1.0
* Version: 1.0.2
* License: GPL-3
* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
*
Expand All @@ -29,7 +29,7 @@
exit; // Exit if accessed directly.
}

define( 'HELLOPLUS_VERSION', '1.1.0' );
define( 'HELLOPLUS_VERSION', '1.0.2' );
define( 'HELLO_PLUS_VERSION', HELLOPLUS_VERSION );

define( 'HELLOPLUS__FILE__', __FILE__ );
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -3,7 +3,7 @@
"slug": "hello-plus",
"homepage": "https://elementor.com/",
"description": "A quick-start theme for Elementor.",
"version": "1.1.0",
"version": "1.0.2",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: elemntor
Tags: elementor, themes, hello themes, hello plus, widgets
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.1.0
Stable tag: 1.0.2
Requires PHP: 7.4
License: GPL-3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Expand Down Expand Up @@ -80,7 +80,7 @@ For documentation and tutorials, visit our [Knowledge Base](https://elementor.co

== Changelog ==

= 1.1.0 - 2024-12-24 =
= 1.0.2 - 2024-12-24 =
* Tweak: Zigzag widget alternate icon color
* Tweak: Enforce Elementor Core dependency
* Tweak: Onboarding wizard improvements
Expand Down

0 comments on commit 068ebe5

Please sign in to comment.