Version Description
- Fixed: Blog Posts block filter wasn't called correctly.
Download this release
Release Info
Developer | bfintal |
Plugin | Stackable – Page Builder Gutenberg Blocks |
Version | 2.12.1 |
Comparing to | |
See all releases |
Code changes from version 2.12.0 to 2.12.1
- plugin.php +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.12.
|
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.12.
|
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.12.1
|
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.12.1' );
|
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.5.3
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag: 2.12.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -188,6 +188,9 @@ Nope. Stackable only works with Gutenberg, the new WordPress editor.
|
|
188 |
|
189 |
== Changelog ==
|
190 |
|
|
|
|
|
|
|
191 |
= 2.12.0 =
|
192 |
[Better User Interface and User Experience](https://wpstackable.com/blog/better-user-interface-and-user-experience/?utm_source=wp-repo&utm_campaign=readme&utm_medium=link)
|
193 |
|
4 |
Requires at least: 5.4
|
5 |
Tested up to: 5.5.3
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 2.12.1
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
188 |
|
189 |
== Changelog ==
|
190 |
|
191 |
+
= 2.12.1 =
|
192 |
+
* Fixed: Blog Posts block filter wasn't called correctly.
|
193 |
+
|
194 |
= 2.12.0 =
|
195 |
[Better User Interface and User Experience](https://wpstackable.com/blog/better-user-interface-and-user-experience/?utm_source=wp-repo&utm_campaign=readme&utm_medium=link)
|
196 |
|