File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
framework/core/src/Foundation Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments