Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Loading