Skip to content

Commit c40d304

Browse files
chore: 1.8.6 changelog
1 parent 8169550 commit c40d304

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [v1.8.6](https://github.com/flarum/framework/compare/v1.8.5...v1.8.6)
4+
### Fixed
5+
* reset admin page save button in catch handler (https://github.com/flarum/framework/pull/3963)
6+
* suspended users can remove avatar (https://github.com/flarum/framework/pull/3998)
7+
* revert extensibility improvement for replyCountItem() (https://github.com/flarum/framework/pull/4051)
8+
* js error as guest on DiscussionListItem (https://github.com/flarum/framework/pull/4056)
9+
* still return controls view item, even if empty (https://github.com/flarum/framework/pull/4057)
10+
### Changed
11+
* allow DiscussionsSearchSource to be extended (https://github.com/flarum/framework/pull/4025)
12+
* allow modifying the discussion title on PostsUserPage (https://github.com/flarum/framework/pull/4031)
13+
* make it easier to modify AppearancePage, BasicsPage, MailPage (https://github.com/flarum/framework/pull/4037)
14+
* point fontawesome links at v5 free (https://github.com/flarum/framework/pull/4038)
15+
* make WelcomeHero extensible (https://github.com/flarum/framework/pull/4039)
16+
* make PostMeta extensible (https://github.com/flarum/framework/pull/4040)
17+
* extensible TagHero (https://github.com/flarum/framework/pull/4041)
18+
* allow extending PostPreview content (https://github.com/flarum/framework/pull/4043)
19+
* allow classes that extends AbstractJob to be placed on a specified queue (https://github.com/flarum/framework/pull/4026)
20+
* use common component for ip address display (https://github.com/flarum/framework/pull/4042)
21+
* make it easier to add content after the first post (https://github.com/flarum/framework/pull/4050)
22+
* improve extensibility of IndexPage (https://github.com/flarum/framework/pull/4045)
23+
* improve extensibility of DiscussionPage (https://github.com/flarum/framework/pull/4046)
24+
* backport & improve extensibility of DiscussionListItem (https://github.com/flarum/framework/pull/4048)
25+
* improve & use extensibility of CommentPost & Post (https://github.com/flarum/framework/pull/4047)
26+
* allow labels of PostStreamScrubber to be customized (https://github.com/flarum/framework/pull/4049)
27+
* allow to customize time formats through translations (https://github.com/flarum/framework/pull/4053)
28+
### Added
29+
* Export all missing modules in compat (https://github.com/flarum/framework/pull/4044)
30+
* Add (some) missing shims (https://github.com/flarum/framework/pull/4027)
31+
* provide an 'actions' dropdown for extensions to add their additional buttons to the admin UserListPage (https://github.com/flarum/framework/pull/4054)
32+
333
## [v1.8.5](https://github.com/flarum/framework/compare/v1.8.4...v1.8.5)
434
### Fixed
535
* Logout controller allows open redirects [#3948]

0 commit comments

Comments
 (0)