version update

This commit is contained in:
Andy Miller
2015-01-06 11:54:31 -07:00
parent 22e550ab40
commit 7be42080da
2 changed files with 20 additions and 1 deletions

View File

@@ -1,3 +1,22 @@
# v0.9.12
## 01/06/2015
1. [](#new)
* Added an all-access robots.txt file for search engines
* Added new GPM `uninstall` command
* Added support for **in-page** Twig processing in **modular** pages
* Added configurable support for `undefined` Twig functions and filters
2. [](#improved)
* Fallback to default `.html` template if error occurs on non-html pages
* Added ability to have PSR-1 friendly plugin names (camelcase, no-dashes)
* Fix to `composer.json` to deter API rate-limit errors
* Added **non-exception-throwing** handler for undefined methods on `Medium` objects
3. [](#bugfix)
* Fix description for `self-upgrade` method of GPM command
* Fix for incorrect version number when performing GPM `update`
* Fix for argument description of GPM `install` command
* Fix for recalcitrant CodeKit mac application
# v0.9.11
## 12/21/2014

View File

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