File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
1313function 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 }
Original file line number Diff line number Diff line change 33Contributors: pootlepress, shramee, jamie
44Tags: gutenberg, gutenberg blocks, blocks, posts grid
55Requires at least: 4.9.0
6- Tested up to: 5.3.2
6+ Tested up to: 5.4.0
77Requires PHP: 5.6.0
88Stable tag: 1.20.0
99License: GPLv2 or later
You can’t perform that action at this time.
0 commit comments