Skip to content

Commit 5437bf5

Browse files
committed
chore: prepare v1.8.1 release
Signed-off-by: Sami Mazouz <[email protected]>
1 parent 717af13 commit 5437bf5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## [v1.8.0](https://github.com/flarum/framework/compare/v1.7.1...v1.8.0)
410
### Fixed
511
- (a11y) reply placeholder not accessible [#3793]

framework/core/src/Foundation/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Application
2121
*
2222
* @var string
2323
*/
24-
const VERSION = '1.8.0';
24+
const VERSION = '1.8.1';
2525

2626
/**
2727
* The IoC container for the Flarum application.

0 commit comments

Comments
 (0)