Skip to content

Commit 0db13cd

Browse files
chore: version bumped to v3.18.1
1 parent 7210e8c commit 0db13cd

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stackable",
3-
"version": "3.18.0",
3+
"version": "3.18.1",
44
"private": true,
55
"description": "Blocks for everyone",
66
"author": "Benjamin Intal of Gambit",

plugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Author: Gambit Technologies, Inc
77
* Author URI: http://gambit.ph
88
* Text Domain: stackable-ultimate-gutenberg-blocks
9-
* Version: 3.18.0
9+
* Version: 3.18.1
1010
*
1111
* @package Stackable
1212
* @fs_premium_only /freemius.php, /freemius/
@@ -45,8 +45,8 @@ function stackable_multiple_plugins_check() {
4545
}
4646

4747
defined( 'STACKABLE_SHOW_PRO_NOTICES' ) || define( 'STACKABLE_SHOW_PRO_NOTICES', true );
48-
defined( 'STACKABLE_BUILD' ) || define( 'STACKABLE_BUILD', 'free' );
49-
defined( 'STACKABLE_VERSION' ) || define( 'STACKABLE_VERSION', '3.18.0' );
48+
defined( 'STACKABLE_BUILD' ) || define( 'STACKABLE_BUILD', 'premium' );
49+
defined( 'STACKABLE_VERSION' ) || define( 'STACKABLE_VERSION', '3.18.1' );
5050
defined( 'STACKABLE_FILE' ) || define( 'STACKABLE_FILE', __FILE__ );
5151
defined( 'STACKABLE_I18N' ) || define( 'STACKABLE_I18N', 'stackable-ultimate-gutenberg-blocks' ); // Plugin slug.
5252
defined( 'STACKABLE_DESIGN_LIBRARY_URL' ) || define( 'STACKABLE_DESIGN_LIBRARY_URL', 'https://stackable-files.pages.dev' ); // Design Library CDN URL

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: blocks, gutenberg, gutenberg blocks, page builder, WordPress blocks
44
Requires at least: 6.5.5
55
Tested up to: 6.8.2
66
Requires PHP: 7.3
7-
Stable tag: 3.18.0
7+
Stable tag: 3.18.1
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -305,6 +305,12 @@ Nope. Stackable only works with Gutenberg, the new WordPress editor.
305305

306306
== Changelog ==
307307

308+
= 3.18.1 =
309+
* Fixed: Role Manager settings doesn't display when changing the site language #3565
310+
* Fixed: Auto-deactivate free/premium when another is acitvated and show an admin notice #3574
311+
* Fixed: Block styles - show the correct block title when deleting a style #387
312+
* Fixed: PHP error on stackable_add_welcome_notification when doing some REST API calls #3579
313+
308314
= 3.18.0 =
309315

310316
[Introducing: Global Block Styles](https://wpstackable.com/blog/introducing-block-styles/?utm_source=wp-repo&utm_campaign=readme&utm_medium=link)

0 commit comments

Comments
 (0)