File tree 2 files changed +7
-1
lines changed
framework/core/src/Foundation
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.8.1] ( https://github.com/flarum/framework/compare/v1.8.0...v1.8.1 )
4
+ ### Fixed
5
+ * recover temporary solution for html entities in browser title (e72541e35de4f71f9d870bbd9bb46ddf586bdf1d)
6
+ * custom contrast color affected by parents (577890d89c593ae5b6cb96083fab69e2f1ae600c)
7
+ * reply placeholder wrong positioning (253a3d281dbf5ce3fa712b629b80587cf67e7dbe)
8
+
3
9
## [ v1.8.0] ( https://github.com/flarum/framework/compare/v1.7.1...v1.8.0 )
4
10
### Fixed
5
11
- (a11y) reply placeholder not accessible [ #3793 ]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class Application
21
21
*
22
22
* @var string
23
23
*/
24
- const VERSION = '1.8.0 ' ;
24
+ const VERSION = '1.8.1 ' ;
25
25
26
26
/**
27
27
* The IoC container for the Flarum application.
You can’t perform that action at this time.
0 commit comments