version update

This commit is contained in:
Andy Miller
2014-12-01 15:31:00 -07:00
parent d5e71072c0
commit a05df55b15
2 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,19 @@
# v0.9.8 beta
## 12/01/2014
1. [](#new)
* Added configuration option to set default lifetime on cache saves
* Added ability to set HTTP status code from page header
* Implemented simple wild-card custom routing
2. [](#improved)
* Fixed elusive double load to fully cache issue (hopefully!)
* Ensure Twig tags are treated as block items in markdown
* Removed some older deprecated methods
* Ensure onPageContentProcessed() event only fires when not cached
* More PSR code fixes
3. [](#bugfix)
* Fix issue with miscalculation of blog separator location `===`
# v0.9.7 beta
## 11/24/2014

View File

@@ -2,7 +2,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '0.9.7');
define('GRAV_VERSION', '0.9.8');
define('DS', '/');
// Directories and Paths