mirror of
https://github.com/getgrav/grav.git
synced 2026-02-01 12:20:22 +01:00
Merge branch 'release/0.9.33' into develop
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user