Skip to content

Latest commit

 

History

History
89 lines (64 loc) · 4.07 KB

CHANGELOG.md

File metadata and controls

89 lines (64 loc) · 4.07 KB

Changelog

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).

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 ()

Added

  • Add title and description meta tags (#72)

Changed

  • Updated JS dependencies
  • Improved performance of subqueries (#75)
  • Allow menu items between listed tags and link to tags page (#70)
  • Using new model extender

Fixed

  • 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)

Fixed

  • Tag change events triggered errors for deleted tags (e5694e5)

Added

  • 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)

Added

  • Allow configuration of icon per tag (e1a0ff8)

Changed

  • Replace event subscribers (that resolve services too early) with listeners (73c0626)
  • Compatibility with Laravel 5.7 (cb683f3)
  • Update html5sortable library (e8104a6)

Fixed

  • JS: Vulnerable lodash dependency (c80cbe8)
  • Search crashed when searched tag did not exist (3d6921b)
  • Discussions from hidden tags weren't showing when gambits were used (7275c39)

Fixed

  • Fix dropping foreign keys in down migrations (cad9741)
  • Fix INVALID DATE errors on tags page (8d4d01c)