Skip to content

Commit e72d2ea

Browse files
committed
Version 1.21.0
1 parent 576d890 commit e72d2ea

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

caxton.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
* Plugin URI: http://shramee.me/
55
* Description: Caxton - blocks for Gutenberg
66
* Author: PootlePress
7-
* Version: 1.20.0
7+
* Version: 1.21.0
88
* Author URI: https://pootlepress.com/
99
* @developer shramee <shramee.srivastav@gmail.com>
1010
* TACHYONS v4.9.0 | http://tachyons.io - MIT License
1111
*/
1212

1313
function caxton_init() {
1414
if ( function_exists( 'register_block_type' ) ) {
15-
define( 'CAXTON_VERSION', '1.20.0' );
15+
define( 'CAXTON_VERSION', '1.21.0' );
1616
/** Plugin variables */
1717
require 'inc/vars.php';
1818
/** Plugin admin class */
@@ -22,7 +22,6 @@ function caxton_init() {
2222
/** Plugin main class */
2323
require 'caxton-main.php';
2424

25-
2625
/** Intantiating main plugin class */
2726
Caxton::instance( __FILE__ );
2827
}

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Contributors: pootlepress, shramee, jamie
44
Tags: gutenberg, gutenberg blocks, blocks, posts grid
55
Requires at least: 4.9.0
6-
Tested up to: 5.3.2
6+
Tested up to: 5.4.0
77
Requires PHP: 5.6.0
88
Stable tag: 1.20.0
99
License: GPLv2 or later

0 commit comments

Comments
 (0)