From 7be42080da56d6fd7abe5190033d62ead49317fd Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 6 Jan 2015 11:54:31 -0700 Subject: [PATCH] version update --- CHANGELOG.md | 19 +++++++++++++++++++ system/defines.php | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa920f94..4c81c880b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/system/defines.php b/system/defines.php index 80f69e714..23781f9ed 100644 --- a/system/defines.php +++ b/system/defines.php @@ -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