Merge tag '1.6.23' into develop

Release v1.6.23
This commit is contained in:
Andy Miller 2020-03-19 12:46:08 -06:00
commit bcbfa0e32a
No known key found for this signature in database
GPG Key ID: 06C5EE41E242681B
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# v1.6.23
## mm/dd/2020
## 03/19/2020
1. [](#new)
* Moved `Parsedown` 1.6 and `ParsedownExtra` 0.7 into `Grav\Framework\Parsedown` to allow fixes
@ -8,6 +8,7 @@
1. [](#bugfix)
* Fixed PHP 7.4 issue in ParsedownExtra [#2832](https://github.com/getgrav/grav/issues/2832)
* Fix for [user reported](https://twitter.com/OriginalSicksec) CVE path-based open redirect
* Fix for `stream_set_option` error with PHP 7.4 via Toolbox#28 [#2850](https://github.com/getgrav/grav/issues/2850)
# v1.6.22
## 03/05/2020

View File

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