Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

54 lines (42 loc) · 1.28 KB

2.0.0 - 2022-10-31 🎃

Changed

  • Update for Craft 4 via @davidwebca

1.0.9 - 2021-09-07

Fixed

  • Fix compatibility issue with Gatsby Helper (Fixes #20)

1.0.8 - 2021-09-04

Fixed

  • Fix tags not being listed on index (Fixes #18, via @stevecomrie)

1.0.7 - 2020-04-15

Improved

  • Improved some UI elements to better fit with Craft 3.4
  • Added automatic slug generation when creating a tag

Fixed

  • Fix JS error when trying to replace a tag (Fixes #13)

1.0.6 - 2020-01-15

Fixed

  • Fix issue with pgsql when usage column is enabled
  • Disable usage column on MySQL installs

1.0.5 - 2019-06-26

Added

  • Add 'Usage' column to tags index table (#10)
  • Add setting to enable usage column

Changed

  • Updated plugin icon

1.0.4 - 2019-06-03

Fixed

  • Fix JS issues when activating delete tag modal (#9 via @svale)
  • Fix namespace case-sensitivity issue on some systems (#9 via @svale)

1.0.3 - 2019-05-09

Changed

  • Delete action when editing a tag has been moved to the actions menu.
  • Deleting a tag from the edit page now triggers the replace modal.

1.0.2 - 2019-04-03

Added

  • Added slug field to tag edit page

1.0.1 - 2018-09-27

Fixed

  • Fixed a bug when using Verbb's Control Panel Nav plugin

1.0.0 - 2018-08-28

Added

  • Initial release