From f07336e204aef7876170174865e0b04c0ee7d16d Mon Sep 17 00:00:00 2001 From: Ian Morland Date: Wed, 18 Oct 2023 19:47:50 +0100 Subject: [PATCH] chore: prep 1.8.3 release --- CHANGELOG.md | 5 +++++ framework/core/src/Foundation/Application.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edf357e52a..93ec6164ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v1.8.3](https://github.com/flarum/framework/compare/v1.8.2...v1.8.3) +### Fixed +* Console extender does not accept ::class [#3900] +* Conditional extender instantiation [#3898] + ## [v1.8.2](https://github.com/flarum/framework/compare/v1.8.1...v1.8.2) ### Fixed * suspended users can abuse avatar upload [#3890] diff --git a/framework/core/src/Foundation/Application.php b/framework/core/src/Foundation/Application.php index ac6c10f2e3..9fb2e62b24 100644 --- a/framework/core/src/Foundation/Application.php +++ b/framework/core/src/Foundation/Application.php @@ -21,7 +21,7 @@ class Application * * @var string */ - const VERSION = '1.8.2'; + const VERSION = '1.8.3'; /** * The IoC container for the Flarum application.