v0.22.1
- 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, whenadd_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.