mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08:00
63 lines
2.4 KiB
Markdown
63 lines
2.4 KiB
Markdown
# Changelog
|
|
|
|
## [1.2.0](https://github.com/flarum/suspend/compare/v1.1.0...v1.2.0)
|
|
|
|
### Added
|
|
- Display suspension to user on first visit (https://github.com/flarum/suspend/pull/41).
|
|
|
|
## [1.1.0](https://github.com/flarum/suspend/compare/v1.0.0...v1.1.0)
|
|
|
|
### Changed
|
|
- Suspensions are now anonymous (https://github.com/flarum/suspend/pulls/39)
|
|
- General repo maintenance (https://github.com/flarum/suspend/pulls/37)
|
|
|
|
## [1.0.0](https://github.com/flarum/suspend/compare/v0.1.0-beta.16...v1.0.0)
|
|
|
|
### Changed
|
|
- Compatibility with Flarum v1.0.0.
|
|
|
|
## [0.1.0-beta.16](https://github.com/flarum/suspend/compare/v0.1.0-beta.15...v0.1.0-beta.16)
|
|
|
|
### Changed
|
|
- Updated admin category from moderation to feature (https://github.com/flarum/suspend/pull/33)
|
|
- Moved locale files from translation pack to extension (https://github.com/flarum/suspend/pull/28)
|
|
|
|
### Fixes
|
|
- Incorrect suspension length in suspended notification (https://github.com/flarum/suspend/pull/32)
|
|
- Unable to view suspended users with permission granted (https://github.com/flarum/suspend/pull/35)
|
|
|
|
## [0.1.0-beta.15](https://github.com/flarum/suspend/compare/v0.1.0-beta.14...v0.1.0-beta.15)
|
|
|
|
### Changed
|
|
- Updated composer.json and admin javascript for new admin area.
|
|
- Updated to use newest extenders.
|
|
- Implement new authorization layer ([87a5182](https://github.com/flarum/suspend/commit/87a518286b87064d1919f5a8a4b9f2cb384f44fe).
|
|
|
|
## [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)
|
|
|
|
### Changed
|
|
- Updated JS dependencies
|
|
- Stop using deprecated core events, use extenders instead
|
|
|
|
## [0.1.0-beta.10](https://github.com/flarum/suspend/compare/v0.1.0-beta.9...v0.1.0-beta.10)
|
|
|
|
### Changed
|
|
- Replace the Font Awesome 4 with its version 5 counterpart ([d52f9e9](https://github.com/flarum/suspend/pull/21/commits/d52f9e9b810c51f294fafb4a3f580e5bd8c3ded8))
|
|
|
|
## [0.1.0-beta.9](https://github.com/flarum/suspend/compare/v0.1.0-beta.8...v0.1.0-beta.9)
|
|
|
|
### Changed
|
|
- Replace event subscribers (that resolve services too early) with listeners ([e84082e](https://github.com/flarum/suspend/commit/e84082ecb41262aa0a48001396759c72a892219e))
|
|
|