From 312c93a4b9061eb4552490c595fc9669e3c8905f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 14:22:06 +0300 Subject: [PATCH 1/3] Internal: Grant nested build permissions in Deploy workflow [TMZ-1053] (#689) (#690) Co-authored-by: Manor Hazaz Co-authored-by: Cursor --- .github/workflows/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2927c084..44e61891 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,6 +44,11 @@ jobs: needs: validate uses: ./.github/workflows/build.yml secrets: inherit + permissions: + actions: read + contents: read + deployments: write + pull-requests: write deploy: needs: [validate, build] From 90a691d27491fe4fb1b20cd34fd963452c4e06d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 15:38:27 +0300 Subject: [PATCH 2/3] Internal: Update build ignore [TMZ-1074] (#691) (#692) Co-authored-by: Manor Hazaz --- .buildignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.buildignore b/.buildignore index 0040e5e8..f47658d5 100644 --- a/.buildignore +++ b/.buildignore @@ -13,6 +13,9 @@ package.json phpcs.xml phpunit.xml README.md +AGENTS.md +CLAUDE.md +DEVELOPERS.md webpack.config.js .DS_Store .git/ From 503489188ab988c87da70f5e916c76fdbc96fbb3 Mon Sep 17 00:00:00 2001 From: Manor Hazaz Date: Tue, 25 Aug 2026 16:08:52 +0300 Subject: [PATCH 3/3] Internal: 3.5.1 changelog [TMZ-1075] (#693) --- functions.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 7 +++++-- style.css | 4 ++-- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/functions.php b/functions.php index 80f4cba6..fc02a750 100644 --- a/functions.php +++ b/functions.php @@ -9,7 +9,7 @@ exit; // Exit if accessed directly. } -define( 'HELLO_ELEMENTOR_VERSION', '3.5.0' ); +define( 'HELLO_ELEMENTOR_VERSION', '3.5.1' ); define( 'EHP_THEME_SLUG', 'hello-elementor' ); define( 'HELLO_THEME_PATH', get_template_directory() ); diff --git a/package-lock.json b/package-lock.json index f0a32092..da497537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hello-elementor", - "version": "3.5.0", + "version": "3.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hello-elementor", - "version": "3.5.0", + "version": "3.5.1", "dependencies": { "@elementor/icons": "1.42.0", "@elementor/ui": "1.34.2", diff --git a/package.json b/package.json index 1c222fcf..220b2960 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "slug": "elementor-hello-theme", "homepage": "https://elementor.com/", "description": "A sample theme for Elementor.", - "version": "3.5.0", + "version": "3.5.1", "last_beta_version": "2.4.0-beta3", "scripts": { "start": "wp-scripts start", diff --git a/readme.txt b/readme.txt index 2a8ef1f4..d71bdffd 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: 7.0 -Stable tag: 3.5.0 -Version: 3.5.0 +Stable tag: 3.5.1 +Version: 3.5.1 Requires PHP: 7.4 License: GNU General Public License v3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -36,6 +36,9 @@ Source: https://stocksnap.io/photo/4B83RD7BV9 == Changelog == += 3.5.1 - 2026-08-25 +* Fix: General fixes and improvements + = 3.5.0 - 2026-08-25 * Tweak: Updated Theme admin menu navigation * Tweak: Updated WordPress compatibility to version 7.0 diff --git a/style.css b/style.css index 851d1998..f1c30b8f 100644 --- a/style.css +++ b/style.css @@ -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.5.0 - Stable tag: 3.5.0 + Version: 3.5.1 + Stable tag: 3.5.1 Requires at least: 6.0 Tested up to: 7.0 Requires PHP: 7.4