framework/extensions/akismet/CHANGELOG.md

31 lines
1008 B
Markdown
Raw Normal View History

2019-02-15 07:30:49 +08:00
# Changelog
2020-12-15 03:49:51 +08:00
## [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.
2020-10-27 20:23:31 +08:00
## [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
2020-10-14 19:03:37 +08:00
## [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
2020-05-01 19:08:40 +08:00
## [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
2019-06-24 18:45:11 +08:00
## [0.1.0-beta.9](https://github.com/flarum/akismet/compare/v0.1.0-beta.8...v0.1.0-beta.9)
2019-02-15 07:30:49 +08:00
### Changed
- Replace event subscribers (that resolve services too early) with listeners ([cf3f724](https://github.com/flarum/akismet/commit/cf3f724bafbcf901a41cb76dfe44c896debde241))