1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 15:07:53 +02:00

[1.x] docs: add 1.8.10 changelog (#4205)

* docs: add `1.8.10` changelog

* docs: add missing change
This commit is contained in:
Davide Iadeluca
2025-03-12 11:29:30 +01:00
committed by GitHub
parent a05aaea3ee
commit ea6e1a07aa

View File

@@ -1,5 +1,16 @@
# 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)
* 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
* change condition when unread label is shown in Scrubber (https://github.com/flarum/framework/pull/4116)