Skip to content

Releases: flarum/tags

v1.2.0

20 Jan 11:02
Compare
Choose a tag to compare

Added

  • Bypass tag requirements toggle button for able actors (#153).

Changed

  • Eager load tags state with actor id (#149, #151).
  • Slashes in tag slug break routing (#150).
  • Stop loading tag last posted discussion relation on admin side (#152).

Fixed

  • UI does not reflect bypass tag requirements permission (#148).
  • Occasional errors when deleting flagged posts (#154)
  • Tag discussion count doesn't adjust when deleting first/only post of the discussion (#154)

v1.1.0

12 Oct 23:40
Compare
Choose a tag to compare

Added

Changed

Fixed

v1.0.3

10 Jun 22:28
Compare
Choose a tag to compare

Fixed

  • Sub tags that were previously loaded are visible when visiting the index from another page (#135)
  • Discussion pages are showing parent tags after child tags

v1.0.2

07 Jun 10:13
Compare
Choose a tag to compare

Fixed

  • All sub tags are open for each primary tag (#134)

v1.0.1

02 Jun 06:57
Compare
Choose a tag to compare

Fixed

  • Permission grid does not lazy load secondary tags (#133)

v1.0.0

27 May 08:28
Compare
Choose a tag to compare

Changed

  • Compatibility with Flarum v1.0.0.
  • Eager loading additional relations to improve performance (#125)
  • Optimize tag permissions querying to improve performance (#126)
  • Remove loading all tags on request to improve performance (#87)

Fixed

  • Tags page uses incorrect canonical URL due to reusing the request object (#122)
  • Searching while on a tag page causes the search to affect everything and not the subset (#129)
  • Sometimes tag pages show the wrong tag information if it had children
  • The API returns outdated tag information when saving discussions (#131)

v0.1.0-beta.16

15 Mar 16:04
Compare
Choose a tag to compare
v0.1.0-beta.16 Pre-release
Pre-release

Added

  • Permission to allow bypassing tag requirements (#111)
  • .Taglabel--child added to tagLabel to allow styling (#114)

Changed

  • Updated admin category from discussion to feature (#118)
  • Moved locale files from translation pack to extension (#99)
  • Compatibility with Illuminate 8 (#121)
  • Eager load relations lastPostedDiscussion requires (#120)

Fixed

  • Prevent page creep with long list of tags (#116)
  • Enter key does not submit tag selection modal (617fc4d)
  • Editing a tag does not work (#117)
  • Tags link not wrapped inside Button-label (#113)
  • Without selectable tags the tag selection modal errors (#112)

v0.1.0-beta.15

20 Dec 20:14
Compare
Choose a tag to compare
v0.1.0-beta.15 Pre-release
Pre-release

Added

  • Tag tiles have icons (#104).

Changed

  • Updated composer.json and admin javascript for new admin area.
  • Updated to use newest extenders.
  • Implement new authorization layer (c3eff74).

Fixed

  • Guests do not see "new discussion" and get the log in modal when clicked (#98).
  • The tag hidden property is not a bidi and is not saved (3f54b70).

Removed

  • TagWillBeSaved event is removed (05837de).

v0.1.0-beta.14

15 Oct 18:10
Compare
Choose a tag to compare
v0.1.0-beta.14 Pre-release
Pre-release

Added

  • Introduced Creating and Deleting events (#86)

Changed

  • Updated mithril to version 2
  • Load language strings correctly on en-/disable
  • Updated JS dependencies
  • Allow tag visibility override with an event listener (#79)
  • TagWillBeSaved event renamed to Saving (#92)

Fixed

  • Sorting tag structure on mobile hardly worked (#82)
  • Discussion count and visibility incorrectly included hidden or private discussions (#78)
  • Negated tag filtering does not work (#88)
  • Call to non existing method handleErrors (#94)
  • Changing tags of discussions by other users is possible (#95)
  • Tag modal shows duplicate tags

Fix backported security patch

06 Oct 19:44
f929d10
Compare
Choose a tag to compare
Pre-release

In https://github.com/flarum/tags/releases/tag/v0.1.0-beta.13.1, we patched a security issue that allowed users to edit tags for discussions they did not start. That fix was backported to beta 13 of tags, but used a feature introduced in beta 14, resulting in crashes when users tried to edit tags. This release fixes that issue.