Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.62 KB

CHANGELOG.md

File metadata and controls

52 lines (36 loc) · 2.62 KB

Changelog

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)