Skip to content

Commit ea6e1a0

Browse files
authoredMar 12, 2025··
[1.x] docs: add 1.8.10 changelog (#4205)
* docs: add `1.8.10` changelog * docs: add missing change
1 parent a05aaea commit ea6e1a0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v1.8.10](https://github.com/flarum/framework/compare/v1.8.9...v1.8.10)
4+
### Fixed
5+
* Session Hijacking via Authoritative Subdomain Cookie Overwrite (https://github.com/flarum/framework/security/advisories/GHSA-hg9j-64wp-m9px)
6+
* change starting position of `aria-posinset` (https://github.com/flarum/framework/pull/4192)
7+
* sanitize page param in `Tag` (https://github.com/flarum/framework/pull/4170)
8+
### Changed
9+
* make search debounce time extensible (https://github.com/flarum/framework/pull/4171)
10+
* skip incompatible extension updates (https://github.com/flarum/framework/pull/4176)
11+
* increase email field length in `email_tokens` (https://github.com/flarum/framework/pull/4125)
12+
* update JS deps (https://github.com/flarum/framework/pull/4204)
13+
314
## [v1.8.9](https://github.com/flarum/framework/compare/v1.8.8...v1.8.9)
415
### Fixed
516
* change condition when unread label is shown in Scrubber (https://github.com/flarum/framework/pull/4116)

0 commit comments

Comments
 (0)
Please sign in to comment.