Skip to content

Commit

Permalink
Ready for v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shramee committed Jun 1, 2020
1 parent da2c952 commit 891c31d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions caxton.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
* 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 <[email protected]>
* TACHYONS v4.9.0 | http://tachyons.io - MIT License
*/

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 */
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 891c31d

Please sign in to comment.