mirror of
https://github.com/getgrav/grav.git
synced 2026-07-10 18:12:17 +02:00
Merge branch 'develop' into 1.7
# Conflicts: # system/defines.php
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# v1.7.0-beta.8
|
||||
## mm/dd/2019
|
||||
## 09/19/2019
|
||||
|
||||
1. [](#new)
|
||||
* Added new `Security::sanitizeSVG()` function
|
||||
@@ -113,7 +113,7 @@
|
||||
* Optimization: Combine some early Grav processors into a single one
|
||||
|
||||
# v1.6.16
|
||||
## mm/dd/2019
|
||||
## 09/19/2019
|
||||
|
||||
1. [](#bugfix)
|
||||
* Fixed Flex user creation if file storage is being used [#2444](https://github.com/getgrav/grav/issues/2444)
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
// Some standard defines
|
||||
define('GRAV', true);
|
||||
define('GRAV_VERSION', '1.7.0-beta.7');
|
||||
define('GRAV_VERSION', '1.7.0-beta.8');
|
||||
define('GRAV_TESTING', true);
|
||||
define('DS', '/');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user