mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 02:13:37 +08:00
2.5 KiB
2.5 KiB
Changelog
1.2.0
No changes.
1.1.0
Changed
- Add missing dot to
liked_by_text
translation (https://github.com/flarum/likes/pulls/29)
1.0.0
Added
- Creation time stored for likes in the database (https://github.com/flarum/likes/pull/28)
Changed
- Compatibility with Flarum v1.0.0.
0.1.0-beta.16
Changed
- Updated admin category from discussion to feature (https://github.com/flarum/likes/pull/26)
- Moved locale files from translation pack to extension (https://github.com/flarum/likes/pull/23)
0.1.0-beta.15
Changed
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.
0.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
Changed
- Updated JS dependencies
- Stop using deprecated core events, use extenders instead
0.1.0-beta.12
Fixed
- Fix notifications being sent to deleted users (726ddfe)
0.1.0-beta.9
Changed
- Replace event subscribers (that resolve services too early) with listeners (0b3fbc5)
- Compatibility with Laravel 5.7 (c2281d1)