From 22f5ba4bb1f7ea5534ae8d9d86ed06c902639513 Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Fri, 24 Sep 2021 15:14:34 +0300 Subject: [PATCH] Changelog update --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c1adfa3..466eae540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,13 @@ 1. [](#new) * Added method `Pages::referrerRoute()` to get the referrer route and language - * Added true unique `Utils::uniqueId()` / `{{ unique_id() }}`utilities with length, prefix, and suffix support. + * Added true unique `Utils::uniqueId()` / `{{ unique_id() }}` utilities with length, prefix, and suffix support 2. [](#improved) * Replaced GPL `SVG-Sanitizer` with MIT licensed `DOM-Sanitizer` * `Uri::referrer()` now accepts third parameter, if set to `true`, it returns route without base or language code [#3411](https://github.com/getgrav/grav/issues/3411) 3. [](#bugfix) * Fixed `Folder::move()` throwing an error when target folder is changed by only appending characters to the end [#3445](https://github.com/getgrav/grav/issues/3445) - * Fixed some phpstan issues (all code level 1, Framework level 3) + * Fixed some phpstan issues (all code back to level 1, Framework level 3) * Fixed form reset causing image uploads to fail when using Flex # v1.7.22