Bumping version to 0.3.0

Fixed twig autoloading
This commit is contained in:
Evert Pot 2016-01-21 13:31:05 -05:00
parent 012129c54c
commit a283d7f778
2 changed files with 1 additions and 4 deletions

View file

@ -24,6 +24,6 @@
# This copyright notice MUST APPEAR in all copies of the script!
#################################################################
define("BAIKAL_VERSION", "0.2.7");
define("BAIKAL_VERSION", "0.3.0");
define("BAIKAL_HOMEPAGE", "http://baikal-server.com");
define("PROJECT_PACKAGE", "regular");

View file

@ -186,9 +186,6 @@ class Framework extends \Flake\Core\Framework {
#################################################################################################
require_once(FLAKE_PATH_ROOT . 'Util/Twig/lib/Twig/Autoloader.php');
\Twig_Autoloader::register();
# Include Flake Framework config
require_once(FLAKE_PATH_ROOT . "config.php");