From 8250bcb9d5641a5cc94b10c2662d74b4e30500d6 Mon Sep 17 00:00:00 2001 From: "bfintal@gmail.com" <> Date: Tue, 16 Jul 2024 23:37:25 +0800 Subject: [PATCH] chore: updated supported version to 6.6 --- .github/workflows/php-5.6.39.yml | 2 +- .github/workflows/php-7.3.5.yml | 2 +- .github/workflows/php-8.0.0.yml | 2 +- readme.txt | 22 ++++++++++++++++++---- 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/.github/workflows/php-5.6.39.yml b/.github/workflows/php-5.6.39.yml index 3b572e6e5..3a3b46ad1 100644 --- a/.github/workflows/php-5.6.39.yml +++ b/.github/workflows/php-5.6.39.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - wp-versions: ['6.2.4'] + wp-versions: ['6.3.5'] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/php-7.3.5.yml b/.github/workflows/php-7.3.5.yml index 4fea061e6..641c292cc 100644 --- a/.github/workflows/php-7.3.5.yml +++ b/.github/workflows/php-7.3.5.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - wp-versions: ['6.2.4'] + wp-versions: ['6.3.5'] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/php-8.0.0.yml b/.github/workflows/php-8.0.0.yml index 50bf57bbf..9f01dc60a 100644 --- a/.github/workflows/php-8.0.0.yml +++ b/.github/workflows/php-8.0.0.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - wp-versions: ['6.2.4'] + wp-versions: ['6.3.5'] steps: - uses: actions/checkout@v2 diff --git a/readme.txt b/readme.txt index 568b72d19..49084871f 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === Stackable - Page Builder Gutenberg Blocks === Contributors: bfintal, gambitph, freemius Tags: blocks, gutenberg, gutenberg blocks, page builder, WordPress blocks -Requires at least: 6.2 -Tested up to: 6.5.4 +Requires at least: 6.3 +Tested up to: 6.6 Requires PHP: 7.3 -Stable tag: 3.13.2 +Stable tag: 3.13.3 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -235,7 +235,7 @@ Add animations that will bring your site to life and make it more visually engag = Minimum Requirements = -You'll need WordPress version 6.2 or higher for this to work. +You'll need WordPress version 6.3 or higher for this to work. == Frequently Asked Questions == @@ -295,6 +295,20 @@ Nope. Stackable only works with Gutenberg, the new WordPress editor. == Changelog == += 3.13.3 = +* New: Enhanced WordPress 6.6 compatibility +* New: You can now select multiple adjacent same-type blocks and adjust their inspector settings at the same time #2711 +* New: You can now pick a font family from the available ones in the Block Theme fonts or uploaded fonts #3195 #3244 +* New: Faster pattern rendering in the editor #3229 #3225 +* New: Added admin warning when settings page REST API fails #2882 +* Change: Icon Label block: reworked Icon Gap option, now properly measures gap between icon and text #3126 +* Fixed: Dynamic Content: using custom date format now works correctly #2570 +* Fixed: Aspect Ratio tablet & mobile settings now working properly #3232 +* Fixed: Hover transitions not smoothly transitioning #3207 +* Fixed: Shadow color support for theme colors #3176 +* Fixed: Bottom separator can sometimes not go behind the content #3061 +* Fixed: Team Member block: fixed cover layout issue #2985 + = 3.13.2 = * New: Added new Aspect Ratio option to Image block and relevant blocks #3200 * New: Added filter stackable_force_css_load - when returning true, Stackable css files will always be loaded in the frontend even if no blocks are present #3218