Merge branch 'release/0.9.36' into develop

This commit is contained in:
Andy Miller 2015-08-11 19:38:18 -06:00
commit 9b760da29b
2 changed files with 12 additions and 2 deletions

View File

@ -1,8 +1,18 @@
# v0.9.36
## XX/XX/2015
## 08/11/2015
1. [](#new)
* Added a new `newuser` CLI command to create user accounts
* Added `default` blueprint for all templates
* Support `user` and `system` language translation merging
1. [](#improved)
* Added isSymlink method in GPM to determine if Grav is symbolically linked or not
* Refactored page recursing
* Updated blueprints to use new toggles
* Updated blueprints to use current date for date format fields
* Updated composer.phar
* Use sessions for admin even when disabled for site
* Use `GRAV_ROOT` in session identifier
# v0.9.35
## 08/06/2015

View File

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