v0.23.1
- Fixed the "All tags" bulk actions (Lock/Unlock/Delete) showing WordPress core's "Please select a bulk action to perform." alert even though the action had actually run. The Ajax submit handler in
assets/admin.jswas resetting the action<select>s back to-1synchronously, before WP core's own submit-time bulk-action validation (bound to the same form) had a chance to read the selected value; deferred the reset viasetTimeoutso it happens after the current submit event has fully finished.
For the full version history, see CHANGELOG.md.