Version Description
- Fixed: Backward compatibility with WordPress 5.6
- Change: Increased minimum compatibility of Stackable to at least WordPress 5.5.4
Download this release
Release Info
Developer | bfintal |
Plugin | Stackable – Page Builder Gutenberg Blocks |
Version | 2.15.3 |
Comparing to | |
See all releases |
Code changes from version 2.15.2 to 2.15.3
- plugin.php +2 -2
- readme.txt +6 -2
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.
|
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.
|
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.3
|
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.3' );
|
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
@@ -1,10 +1,10 @@
|
|
1 |
=== Stackable - Page Builder Gutenberg Blocks ===
|
2 |
Contributors: bfintal, gambitph, freemius
|
3 |
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.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -201,6 +201,10 @@ Nope. Stackable only works with Gutenberg, the new WordPress editor.
|
|
201 |
|
202 |
== Changelog ==
|
203 |
|
|
|
|
|
|
|
|
|
204 |
= 2.15.2 =
|
205 |
* Fixed: Constant naming issue in PHP 5.3
|
206 |
|
1 |
=== Stackable - Page Builder Gutenberg Blocks ===
|
2 |
Contributors: bfintal, gambitph, freemius
|
3 |
Tags: blocks, gutenberg, gutenberg blocks, page builder, WordPress blocks
|
4 |
+
Requires at least: 5.5.4
|
5 |
Tested up to: 5.7.1
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 2.15.3
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
201 |
|
202 |
== Changelog ==
|
203 |
|
204 |
+
= 2.15.3 =
|
205 |
+
* Fixed: Backward compatibility with WordPress 5.6
|
206 |
+
* Change: Increased minimum compatibility of Stackable to at least WordPress 5.5.4
|
207 |
+
|
208 |
= 2.15.2 =
|
209 |
* Fixed: Constant naming issue in PHP 5.3
|
210 |
|