Skip to content

Commit

Permalink
Version 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shramee committed Mar 16, 2020
1 parent 576d890 commit e72d2ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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.20.0
* Version: 1.21.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.20.0' );
define( 'CAXTON_VERSION', '1.21.0' );
/** Plugin variables */
require 'inc/vars.php';
/** Plugin admin class */
Expand All @@ -22,7 +22,6 @@ function caxton_init() {
/** Plugin main class */
require 'caxton-main.php';


/** Intantiating main plugin class */
Caxton::instance( __FILE__ );
}
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Contributors: pootlepress, shramee, jamie
Tags: gutenberg, gutenberg blocks, blocks, posts grid
Requires at least: 4.9.0
Tested up to: 5.3.2
Tested up to: 5.4.0
Requires PHP: 5.6.0
Stable tag: 1.20.0
License: GPLv2 or later
Expand Down

0 comments on commit e72d2ea

Please sign in to comment.