We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d70328 commit 2a693dbCopy full SHA for 2a693db
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
+
7
## [v1.8.4](https://github.com/flarum/framework/compare/v1.8.3...v1.8.4)
8
### Fixed
9
* `s9e/textformatter` 2.15 has breaking changes [#3946]
framework/core/src/Foundation/Application.php
@@ -21,7 +21,7 @@ class Application
21
*
22
* @var string
23
*/
24
- const VERSION = '1.8.4';
+ const VERSION = '1.8.5';
25
26
/**
27
* The IoC container for the Flarum application.
0 commit comments