mirror of
https://github.com/getgrav/grav.git
synced 2026-02-23 07:01:26 +01:00
prepare for release
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# v1.6.30
|
||||
## 12/03/2020
|
||||
|
||||
1. [](#bugfix)
|
||||
* Rollback `samesite` cookie logic as it causes issues with PHP < 7.3 [#309](https://github.com/getgrav/grav/issues/3089)
|
||||
|
||||
# v1.6.29
|
||||
## 12/02/2020
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
// Some standard defines
|
||||
define('GRAV', true);
|
||||
define('GRAV_VERSION', '1.6.29');
|
||||
define('GRAV_VERSION', '1.6.30');
|
||||
define('GRAV_TESTING', false);
|
||||
define('DS', '/');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user