From f0ec0747ed65e49992efda97a7c833099fbaad3b Mon Sep 17 00:00:00 2001 From: Jelmer Prins Date: Thu, 14 Oct 2021 14:55:29 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8de642c4..9a2c7569e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,28 @@ -5.11.0 (2021-08-31) +5.11.0 (2021-10-14) ------------------ Fixed: -* ContentBlocks: Fix mapping old content blocks when copying pages [#3442](https://github.com/forkcms/forkcms/pull/3442) * Core: Fix array offset error for canonical url in meta [#3411](https://github.com/forkcms/forkcms/pull/3411) * Core: Fix deleting cookies [#3440](https://github.com/forkcms/forkcms/pull/3440) * Core: Fix encoding problem with generating urls [#3429](https://github.com/forkcms/forkcms/pull/3429) * Core: Fixed GenarteUrl to allow Backend Locale [#3423](https://github.com/forkcms/forkcms/pull/3423) -* Core: Update packages [#3452](https://github.com/forkcms/forkcms/pull/3452) [#3447](https://github.com/forkcms/forkcms/pull/3447) [#3448](https://github.com/forkcms/forkcms/pull/3448) [#3451](https://github.com/forkcms/forkcms/pull/3451) [#3435](https://github.com/forkcms/forkcms/pull/3435) [#3437](https://github.com/forkcms/forkcms/pull/3437) [#3439](https://github.com/forkcms/forkcms/pull/3439) [#3408](https://github.com/forkcms/forkcms/pull/3408) [#3427](https://github.com/forkcms/forkcms/pull/3427) +* Core: Update packages [#3452](https://github.com/forkcms/forkcms/pull/3452) [#3447](https://github.com/forkcms/forkcms/pull/3447) [#3448](https://github.com/forkcms/forkcms/pull/3448) [#3451](https://github.com/forkcms/forkcms/pull/3451) [#3435](https://github.com/forkcms/forkcms/pull/3435) [#3437](https://github.com/forkcms/forkcms/pull/3437) [#3439](https://github.com/forkcms/forkcms/pull/3439) [#3408](https://github.com/forkcms/forkcms/pull/3408) [#3427](https://github.com/forkcms/forkcms/pull/3427) [#3469](https://github.com/forkcms/forkcms/pull/3469) [#3467](https://github.com/forkcms/forkcms/pull/3467) [#3465](https://github.com/forkcms/forkcms/pull/3465) [#3462](https://github.com/forkcms/forkcms/pull/3462) [#3461](https://github.com/forkcms/forkcms/pull/3461) [#3459](https://github.com/forkcms/forkcms/pull/3459) +* Core: Update the placeholder image URLs [#3463](https://github.com/forkcms/forkcms/pull/3463) +* ContentBlocks: Fix mapping old content blocks when copying pages [#3442](https://github.com/forkcms/forkcms/pull/3442) * Docs: Put code in code block [#3407](https://github.com/forkcms/forkcms/pull/3407) * Docs: Update old screenshots [#3210](https://github.com/forkcms/forkcms/pull/3210) [#3412](https://github.com/forkcms/forkcms/pull/3412) +* Locale: Fixed exporting XML truncated by a few bytes +* Locale: Fixed truncated locale XML export [#3470](https://github.com/forkcms/forkcms/pull/3470) * MediaLibrary: Fix image preview [#3434](https://github.com/forkcms/forkcms/pull/3434) * MediaLibrary: Fix item preview in the editor [#3450](https://github.com/forkcms/forkcms/pull/3450) * Page: Duplicate page image when copying a page to a different locale [#3438](https://github.com/forkcms/forkcms/pull/3438) +* Pages: Revert usertemplates fix since it is broken because of the nex security fixes [#3460](https://github.com/forkcms/forkcms/pull/3460) * Search: Fix search total for short terms [#3441](https://github.com/forkcms/forkcms/pull/3441) -* Locale: Fixed exporting XML truncated by a few bytes Security: * Core: Fix xss issue in spoon form [#3453](https://github.com/forkcms/forkcms/pull/3453) +* Core: Prevent CSRF logout in the backend [#3471](https://github.com/forkcms/forkcms/pull/3471) +* Core: SpoonLibrary expects the charset to be in lowercase, otherwise some xss protections fail [#3455](https://github.com/forkcms/forkcms/pull/3455) * MediaLibrary: Fix xss in mediaitem type movie id on edit [#3406](https://github.com/forkcms/forkcms/pull/3406) Added: @@ -26,6 +31,7 @@ Added: * MediaLibrary: Add support for svg [#3424](https://github.com/forkcms/forkcms/pull/3424) [#3432](https://github.com/forkcms/forkcms/pull/3432) Changed: +* DX: Only run tests once on PR [#3468](https://github.com/forkcms/forkcms/pull/3468) * Test: Minor database optimalisation [#3443](https://github.com/forkcms/forkcms/pull/3443)