Releases: flarum/tags
Releases · flarum/tags
v0.1.0-beta.15
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
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
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.
v0.1.0-beta.13
v0.1.0-beta.12
v0.1.0-beta.11
Fixed
- Tag change events triggered errors for deleted tags (e5694e5)
v0.1.0-beta.10
v0.1.0-beta.9
v0.1.0-beta.8.1
Added
Changed
- Update for beta 8 (#44, #52, #53)
- Realign tags in discussion list (578e2ca)
- Reduce tag description font size (2619c7f)
- Rename database columns and JSON-API attributes (#53)
- Drop
flarum-ext-
prefix from package name (b9065aa)
Fixed
- Implement negation for
tag
gambit (#42) - Fix incorrect behaviour when empty request is sent to
/tags/order
endpoint (9bae9c5) - Use
Page
component for tags page (#50) - Do not show or count private discussions in tags (#46)
- Performance: Eager load parent tags (55db1d8)
- Performance: Load only basic information about lastDiscussion (7d8aa85)
- Maintain "Start a discussion" button width on tags page (d4c8049)
v0.1.0-beta.8
Added
- Add tag-user state.
- Add TagWillBeSaved event.
- Allow parent to be set during creation via API. (@dshoreman)
- Grant moderators permission to tag discussions upon installation.
Changed
- Tweak permission logic. Restricted tag permissions are now enforced more strictly and trump global permissions.
Fixed
- Allow extension of EditTagModal submit data.
- Fix Internal Server Error for blank API requests. (@dshoreman)
- Specify available includes for /api/tags endpoint. (@dshoreman)
- Fix API validation of "isHidden" attribute.