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

chore: prepare 1.8.4

This commit is contained in:
Sami Mazouz
2023-12-14 14:56:10 +01:00
parent 7743a2bcd4
commit a131132654
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## [v1.8.4](https://github.com/flarum/framework/compare/v1.8.3...v1.8.4)
### Fixed
* `s9e/textformatter` 2.15 has breaking changes [#3946]
## [v1.8.3](https://github.com/flarum/framework/compare/v1.8.2...v1.8.3) ## [v1.8.3](https://github.com/flarum/framework/compare/v1.8.2...v1.8.3)
### Fixed ### Fixed
* Console extender does not accept ::class [#3900] * Console extender does not accept ::class [#3900]

View File

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