mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 17:59:29 +08:00
changelog and dep for v0.1.0-beta.14
This commit is contained in:
parent
b34ebb5a8c
commit
dd8e0f3fbb
|
@ -1,5 +1,16 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.1.0-beta.14](https://github.com/flarum/suspend/compare/v0.1.0-beta.13...v0.1.0-beta.14)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Ability added to filter users by their suspended state (#23)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Updated mithril to version 2
|
||||||
|
- Load language strings correctly on en-/disable
|
||||||
|
- Updated JS dependencies
|
||||||
|
- Replace momentjs with dayjs
|
||||||
|
|
||||||
## [0.1.0-beta.13](https://github.com/flarum/suspend/compare/v0.1.0-beta.12...v0.1.0-beta.13)
|
## [0.1.0-beta.13](https://github.com/flarum/suspend/compare/v0.1.0-beta.12...v0.1.0-beta.13)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"source": "https://github.com/flarum/suspend"
|
"source": "https://github.com/flarum/suspend"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"flarum/core": "^0.1.0-beta.13"
|
"flarum/core": "^0.1.0-beta.14"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user