1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 14:37:49 +02:00

Release v0.1.0-beta.16

This commit is contained in:
Daniel Klabbers
2021-03-15 10:23:58 +01:00
parent 70cbe1d186
commit cd0f550808
3 changed files with 5170 additions and 23 deletions

View File

@@ -1,5 +1,14 @@
# Changelog # Changelog
## [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)
- Moved locale files from translation pack to extension (https://github.com/flarum/approval/pull/22).
### 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) ## [0.1.0-beta.15](https://github.com/flarum/approval/compare/v0.1.0-beta.14...v0.1.0-beta.15)
### Changed ### Changed

View File

@@ -17,8 +17,8 @@
} }
], ],
"require": { "require": {
"flarum/core": "^0.1.0-beta.15", "flarum/core": "^0.1.0-beta.16",
"flarum/flags": "^0.1.0-beta.15" "flarum/flags": "^0.1.0-beta.16"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

File diff suppressed because it is too large Load Diff