diff --git a/hello-plus.php b/hello-plus.php index f72a9dd..cac04fd 100644 --- a/hello-plus.php +++ b/hello-plus.php @@ -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 * @@ -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__ ); diff --git a/package-lock.json b/package-lock.json index abf11b6..988629f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hello-plus", - "version": "1.1.0", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hello-plus", - "version": "1.1.0", + "version": "1.0.2", "dependencies": { "@elementor/icons": "1.12.0", "@elementor/ui": "1.20.3", diff --git a/package.json b/package.json index 2c5ad88..0d92f8f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index 6c443fd..8e7ec80 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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