Merge branch 'release/0.9.33' into develop

This commit is contained in:
Andy Miller
2015-07-21 13:48:10 -06:00
2 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,19 @@
# v0.9.33
## 07/21/2015
1. [](#new)
* Added new `onImageMediumSaved()` event (useful for post-image processing)
* Added `Vary: Accept-Encoding` option
2. [](#improved)
* Multilang-safe delimeter position
* Refactored Twig classes and added optional umask setting
* Removed `pageinit()` timing
* `Page->routable()` now takes `published()` state into account
* Improved how page extension is set
* Support `Language->translate()` method taking string and array
3. [](#bugfix)
* Fixed `backup` command to include empty folders
# v0.9.32
## 07/14/2015

View File

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