diff --git a/.github/scripts/publish-theme-to-wordpress-org-dry-run.sh b/.github/scripts/publish-theme-to-wordpress-org-dry-run.sh index fe39ea27..99904a02 100755 --- a/.github/scripts/publish-theme-to-wordpress-org-dry-run.sh +++ b/.github/scripts/publish-theme-to-wordpress-org-dry-run.sh @@ -50,10 +50,20 @@ if [[ "$VERSION_EXISTS" == "true" ]]; then fi mkdir -p "$VERSION_DIR" -cd "$VERSION_DIR" echo "Copy files from build directory" -rsync -ah --progress "$THEME_PATH/hello-elementor/"* . || rsync -ah --progress "$THEME_PATH/hello-elementor/." . || true +rsync -ah --progress "$THEME_PATH/hello-elementor/"* $VERSION_DIR + +cd "$VERSION_DIR" + +echo "svn delete" +svn status | grep -v '^.[ \t]*\\..*' | { grep '^!' || true; } | awk '{print $2}' | xargs -r svn delete; + +echo "svn add" +svn status | grep -v '^.[ \t]*\\..*' | { grep '^?' || true; } | awk '{print $2}' | xargs -r svn add; + +echo "Print SVN Status changes" +svn status echo "Preparing files for SVN" SVN_STATUS=$(svn status 2>/dev/null | grep -v '^\?[ \t]*\.$' || echo "") diff --git a/dev/scss/reset.scss b/dev/scss/reset.scss index dae67e8d..cb360c7c 100644 --- a/dev/scss/reset.scss +++ b/dev/scss/reset.scss @@ -3,3 +3,4 @@ @forward "reset/forms"; @forward "reset/table"; @forward "reset/list"; +// Test comment. diff --git a/functions.php b/functions.php index f9bfe47b..ba14b6ba 100644 --- a/functions.php +++ b/functions.php @@ -9,7 +9,7 @@ exit; // Exit if accessed directly. } -define( 'HELLO_ELEMENTOR_VERSION', '3.4.5' ); +define( 'HELLO_ELEMENTOR_VERSION', '3.4.6' ); define( 'EHP_THEME_SLUG', 'hello-elementor' ); define( 'HELLO_THEME_PATH', get_template_directory() ); diff --git a/package.json b/package.json index 4a4a21ee..5a39f75a 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.4.5", + "version": "3.4.6", "last_beta_version": "2.4.0-beta3", "scripts": { "start": "wp-scripts start", diff --git a/readme.txt b/readme.txt index a571a150..7a6c0476 100644 --- a/readme.txt +++ b/readme.txt @@ -36,6 +36,9 @@ Source: https://stocksnap.io/photo/4B83RD7BV9 == Changelog == += 3.4.6 - 2025-12-1 +* Tweak: Test 3.4.6 deployment + = 3.4.5 - 2025-10-27 * New: Add theme home to Finder * Tweak: Improve banner behavior after clicking on action button diff --git a/style.css b/style.css index b3e1b59d..0dd763d3 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.4.5 - Stable tag: 3.4.5 + Version: 3.4.6 + Stable tag: 3.4.6 Requires at least: 6.0 Tested up to: 6.8 Requires PHP: 7.4