version update

This commit is contained in:
Andy Miller
2016-02-11 15:37:14 -07:00
parent 0bd60d24b7
commit bf91d13222
2 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,15 @@
# v1.0.10
## 02/11/2016
1. [](#new)
* Added new `Page::contentMeta()` mechanism to store content-level meta data alongside content
* Added Japanese language translation
1. [](#improved)
* Updated some vendor libraries
1. [](#bugfix)
* Hide `streams` blueprint from Admin plugin
* Fix translations of languages with `---` in YAML files
# v1.0.9
## 02/05/2016

View File

@@ -2,7 +2,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.0.9');
define('GRAV_VERSION', '1.0.10');
define('DS', '/');
define('GRAV_PHP_MIN', '5.5.9');