From 3cd83b401cefb95b88aaf8c826143fbdad9837ca Mon Sep 17 00:00:00 2001 From: Michal Janata Date: Wed, 8 Aug 2018 15:30:02 +0200 Subject: [PATCH] Update functions.php --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();