| @@ -2,9 +2,9 @@ | ||
| 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 | 5 | Tested up to: 7.1 |
| 6 | -Stable tag: 3.53.0 | |
| 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,8 +267,16 @@ | ||
| 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.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 | + | |
| 271 | 279 | ## [3.53.0] - 01 September, 2026 |
| 272 | 280 | * Fixed: Mass Edit pagination is broken, #3014 |
| 273 | 281 | * Update: Enforce native taxonomy capabilities for term actions, #3013 |
| 274 | 282 | * Update: Bound Auto Terms existing-content processing, #3012 |
| @@ -285,15 +293,6 @@ | ||
| 285 | 293 | * Strengthen Manage Terms request validation, #2995 |
| 286 | 294 | * Tighten access checks for term suggestion lookups, #2993 |
| 287 | 295 | * Add request validation to legacy tag creation, #2991 |
| 288 | 296 | * Harden TaxoPress AI term result rendering, #2989 |
| 289 | - | |
| 290 | -## [3.51.0] - 22 July, 2026 = | |
| 291 | -* Fixed: Fatal memory exhaustion on Terms screen (st_terms) with hierarchical taxonomy — not related to term count, #2967 | |
| 292 | -* Fixed: Related Posts thumbnail image resolution setting is ignored, #2964 | |
| 293 | -* Fixed: Terms screen causes memory exhaustion on large sites, #2962 | |
| 294 | -* Fixed: Improve AI preview post validation, #2968. Thanks to Duy for the report | |
| 295 | -* Fixed: Terms screen can run out of memory on large sites, #2961 | |
| 296 | -* Update: Remove the lock icon in the Pro version, #2963 | |
| 297 | -* Update: Include changelog in readme.txt for plugin update dialog box, #2959 | |
| 298 | 297 | |
| 299 | 298 | The full changelog can be found on [GitHub](https://github.com/taxopress/taxopress/blob/master/CHANGELOG.md). |