Skip to content

Releases: FriendsOfFlarum/follow-tags

1.1.4

07 Jun 15:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.3...1.1.4

1.1.3

13 May 21:12
Compare
Choose a tag to compare

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

15 Feb 15:24
8b4150c
Compare
Choose a tag to compare

What's Changed

  • Dispatch an event when subscription changes by @iPurpl3x in #48

Full Changelog: 1.1.0...1.1.1

1.1.0

25 Jan 13:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.1.0

1.0.2 - Bug fix

28 Oct 20:27
Compare
Choose a tag to compare

Fixes

  • Fixes FE crash when 'New discussion' button is not present

Bugfix

25 Jun 13:20
Compare
Choose a tag to compare
1.0.1

Cleanup

Flarum/core 1.0 ready

26 May 12:45
Compare
Choose a tag to compare
Bundled output for commit 2aea05aabaa0a6aab578016afdcf8e0e05f9b436

Includes transpiled JS/TS.

[skip ci]

0.7.2 - Watch for Saving event, not Posted

30 Mar 14:43
Compare
Choose a tag to compare
  • Watch Saving event instead of Posted to fix issues with after save callback resetting (@luceos)

0.7.1: Delays sending of jobs (#35)

26 Mar 10:42
89aa085
Compare
Choose a tag to compare
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.

0.6.5

22 Jan 21:14
Compare
Choose a tag to compare
Apply fixes from StyleCI