Skip to content

Commit 6de033e

Browse files
docs: add 1.8.9 change log
1 parent 428acec commit 6de033e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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+
316
## [v1.8.8](https://github.com/flarum/framework/compare/v1.8.7...v1.8.8)
417
### Fixed
518
* previously suspended admin users cannot remove their avatar after suspension (https://github.com/flarum/framework/pull/4071)

0 commit comments

Comments
 (0)