| @@ -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.51.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,27 +267,32 @@ | ||
| 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.51.0] - 22 July, 2026 = | |
| 272 | -* Fixed: Fatal memory exhaustion on Terms screen (st_terms) with hierarchical taxonomy — not related to term count, #2967 | |
| 273 | -* Fixed: Related Posts thumbnail image resolution setting is ignored, #2964 | |
| 274 | -* Fixed: Terms screen causes memory exhaustion on large sites, #2962 | |
| 275 | -* Fixed: Improve AI preview post validation, #2968. Thanks to Duy for the report | |
| 276 | -* Fixed: Terms screen can run out of memory on large sites, #2961 | |
| 277 | -* Update: Remove the lock icon in the Pro version, #2963 | |
| 278 | -* Update: Include changelog in readme.txt for plugin update dialog box, #2959 | |
| 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 | |
| 279 | 278 | |
| 280 | -= [3.50.0] - 13 May, 2026 = | |
| 281 | -* Update: Add CHANGELOG.md file, #2944 | |
| 282 | -* Update: Add Bundled Translations Library, #2943 | |
| 283 | -* Update: migrate to shared dev-workspace, #2941 | |
| 284 | -* Update: Move plugin structure to match PublishPress, #2940 | |
| 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 | |
| 285 | 286 | |
| 286 | - | |
| 287 | -= [3.45.0] - 16 April, 2026 = | |
| 288 | -* Fixed: Issue with metabox overlap in WordPress 7.0, #2929 | |
| 289 | -* Fixed: Uncaught TypeError: array_keys(): Argument #1 in class.admin.manage, #2921 | |
| 290 | -* Update: Related Posts settings, #2928 | |
| 291 | -* Update: Update readme file from WordPress.org #2936 | |
| 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 | |
| 292 | 297 | |
| 293 | 298 | The full changelog can be found on [GitHub](https://github.com/taxopress/taxopress/blob/master/CHANGELOG.md). |