diff --git a/functions.php b/functions.php index 1b18b17..f3a7b49 100644 --- a/functions.php +++ b/functions.php @@ -5,7 +5,7 @@ } define( 'CRDM_BASIC_APP_PATH', realpath( get_stylesheet_directory() ) . DIRECTORY_SEPARATOR ); -define( 'CRDM_BASIC_APP_VERSION', '0.2' ); +define( 'CRDM_BASIC_APP_VERSION', '0.1.1' ); define( 'CRDM_BASIC_TEMPLATE_URL', trailingslashit( get_stylesheet_directory_uri() ) ); define( 'CRDM_BASIC_PARENT_TEMPLATE_PATH', realpath( get_template_directory() ) . DIRECTORY_SEPARATOR ); define( 'CRDM_BASIC_PARENT_TEMPLATE_URL', trailingslashit( get_template_directory_uri() ) ); @@ -88,4 +88,4 @@ public function showAdminNotice( $message, $type = 'warning' ) { } global $crdmBasicTheme; -$crdmBasicTheme = new CrdmBasicTheme(); \ No newline at end of file +$crdmBasicTheme = new CrdmBasicTheme();