- Tag tiles have icons (#104).
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.
- Implement new authorization layer (c3eff74).
- 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).
- TagWillBeSaved event is removed (05837de).
- Introduced Creating and Deleting events (#86)
- 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)
- 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 ()
- Add title and description meta tags (#72)
- Updated JS dependencies
- Improved performance of subqueries (#75)
- Allow menu items between listed tags and link to tags page (#70)
- Using new model extender
- Icons misaligned in tag selection modal (#73, #76)
- Selected tags indiscernible when they have no icon (#68, #76)
- Group permissions weren't really deleted when a tag was opened up again to the public (#65)
- Tag change events triggered errors for deleted tags (e5694e5)
- SEO: The tags page now has a
rel="canonical"
meta tag, preventing duplicate content (#64) - SEO: The tags page now has server-rendered content, for better indexing by search engines (#64)
- Allow configuration of icon per tag (e1a0ff8)
- Replace event subscribers (that resolve services too early) with listeners (73c0626)
- Compatibility with Laravel 5.7 (cb683f3)
- Update html5sortable library (e8104a6)