Skip to content

Releases: dougwollison/order-manager

Quick Sort, REST support, public API, code cleanup

14 Oct 23:00
Compare
Choose a tag to compare

Forgot I never made a new release in the past 4 years. Let's just blame COVID.

  • Term order now applies to get_the_terms() output
  • Added quick sort controls, currently just title/name
  • Rest integration; makes menu_order/term_order an option for orderby
  • Public API for registering post types and taxonomies rather than relying on the admin UI

Add sanitizing of POST data

18 Dec 02:59
Compare
Choose a tag to compare

Neglected to sanitize post data when saving post/term order and parent data.

Initial Public Release

18 Dec 01:15
Compare
Choose a tag to compare
v1.0.0

don't need settings_errors() apparently