File tree Expand file tree Collapse file tree
framework/core/src/Foundation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.8.12] ( https://github.com/flarum/framework/compare/v1.8.11...v1.8.12 )
4+ ### Fixed
5+ * [ Tags] Defer policy if min primary & secondary tags 0 (https://github.com/flarum/framework/pull/4277 )
6+ * Don't see developer tokens if not within the first 20 results (https://github.com/flarum/framework/pull/4264 )
7+ * Restore ` xdebug.max_nesting_level ` after less compilation (https://github.com/flarum/framework/pull/4262 )
8+ ### Changed
9+ * Update scheduler link (https://github.com/flarum/framework/pull/4278 )
10+ * Allow to disable slidable on ` DiscussionListItem ` (https://github.com/flarum/framework/pull/4302 )
11+ ### Added
12+ * Highlight abandoned packages, expose php flarum info to admin UI (https://github.com/flarum/framework/pull/4322 )
13+
314## [ v1.8.11] ( https://github.com/flarum/framework/compare/v1.8.10...v1.8.11 )
415### Fixed
516* Dropdown inaccessible near bottom of the userlist (https://github.com/flarum/framework/pull/4208 )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class Application
2121 *
2222 * @var string
2323 */
24- const VERSION = '1.8.11 ' ;
24+ const VERSION = '1.8.12 ' ;
2525
2626 /**
2727 * The IoC container for the Flarum application.
You can’t perform that action at this time.
0 commit comments