mirror of
https://github.com/flarum/framework.git
synced 2024-11-30 05:13:37 +08:00
46 lines
1.5 KiB
Markdown
46 lines
1.5 KiB
Markdown
# Changelog
|
|
|
|
## [1.1.0](https://github.com/flarum/akismet/compare/v1.0.0...v1.1.0)
|
|
|
|
No changes.
|
|
|
|
## [1.0.0](https://github.com/flarum/akismet/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/akismet/compare/v0.1.0-beta.15...v0.1.0-beta.16)
|
|
|
|
### Changed
|
|
- Updated admin category from moderation to feature (https://github.com/flarum/akismet/pull/18)
|
|
- Moved locale files from translation pack to extension (https://github.com/flarum/akismet/pull/17).
|
|
|
|
## [0.1.0-beta.15](https://github.com/flarum/akismet/compare/v0.1.0-beta.14.1...v0.1.0-beta.15)
|
|
|
|
### Changed
|
|
- Updated composer.json and admin javascript for new admin area.
|
|
- Updated extend.php with latest extenders.
|
|
|
|
## [0.1.0-beta.14.1](https://github.com/flarum/akismet/compare/v0.1.0-beta.14...v0.1.0-beta.14.1)
|
|
|
|
### Fixed
|
|
- Incorrect use of Container::url method
|
|
|
|
## [0.1.0-beta.14](https://github.com/flarum/akismet/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
|
|
|
|
## [0.1.0-beta.13](https://github.com/flarum/akismet/compare/v0.1.0-beta.12...v0.1.0-beta.13)
|
|
|
|
### Changed
|
|
- Updated JS dependencies
|
|
|
|
## [0.1.0-beta.9](https://github.com/flarum/akismet/compare/v0.1.0-beta.8...v0.1.0-beta.9)
|
|
|
|
### Changed
|
|
- Replace event subscribers (that resolve services too early) with listeners ([cf3f724](https://github.com/flarum/akismet/commit/cf3f724bafbcf901a41cb76dfe44c896debde241))
|
|
|