mirror of
https://github.com/getgrav/grav.git
synced 2026-02-09 16:17:56 +01:00
Prepare for release
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# v1.1.10
|
||||
## XX/XX/2016
|
||||
## 12/21/2016
|
||||
|
||||
1. [](#improved)
|
||||
* Improve detection of home path. Also allow `~/.grav` on Windows, drop `ConsoleTrait::isWindows()` method, used only for that [#1204](https://github.com/getgrav/grav/pull/1204)
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
// Some standard defines
|
||||
define('GRAV', true);
|
||||
define('GRAV_VERSION', '1.1.9');
|
||||
define('GRAV_VERSION', '1.1.10');
|
||||
define('GRAV_TESTING', false);
|
||||
define('DS', '/');
|
||||
define('GRAV_PHP_MIN', '5.5.9');
|
||||
|
||||
Reference in New Issue
Block a user