framework/extensions/suspend/CHANGELOG.md

63 lines
2.4 KiB
Markdown
Raw Normal View History

2019-02-15 07:30:51 +08:00
# Changelog
2022-01-20 19:17:01 +08:00
## [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).
2021-10-12 09:17:37 +08:00
## [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)
2021-05-25 22:51:08 +08:00
## [1.0.0](https://github.com/flarum/suspend/compare/v0.1.0-beta.16...v1.0.0)
### Changed
- Compatibility with Flarum v1.0.0.
2021-03-15 19:45:15 +08:00
## [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)
2020-12-15 16:33:50 +08:00
## [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).
2020-10-15 22:10:15 +08:00
## [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
2020-05-01 16:43:06 +08:00
## [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
2019-11-26 23:28:50 +08:00
## [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))
2019-06-24 17:33:08 +08:00
## [0.1.0-beta.9](https://github.com/flarum/suspend/compare/v0.1.0-beta.8...v0.1.0-beta.9)
2019-02-15 07:30:51 +08:00
### Changed
- Replace event subscribers (that resolve services too early) with listeners ([e84082e](https://github.com/flarum/suspend/commit/e84082ecb41262aa0a48001396759c72a892219e))