prepare for release

This commit is contained in:
Andy Miller
2019-12-02 10:32:06 -07:00
parent e919685ad3
commit 1111c3d1b1
2 changed files with 4 additions and 2 deletions

View File

@@ -1,10 +1,12 @@
# v1.6.18
## mm/dd/2019
## 12/02/2019
1. [](#bugfix)
* PHP 7.4 fix in `Pages::buildSort()`
* Updated vendor libraries for PHP 7.4 fixes in Twig and other libraries
* Fixed fatal error when `$page->id()` is null [#2731](https://github.com/getgrav/grav/pull/2731)
* Fixed cache conflicts on pages with no set id
* Fix rewrite rule for for `lighttpd` default config [#721](https://github.com/getgrav/grav/pull/2721)
# v1.6.17
## 11/06/2019

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.6.17');
define('GRAV_VERSION', '1.6.18');
define('GRAV_TESTING', false);
define('DS', '/');