File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.8.9] ( https://github.com/flarum/framework/compare/v1.8.8...v1.8.9 )
4
+ ### Fixed
5
+ * change condition when unread label is shown in Scrubber (https://github.com/flarum/framework/pull/4116 )
6
+ * resolve a11y warnings in Admin Frontend (https://github.com/flarum/framework/pull/4114 )
7
+ * return empty object if selected mail driver is unavailable (https://github.com/flarum/framework/pull/4113 )
8
+ ### Changed
9
+ * change private to protected, allowing extensibility (https://github.com/flarum/framework/pull/4119 )
10
+ * change length of email field (https://github.com/flarum/framework/pull/4117 )
11
+ ### Added
12
+ * Implement Support for Translatable Validation Attribute Errors (https://github.com/flarum/framework/pull/4070 )
13
+ * PHP 8.4 support (https://github.com/flarum/framework/pull/4105 )
14
+ * conditional extend whenExtensionDisabled (https://github.com/flarum/framework/pull/4107 )
15
+
16
+ ## [ v1.8.8] ( https://github.com/flarum/framework/compare/v1.8.7...v1.8.8 )
17
+ ### Fixed
18
+ * previously suspended admin users cannot remove their avatar after suspension (https://github.com/flarum/framework/pull/4071 )
19
+ * new search term not being passed (https://github.com/flarum/framework/pull/4083 )
20
+ * postfooter did not apply the empty subclass (https://github.com/flarum/framework/pull/4085 )
21
+
3
22
## [ v1.8.7] ( https://github.com/flarum/framework/compare/v1.8.6...v1.8.7 )
4
23
### Fixed
5
24
* BasicsPage not viewable if only one language pack enabled, and/or ` flarum/nicknames ` not enabled (https://github.com/flarum/framework/pull/4062 )
You can’t perform that action at this time.
0 commit comments