Merge tag '1.7.42.1' into develop

Release v1.7.42.1
This commit is contained in:
Andy Miller
2023-06-15 12:57:56 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.7.42.1
## mm/dd/2023
## 06/15/2023
2. [](#improved)
* Quick fix for `isDangerousFunction` when `$name` was a closure [#3727](https://github.com/getgrav/grav/issues/3727)

View File

@@ -9,7 +9,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.7.42');
define('GRAV_VERSION', '1.7.42.1');
define('GRAV_SCHEMA', '1.7.0_2020-11-20_1');
define('GRAV_TESTING', false);