Skip to content

Commit 80ac830

Browse files
committed
chore: prep 1.8.13
1 parent 678be8a commit 80ac830

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v1.8.13](https://github.com/flarum/framework/compare/v1.8.12...v1.8.13)
4+
### Changed
5+
* Add PHP 8.5 to reusable workflows, build JS on PHP 8.3 (https://github.com/flarum/framework/pull/4339)
6+
### Added
7+
* Fire `ApplicationBooted` event after all callbacks have completed (https://github.com/flarum/framework/pull/4358)
8+
39
## [v1.8.12](https://github.com/flarum/framework/compare/v1.8.11...v1.8.12)
410
### Fixed
511
* [Tags] Defer policy if min primary & secondary tags 0 (https://github.com/flarum/framework/pull/4277)

framework/core/src/Foundation/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Application
2323
*
2424
* @var string
2525
*/
26-
const VERSION = '1.8.12';
26+
const VERSION = '1.8.13';
2727

2828
/**
2929
* The IoC container for the Flarum application.

0 commit comments

Comments
 (0)