1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 21:50:50 +02:00

chore: update changelog

This commit is contained in:
Sami Mazouz
2024-12-08 15:18:49 +01:00
parent b44d5175b6
commit 382991648c

View File

@@ -49,6 +49,7 @@
- use `::class` syntax to fetch class name instead of `get_class()` function [#3910] - use `::class` syntax to fetch class name instead of `get_class()` function [#3910]
- use `hex_color` rule for color validation [#3936] - use `hex_color` rule for color validation [#3936]
- use `str_contains` instead of `strpos` [#3841] - use `str_contains` instead of `strpos` [#3841]
- graceful failure from extend/override errors [#4134]
### Fixed ### Fixed
- (a11y) convert empty links to buttons [#3926] - (a11y) convert empty links to buttons [#3926]
- (approval) `PostWasApproved` event triggered incorrectly [#3930] - (approval) `PostWasApproved` event triggered incorrectly [#3930]