mirror of
https://github.com/getgrav/grav.git
synced 2026-01-28 02:10:04 +01:00
prepare for release
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# v1.6.20
|
||||
## mm/dd/2019
|
||||
## 03/02/2020
|
||||
|
||||
1. [](#bugfix)
|
||||
* Fixed incorrect routing caused by `str_replace()` in `Uri::init()` [#2754](https://github.com/getgrav/grav/issues/2754)
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
// Some standard defines
|
||||
define('GRAV', true);
|
||||
define('GRAV_VERSION', '1.6.19');
|
||||
define('GRAV_VERSION', '1.6.20');
|
||||
define('GRAV_TESTING', false);
|
||||
define('DS', '/');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user