Skip to content

Commit

Permalink
chore: updated supported version to 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 16, 2024
1 parent 16947b5 commit 8250bcb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-5.6.39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-7.3.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-8.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 18 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 ==

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8250bcb

Please sign in to comment.