diff --git a/caxton.php b/caxton.php index 5ad7c7e..206ca7d 100755 --- a/caxton.php +++ b/caxton.php @@ -4,7 +4,7 @@ * Plugin URI: http://shramee.me/ * Description: Caxton - blocks for Gutenberg * Author: PootlePress - * Version: 1.23.0 + * Version: 1.24.0 * Author URI: https://pootlepress.com/ * @developer shramee * TACHYONS v4.9.0 | http://tachyons.io - MIT License @@ -12,7 +12,7 @@ function caxton_init() { if ( function_exists( 'register_block_type' ) ) { - define( 'CAXTON_VERSION', '1.23.0' ); + define( 'CAXTON_VERSION', '1.24.0' ); /** Plugin variables */ require 'inc/vars.php'; /** Plugin admin class */ diff --git a/readme.txt b/readme.txt index 47c4231..6e1db0f 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: gutenberg, gutenberg blocks, blocks, posts grid Requires at least: 4.9.0 Tested up to: 5.4.0 Requires PHP: 5.6.0 -Stable tag: 1.23.0 +Stable tag: 1.24.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -97,6 +97,10 @@ With WordPress including Gutenberg in core in WP v5. We will be adding more and == Changelog == +Version 1.24.0 +* 2020-06-01 +* Fix - Mobile layout settings not working + Version 1.23.0 * 2020-05-12 * Fix - Caxton block difficult to select (hover label not showing up)