Merge tag '1.7.46' into develop

Release v1.7.46
This commit is contained in:
Andy Miller 2024-05-15 17:16:00 +01:00
commit 785f641ea5
No known key found for this signature in database
GPG Key ID: 9F2CF38AEBDB0AE0
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# v1.7.46
## mm/dd/2024
## 05/15/2024
1. [](#improved)
* Better handling of external protocols in `Utils::url()` such as `mailto:`, `tel:`, etc.
* Handle `GRAV_ROOT` or `GRAV_WEBROOT` when `/` [#3667](https://github.com/getgrav/grav/pull/3667)
1. [](#bugfix)
* Fixes for multi-lang taxonomy when reinitializing the languages (e.g. LangSwitcher plugin)
* Ensure the full filepath is checked for invalid filename in `MediaUploadTrait::checkFileMetadata()`

View File

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