Skip to content

Commit 2a693db

Browse files
committed
chore: prep 1.8.5 release
1 parent 7d70328 commit 2a693db

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [v1.8.5](https://github.com/flarum/framework/compare/v1.8.4...v1.8.5)
4+
### Fixed
5+
* Logout controller allows open redirects [#3948]
6+
37
## [v1.8.4](https://github.com/flarum/framework/compare/v1.8.3...v1.8.4)
48
### Fixed
59
* `s9e/textformatter` 2.15 has breaking changes [#3946]

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.4';
24+
const VERSION = '1.8.5';
2525

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

0 commit comments

Comments
 (0)