PluginProbe
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms / 3.54.0
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms v3.54.0
3.54.0 3.53.0 3.52.0 3.51.0 3.50.0 3.45.0 3.38.0 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.40.0 3.40.1 3.41.0 3.42.0 3.43.0 3.44.0 3.5.0 3.5.1 3.5.2 3.5.3 3.6.0 3.6.1 All 178 releases
← All changes | readme.txt +19 -18 3.52.0 → 3.54.0 View file →
@@ -1,10 +1,10 @@
1 1 === Tag, Category, and Taxonomy Manager - Autotagger Automatically Add Terms ===
2 2 Contributors: publishpress, kevinB, stevejburge, andergmartins, olatechpro, ojopaul, deji98
3 3 Tags: category, tag, taxonomy, categories, tag cloud
4 4 Requires at least: 5.0
5 -Tested up to: 7.0
6 -Stable tag: 3.52.0
5 +Tested up to: 7.1
6 +Stable tag: 3.54.0
7 7 Requires PHP: 7.4
8 8 License: GPLv2 or later
9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10 10
@@ -267,9 +267,25 @@
267 267 6. If you have a term called “WordPress”, the Auto Links feature will find any instances of “WordPress” in your content and add a link to the archive page for that tag.
268 268
269 269 == Changelog ==
270 270
271 -= [3.52.0] - 19 August, 2026 =
271 +## [3.54.0] - 22 September, 2026
272 +* Security: Prevent reflected XSS in Terms row-action URLs
273 +* Fixed: Prevent creation of a destination term when merging terms and no source terms exist
274 +* Fixed: Preserve the destination term when it is included among the terms being merged
275 +* Fixed: Fix Auto Links excluded-term matching
276 +* Update: Add per-post Auto Terms status controls
277 +* Update: Add per-post Auto Links status controls and enable overrides
278 +
279 +## [3.53.0] - 01 September, 2026
280 +* Fixed: Mass Edit pagination is broken, #3014
281 +* Update: Enforce native taxonomy capabilities for term actions, #3013
282 +* Update: Bound Auto Terms existing-content processing, #3012
283 +* Update: Restrict administrative taxonomy term lookups, #3011
284 +* Update: Harden AI integrations and metabox mutations, #3010
285 +* Add a loco.xml file, #3009
286 +
287 +## [3.52.0] - 19 August, 2026 =
272 288 * Update: Normalize Auto Terms specific-term values, #3001
273 289 * Update: Add permission checks to Pro configuration copy actions, #3000
274 290 * Update: Restrict synonym validation to TaxoPress managers, #2999
275 291 * Add permission checks to term copy actions, #2998
@@ -277,21 +293,6 @@
277 293 * Strengthen Manage Terms request validation, #2995
278 294 * Tighten access checks for term suggestion lookups, #2993
279 295 * Add request validation to legacy tag creation, #2991
280 296 * Harden TaxoPress AI term result rendering, #2989
281 -
282 -= [3.51.0] - 22 July, 2026 =
283 -* Fixed: Fatal memory exhaustion on Terms screen (st_terms) with hierarchical taxonomy — not related to term count, #2967
284 -* Fixed: Related Posts thumbnail image resolution setting is ignored, #2964
285 -* Fixed: Terms screen causes memory exhaustion on large sites, #2962
286 -* Fixed: Improve AI preview post validation, #2968. Thanks to Duy for the report
287 -* Fixed: Terms screen can run out of memory on large sites, #2961
288 -* Update: Remove the lock icon in the Pro version, #2963
289 -* Update: Include changelog in readme.txt for plugin update dialog box, #2959
290 -
291 -= [3.50.0] - 13 May, 2026 =
292 -* Update: Add CHANGELOG.md file, #2944
293 -* Update: Add Bundled Translations Library, #2943
294 -* Update: migrate to shared dev-workspace, #2941
295 -* Update: Move plugin structure to match PublishPress, #2940
296 297
297 298 The full changelog can be found on [GitHub](https://github.com/taxopress/taxopress/blob/master/CHANGELOG.md).