Skip to content

v0.23.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 19:49
· 7 commits to main since this release
bfc4ac0
  • 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.js was resetting the action <select>s back to -1 synchronously, 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 via setTimeout so it happens after the current submit event has fully finished.

For the full version history, see CHANGELOG.md.