Releases: FriendsOfFlarum/follow-tags
Releases · FriendsOfFlarum/follow-tags
1.1.4
1.1.3
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 in /js by @dependabot in #49
- fix: abstract excerpt method not implemented in notification component by @imorland in #51
Full Changelog: 1.1.2...1.1.3
1.1.1
1.1.0
1.0.2 - Bug fix
Fixes
- Fixes FE crash when 'New discussion' button is not present
Bugfix
Flarum/core 1.0 ready
Bundled output for commit 2aea05aabaa0a6aab578016afdcf8e0e05f9b436 Includes transpiled JS/TS. [skip ci]
0.7.2 - Watch for Saving event, not Posted
- Watch
Saving
event instead ofPosted
to fix issues with after save callback resetting (@luceos)
0.7.1: Delays sending of jobs (#35)
Jobs currently are being sent before the model is saved. In situations where the queue is faster than the database the job will fail. This causes a lot of overhead. This change delays sending of the jobs until after the model is saved.