Skip to content

v0.22.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 19:02
· 7 commits to main since this release
d55ef10
  • Added "Lock"/"Unlock" bulk actions to the "All tags" table's Bulk actions dropdown. Locked tags are checkbox-selectable again (previously hidden entirely) so they can be picked for a bulk unlock; destructive bulk actions (delete, add to merge) still drop locked ids server-side via WPTO_Tag_Lock::filter_unlocked().
  • Fixed process_add_tags_by_name() and the bulk "add to merge selection" action counting locked tags as added to the merge basket, when add_to_merge_basket() was actually silently filtering them out. Locked tags are now excluded from the "added" count up front and surfaced in a separate "Skipped locked tag(s)" notice.

For the full version history, see CHANGELOG.md.