| @@ -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.50.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 | |
| @@ -266,6 +266,33 @@ | ||
| 266 | 266 | 5. TaxoPress can use the Dandelion API and OpenCalais APIs to analyze your WordPress content and suggest terms that you can add to your post. |
| 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 | + | |
| 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 = | |
| 288 | +* Update: Normalize Auto Terms specific-term values, #3001 | |
| 289 | +* Update: Add permission checks to Pro configuration copy actions, #3000 | |
| 290 | +* Update: Restrict synonym validation to TaxoPress managers, #2999 | |
| 291 | +* Add permission checks to term copy actions, #2998 | |
| 292 | +* Harden Linked Terms list and bulk actions, #2997 | |
| 293 | +* Strengthen Manage Terms request validation, #2995 | |
| 294 | +* Tighten access checks for term suggestion lookups, #2993 | |
| 295 | +* Add request validation to legacy tag creation, #2991 | |
| 296 | +* Harden TaxoPress AI term result rendering, #2989 | |
| 270 | 297 | |
| 271 | 298 | The full changelog can be found on [GitHub](https://github.com/taxopress/taxopress/blob/master/CHANGELOG.md). |