Stackable – Page Builder Gutenberg Blocks - Version 2.15.2

Version Description

  • Fixed: Constant naming issue in PHP 5.3
Download this release

Release Info

Developer bfintal
Plugin Icon 128x128 Stackable – Page Builder Gutenberg Blocks
Version 2.15.2
Comparing to
See all releases

Code changes from version 2.15.1 to 2.15.2

Files changed (2) hide show
  1. plugin.php +2 -2
  2. readme.txt +4 -1
plugin.php CHANGED
@@ -7,7 +7,7 @@
7
  * Author: Gambit Technologies, Inc
8
  * Author URI: http://gambit.ph
9
  * Text Domain: stackable-ultimate-gutenberg-blocks
10
- * Version: 2.15.1
11
  *
12
  * @package Stackable
13
  */
@@ -23,7 +23,7 @@ if ( function_exists( 'sugb_fs' ) ) {
23
  }
24
 
25
  defined( 'STACKABLE_SHOW_PRO_NOTICES' ) || define( 'STACKABLE_SHOW_PRO_NOTICES', true );
26
- defined( 'STACKABLE_VERSION' ) || define( 'STACKABLE_VERSION', '2.15.1' );
27
  defined( 'STACKABLE_FILE' ) || define( 'STACKABLE_FILE', __FILE__ );
28
  defined( 'STACKABLE_I18N' ) || define( 'STACKABLE_I18N', 'stackable-ultimate-gutenberg-blocks' );
29
  // Plugin slug.
7
  * Author: Gambit Technologies, Inc
8
  * Author URI: http://gambit.ph
9
  * Text Domain: stackable-ultimate-gutenberg-blocks
10
+ * Version: 2.15.2
11
  *
12
  * @package Stackable
13
  */
23
  }
24
 
25
  defined( 'STACKABLE_SHOW_PRO_NOTICES' ) || define( 'STACKABLE_SHOW_PRO_NOTICES', true );
26
+ defined( 'STACKABLE_VERSION' ) || define( 'STACKABLE_VERSION', '2.15.2' );
27
  defined( 'STACKABLE_FILE' ) || define( 'STACKABLE_FILE', __FILE__ );
28
  defined( 'STACKABLE_I18N' ) || define( 'STACKABLE_I18N', 'stackable-ultimate-gutenberg-blocks' );
29
  // Plugin slug.
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: blocks, gutenberg, gutenberg blocks, page builder, WordPress blocks
4
  Requires at least: 5.4
5
  Tested up to: 5.7.1
6
  Requires PHP: 5.3
7
- Stable tag: 2.15.1
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -201,6 +201,9 @@ Nope. Stackable only works with Gutenberg, the new WordPress editor.
201
 
202
  == Changelog ==
203
 
 
 
 
204
  = 2.15.1 =
205
  * Fixed: E_PARSE PHP warning
206
  * Fixed: Deprecated warning shown in PHP 8
4
  Requires at least: 5.4
5
  Tested up to: 5.7.1
6
  Requires PHP: 5.3
7
+ Stable tag: 2.15.2
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
201
 
202
  == Changelog ==
203
 
204
+ = 2.15.2 =
205
+ * Fixed: Constant naming issue in PHP 5.3
206
+
207
  = 2.15.1 =
208
  * Fixed: E_PARSE PHP warning
209
  * Fixed: Deprecated warning shown in PHP 8