1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

chore: prep 1.8.5 release

This commit is contained in:
IanM
2024-01-05 15:47:32 +00:00
parent 7d70328471
commit 2a693db1b6
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## [v1.8.5](https://github.com/flarum/framework/compare/v1.8.4...v1.8.5)
### Fixed
* Logout controller allows open redirects [#3948]
## [v1.8.4](https://github.com/flarum/framework/compare/v1.8.3...v1.8.4)
### Fixed
* `s9e/textformatter` 2.15 has breaking changes [#3946]

View File

@@ -21,7 +21,7 @@ class Application
*
* @var string
*/
const VERSION = '1.8.4';
const VERSION = '1.8.5';
/**
* The IoC container for the Flarum application.