Releases: flarum/mentions
Releases · flarum/mentions
v1.6.1
v1.6.0
v1.5.0
Fixed
- (mentions) accessing
id
of nulluser
relation [#3618] - use
isCollapsed
instead ofrangeCount
[#3581] - replace
.fa()
mixin usage with.fas()
[#3537]
Full changelog: https://github.com/flarum/framework/blob/main/CHANGELOG.md#v150
v1.4.0
Added
created_at
andupdated_at
columns added to several tables (flarum/framework#3435)
Fixed
- Mentioning an event post breaks the notification dropdown (flarum/framework#3493)
- The profile mentions tab errors when sorting by
created_at
(flarum/framework#3506)
v1.3.1
Fixed
- Mentions: mentions with deleted authors not showing (flarum/framework#3432)
v1.3.0
Fixed
- Mentions: extensions re-using mentions can cause errors due to missing context (flarum/framework#3382)