From d660d809b4d632a8e2ff76a431612bd6b35a6a7f Mon Sep 17 00:00:00 2001 From: Bodge-IT Date: Sat, 11 Jan 2025 12:45:53 +0000 Subject: [PATCH] New feature added to batch remove single tag --- migrations/54-60/new-features.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/migrations/54-60/new-features.md b/migrations/54-60/new-features.md index ea380ce9..1ce8c253 100644 --- a/migrations/54-60/new-features.md +++ b/migrations/54-60/new-features.md @@ -11,3 +11,7 @@ sidebar_position: 1 All the new features that have been added to this version. Any changes in best practice. +#### Tags: Added possibility to batch remove a tag #40613 +This PR introduces the possibility to remove/unassign one tag from the selected articles. It also extends batch processing for categories, contacts and news feeds. + +PR: [40613](https://github.com/joomla/joomla-cms/pull/40613)