Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [v2.0.0-beta.6](https://github.com/flarum/framework/compare/v2.0.0-beta.5...v2.0.0-beta.6)

### Added

- highlight abandoned packages, expose PHP info by @imorland [#4323]
- request error handler for extension toggles by @dsevillamartin [#4333]

### Fixed

- (realtime) likes sync after 20 replies by @edgeinfinity1 [#4319]
- (realtime) tag-specified discussion pushing by @edgeinfinity1 [#4320]
- (suspend) suspend without reason/message by @imorland [#4345]
- (likes) likes not loaded on firstPost via XHR by @imorland [#4327]
- security page moderation access by @imorland [#4325]
- firstPost callback console error by @imorland [#4326]
- registry warnings for lazy-loaded chunks by @imorland [#4331]
- minified JS identification by @imorland [#4329]
- custom use translation value by @imorland [#4347]
- larastan-extension path for packages by @imorland [#4348]

### Changed

- upgrade to Laravel 12, PHPStan 2.x, and LaraStan 3.x by @imorland [#4268]
- update wikimedia/less.php from 4.x to 5.x by @Krinkle [#4225]
- queue and log missed changes for Laravel 12 by @imorland [#4342]
- allow LaravelServiceProvider or AbstractServiceProvider by @imorland [#4349]
- prep for beta.6 by @imorland [#4343]

## [v2.0.0-beta.5](https://github.com/flarum/framework/compare/v2.0.0-beta.4...v2.0.0-beta.5)

### Added
Expand Down
Loading