Skip to content

Releases: keyagency/taxonomy-terms-order

v1.0.2

Choose a tag to compare

@DonnyOexman DonnyOexman released this 16 Sep 08:15

What's improved

  • The order page now explains itself when a taxonomy has no terms yet, instead of showing an empty box
  • Failed saves and resets surface the message the Control Panel returned (for example a denied permission) instead of a generic error
  • Documented that order is a reserved field name for this addon
  • The Composer package no longer ships tests, CI workflows and build tooling, cutting the download from roughly 160 KB to 60 KB

v1.0.1

Choose a tag to compare

@DonnyOexman DonnyOexman released this 09 Jul 07:27

What's fixed

  • Require Statamic 6.21 or higher, since the addon relies on the taxonomy default sorting support introduced in that version. This prevents a Call to undefined method Taxonomy::setSortField() error when saving the order on older Statamic versions.

v1.0.0

Choose a tag to compare

@DonnyOexman DonnyOexman released this 08 Jul 13:57

What's new

  • Drag & drop reordering for taxonomy terms in the Control Panel
  • Terms Order overview page listing all orderable taxonomies, with term counts
  • Terms Order item in the Tools navigation, with a child link per taxonomy
  • Order is stored as a plain order field in each term's YAML
  • Reordering sets sort_by: order on the taxonomy, so the native CP terms listing follows the manual order
  • New terms are automatically appended to the end of manually ordered taxonomies
  • Reset button to remove the manual order and restore alphabetical sorting
  • Dedicated reorder {taxonomy} terms permission per taxonomy, grouped under "Taxonomy Terms Order"
  • Configurable list of orderable taxonomies (defaults to all), publishable to config/statamic/taxonomy-terms-order.php
  • English and Dutch translations