From 60c740b90cf35fcdc66f087fe3d5900649f2df4e Mon Sep 17 00:00:00 2001 From: Yakir Sitbon Date: Wed, 24 Jan 2024 14:49:03 +0200 Subject: [PATCH] Update changelog --- assets/scss/style.scss | 4 ++-- functions.php | 2 +- readme.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/scss/style.scss b/assets/scss/style.scss index a941a7bd..3c05b4e0 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -4,8 +4,8 @@ Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators. Author: Elementor Team Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash - Version: 3.0.0 - Stable tag: 3.0.0 + Version: 3.0.1 + Stable tag: 3.0.1 Requires at least: 6.0 Tested up to: 6.4 Requires PHP: 7.3 diff --git a/functions.php b/functions.php index a5e8f5ab..15059a8c 100644 --- a/functions.php +++ b/functions.php @@ -9,7 +9,7 @@ exit; // Exit if accessed directly. } -define( 'HELLO_ELEMENTOR_VERSION', '3.0.0' ); +define( 'HELLO_ELEMENTOR_VERSION', '3.0.1' ); if ( ! isset( $content_width ) ) { $content_width = 800; // Pixels. diff --git a/readme.txt b/readme.txt index 3322eb93..d8c78878 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: elemntor, KingYes, ariel.k, bainternet Requires at least: 6.0 Tested up to: 6.4 -Stable tag: 3.0.0 -Version: 3.0.0 +Stable tag: 3.0.1 +Version: 3.0.1 Requires PHP: 7.3 License: GNU General Public License v3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html