-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 */ | ||
|
@@ -22,7 +22,6 @@ function caxton_init() { | |
/** Plugin main class */ | ||
require 'caxton-main.php'; | ||
|
||
|
||
/** Intantiating main plugin class */ | ||
Caxton::instance( __FILE__ ); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters