Skip to content

Commit b3abf86

Browse files
committed
chore: prep 1.8.12 release
1 parent 601e0f5 commit b3abf86

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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)

framework/core/src/Foundation/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)