framework/extensions/approval/CHANGELOG.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

2020-05-01 19:08:43 +08:00
# Changelog
2021-03-15 17:23:58 +08:00
## [0.1.0-beta.16](https://github.com/flarum/approval/compare/v0.1.0-beta.15...v0.1.0-beta.16)
### Changed
- Updated admin category from moderation to feature (https://github.com/flarum/approval/pull/24)
2021-03-15 17:24:28 +08:00
- Moved locale files from translation pack to extension (https://github.com/flarum/approval/pull/22)
2021-03-15 17:23:58 +08:00
### Fixed
- Comment and discussion count not updated after post approval (https://github.com/flarum/approval/pull/16)
## [0.1.0-beta.15](https://github.com/flarum/approval/compare/v0.1.0-beta.14...v0.1.0-beta.15)
2020-12-15 04:03:48 +08:00
### Changed
- Updated composer.json and admin javascript for new admin area.
- Updated extend.php with latest extenders.
2020-10-14 22:50:51 +08:00
## [0.1.0-beta.14](https://github.com/flarum/approval/compare/v0.1.0-beta.13...v0.1.0-beta.14)
### Changed
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
### Removed
- Removed AssertPermissionTrait (#19)
2020-05-01 19:08:43 +08:00
## [0.1.0-beta.13](https://github.com/flarum/approval/compare/v0.1.0-beta.12...v0.1.0-beta.13)
### Changed
- Updated JS dependencies
- Stop using deprecated core events, use extenders instead