framework/extensions/lock/CHANGELOG.md

47 lines
1.6 KiB
Markdown
Raw Normal View History

2019-02-15 07:30:50 +08:00
# Changelog
2022-01-20 19:41:14 +08:00
## [1.2.0](https://github.com/flarum/lock/compare/v1.1.0...v1.2.0)
No changes.
2021-10-12 09:11:21 +08:00
## [1.1.0](https://github.com/flarum/lock/compare/v1.0.0...v1.1.0)
### Changed
- Use css variables for badge (https://github.com/flarum/lock/pulls/29)
2021-05-25 22:03:01 +08:00
## [1.0.0](https://github.com/flarum/lock/compare/v0.1.0-beta.16...v1.0.0)
### Changed
- Compatibility with Flarum v1.0.0.
2021-03-15 18:55:06 +08:00
## [0.1.0-beta.16](https://github.com/flarum/lock/compare/v0.1.0-beta.15...v0.1.0-beta.16)
### Changed
- Updated admin category from moderation to feature (https://github.com/flarum/lock/pull/27)
- Moved locale files from translation pack to extension (https://github.com/flarum/lock/pull/24)
2020-12-15 06:23:48 +08:00
## [0.1.0-beta.15](https://github.com/flarum/lock/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.
2020-10-15 20:14:46 +08:00
## [0.1.0-beta.14](https://github.com/flarum/lock/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
2020-05-01 19:08:45 +08:00
## [0.1.0-beta.13](https://github.com/flarum/lock/compare/v0.1.0-beta.12...v0.1.0-beta.13)
### Changed
- Updated JS dependencies
2019-06-24 17:58:48 +08:00
## [0.1.0-beta.9](https://github.com/flarum/lock/compare/v0.1.0-beta.8...v0.1.0-beta.9)
2019-02-15 07:30:50 +08:00
### Changed
- Replace event subscribers (that resolve services too early) with listeners ([adad532](https://github.com/flarum/lock/commit/adad5324b8aab612d51251074315bb4bc2308b17))
- Compatibility with Laravel 5.7 ([c27411d](https://github.com/flarum/lock/commit/c27411ded2499c74d53e690308cd092831060ac2))