From 958741d9c2200843a422c3c986c93d9b22df1ade Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Wed, 12 Mar 2025 11:24:04 +0100 Subject: [PATCH 1/2] docs: add `1.8.10` changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dca113858b..8496397c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v1.8.10](https://github.com/flarum/framework/compare/v1.8.9...v1.8.10) +### Fixed +* Session Hijacking via Authoritative Subdomain Cookie Overwrite (https://github.com/flarum/framework/security/advisories/GHSA-hg9j-64wp-m9px) +* change starting position of `aria-posinset` (https://github.com/flarum/framework/pull/4192) +* sanitize page param in `Tag` (https://github.com/flarum/framework/pull/4170) +### Changed +* make search debounce time extensible (https://github.com/flarum/framework/pull/4171) +* skip incompatible extension updates (https://github.com/flarum/framework/pull/4176) +* increase email field length in `email_tokens` (https://github.com/flarum/framework/pull/4125) + ## [v1.8.9](https://github.com/flarum/framework/compare/v1.8.8...v1.8.9) ### Fixed * change condition when unread label is shown in Scrubber (https://github.com/flarum/framework/pull/4116) From adfad64cdcce9c3b5ef106d52152d58a02f60ffd Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Wed, 12 Mar 2025 11:26:58 +0100 Subject: [PATCH 2/2] docs: add missing change --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8496397c10..8d34686bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * make search debounce time extensible (https://github.com/flarum/framework/pull/4171) * skip incompatible extension updates (https://github.com/flarum/framework/pull/4176) * increase email field length in `email_tokens` (https://github.com/flarum/framework/pull/4125) +* update JS deps (https://github.com/flarum/framework/pull/4204) ## [v1.8.9](https://github.com/flarum/framework/compare/v1.8.8...v1.8.9) ### Fixed