Skip to content

Commit a94bf44

Browse files
1.8.8 & 1.8.9 change log (#4123)
* docs: add `1.8.8` change log * docs: add `1.8.9` change log
1 parent ce82834 commit a94bf44

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

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

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+
322
## [v1.8.7](https://github.com/flarum/framework/compare/v1.8.6...v1.8.7)
423
### Fixed
524
* BasicsPage not viewable if only one language pack enabled, and/or `flarum/nicknames` not enabled (https://github.com/flarum/framework/pull/4062)

0 commit comments

Comments
 (0)