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 +32 -1245 3.43.0 → 3.54.0 View file →
@@ -1,10 +1,10 @@
1 -=== Tag, Category, and Taxonomy Manager - AI Autotagger with OpenAI ===
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: 6.8
6 -Stable tag: 3.43.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
@@ -13,9 +13,9 @@
13 13 == Description ==
14 14
15 15 TaxoPress allows you to create and manage Tags, Categories, and all your WordPress taxonomy terms. TaxoPress can help with all your WordPress content, from adding Tags and Categories to Pages, to managing WooCommerce Product Categories and bbPress Topic Tags.
16 16
17 -TaxoPress has integrations with AI tools including OpenAI, IBM Watson, Dandelion, LSEG / Refinitiv and more. You can use these services to find the best taxonomy terms for your content.
17 +TaxoPress has integrations with AI tools including OpenAI. You can use these AI services to find the best taxonomy terms for your content.
18 18
19 19 With TaxoPress, you can organize, optimize, and showcase all your WordPress content:
20 20
21 21 * **Organize**: In TaxoPress, you can manage taxonomies, and also terms. There are tools for you to add, rename, remove, delete and even merge terms. You can add any term or taxonomy to any post type.
@@ -34,9 +34,9 @@
34 34 3. **Terms for Current Post**: This enables you to create a customizable display of all the terms assigned to the current post.
35 35 4. **Related Posts**: Shows lists of posts with similar tags and categories.
36 36 5. **Auto Links**: If you have a term called “WordPress”, the Auto Links feature will find any instances of “WordPress” in your content and add links to the archive page for that tag.
37 37 6. **Auto Terms**: If you have a term called "WordPress", Auto Terms can analyze your posts, and when it finds the word "WordPress", it can add that term to your post.
38 -7. **TaxoPress and AI**: The Pro version of TaxoPress has AI integrations with OpenAI, IBM Watson, and more. This makes it easier for you to find or create the best taxonomy terms for your content.
38 +7. **Add Terms with AI**: The Pro version of TaxoPress has AI integrations with OpenAI, IBM Watson, and more. This makes it easier for you to find or create the best taxonomy terms for your content.
39 39 8. **Term Synonyms**: This feature allows you to have multiple words associated with a single term.
40 40 9. **Linked Terms**: You can connect terms. When the main term is added to a post, the linked terms will be added also.
41 41 10. **Manage Terms**: Add, rename, merge, remove, delete and even delete unused terms.
42 42
@@ -84,9 +84,9 @@
84 84 * If your post content or title contains the word “WordPress”, then TaxoPress will automatically add “WordPress” as a term for this post.
85 85
86 86 [Click here to read about automatically adding terms](https://taxopress.com/docs/introduction-to-auto-terms/).
87 87
88 -## Feature 7. TaxoPress and AI (Pro version) ##
88 +## Feature 7. Add Terms with AI (Pro version) ##
89 89
90 90 This feature makes it easier for you to find or create the best taxonomy terms for your content. TaxoPress AI can show a metabox on your post editing screen with all these options:.
91 91
92 92 * **Manage Post Terms**: This feature allows you to manage all the terms that are currently attached to a post.
@@ -91,9 +91,9 @@
91 91
92 92 * **Manage Post Terms**: This feature allows you to manage all the terms that are currently attached to a post.
93 93 * **Suggest Existing Terms**: This feature uses a tool in the TaxoPress plugin that can scan your posts and suggest relevant terms that already exist on your site.
94 94 * **Show All Existing Terms**: This feature allows you to browse all the terms in a taxonomy.
95 -* **OpenAI** / **IBM Watson** / **Dandelion** / **LSEG**: These integrations allow you to connect to external service. These services will scan your content and suggest relevant terms. They can suggest existing terms and also new terms.
95 +* **OpenAI**: These integrations allow you to connect to external service. These services will scan your content and suggest relevant terms. They can suggest existing terms and also new terms.
96 96
97 97 [Click here to read about TaxoPress and AI](https://taxopress.com/docs/sources-for-auto-terms/).
98 98
99 99 ## Feature 8. Term Synonyms ##
@@ -267,1245 +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 -v3.43.0- 2026-01-13
272 -* Fixed: "Post term separator string" not working, #2879
273 -* Fixed: Taxopress adds inline css in the head, #2877
274 -* Update: Allow Synonyms to be added using a separator. #2880
275 -* Update: Add Whole Words setting for Auto Links, #2876
276 -* Update: Add {site_terms} placeholder for site-wide term search in OpenAI AutoTerms, #2875
277 -* Update: Move "Schedule" to the Free version, #2862
278 -* Update: Allow users to disable frontend scripts, #2756
279 -* Update: Allow users to select specific terms in "Terms Display", #2609
280 -* Removed: Remove unavailable OpenAI models, #2874
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
281 278
282 -v3.42.0- 2025-12-08
283 -* Fixed: Terms screen is blank in wordpress 6.9, #2865
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
284 286
285 -v3.41.0- 2025-12-01
286 -* Fixed: Autocomplete doesn't handle characters correctly, #2853
287 -* Fixed: Mass Edit search box is unclear, #2852
288 -* Fixed: Auto Terms and Custom Fields not working, #2841
289 -* Fixed: Minimum term usage for Auto Links is not applied, #2823
290 -* Improved: Improve Manage Terms batch merge permissions, #2844
291 -* Improved: Improve AI “Existing Terms” ordering and performance, #2842
292 -* Improved: Improve "Suggest Terms to Merge" suggestions and UI, #2840
293 -* Update: Add Post Type Filters to the Taxonomy screen, #2846
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
294 297
295 -v3.40.1- 2025-11-03
296 -* Fixed: Uncaught TypeError: Cannot read properties of null (reading 'removeEditorPanel'), #2830
297 -* Fixed: Security improvement in Autoterm post_types/post_status parameters, #2827
298 -* Fixed: Can't add 2 terms with the same name, #2826
299 -* Fixed: Dashboard is too wide for the screen, #2820
300 -* Update: Translations updates for TaxoPress Pro 3.40.0, #2825
301 -
302 -v3.40.0- 2025-10-16
303 -* Fixed: Preview dropdown doesn't show some characters correctly, #2780
304 -* Fixed: Issue with some GPT 5 models, #2778
305 -* Fixed: Auto Links not working with Elementor, #2808
306 -* Update: Show term slug in Mass Edit Terms, #2777
307 -* Update: Show term slug in the metabox, #2774
308 -* Update: Move Metabox Settings to Fast Update Screen, #2773
309 -* Update: Scan and Automatically Suggest terms to merge, #2729
310 -* Update: Preview for different user roles and post types, #2795
311 -* Update: Update to Menu links: Rename "Fast Update" to "Metaboxes", #2791
312 -* Update: Place License tab to the end of all tabs, #2804
313 -* Update: Only show the pencil edit icon on the Metaboxes screen, #2792
314 -* Removed: Remove Title feature from Auto Links, #2809
315 -
316 -v3.38.0- 2025-09-17
317 -* Fixed: Frontend css loads on all pages, #2757
318 -* Fixed: Autolink Feature is slowing down the admin area, #2754
319 -* Fixed: Some settings not apllied in suggest existing terms, #2748
320 -* Fixed: Schedule autoterms not running, #2747
321 -* Fixed: Problem with GPT 5, #2745
322 -* Fixed: Dropdown in the Metabox is hard to use, #2733
323 -* Fixed: Choose Terms screens are over-complex, #2701
324 -* Update: Update the readme from WordPress.org, #2746
325 -* Update: Improve UI for the "Schedule" feature, #2743
326 -* Update: Allow users to rename the metabox tabs, #2736
327 -* Update: Allow users to disable the filters in the Metabox, #2734
328 -* Update: Lock icon for "Add" buttons, #2721
329 -* Update: Italian Translation Update for TaxoPress FREE 3.37.4, #2744
330 -
331 -v3.37.4- 2025-09-02
332 -* Update: Enable "Add terms if synonyms found" by default, #2727
333 -* Update: Update the OpenAI models, #2728
334 -* Fixed: Error with "Existing taxonony terms", #2732
335 -
336 -v3.37.3- 2025-08-10
337 -* Update: Add security checks for autocomplete, #2722
338 -* Update: Update tooltip library. #2720
339 -* Update: Add cropping for Related Posts images #2704
340 -* Fixed: Related Posts doesn't display correct inside post editor, #2705
341 -
342 -v3.37.2- 2025-07-09
343 -* Fixed: Uncaught Error: array_merge(): Argument #1 must be of type array, string given in taxonomies-functions, #2698
344 -* Fixed: Auto Links new engine message is under two tabs, #2702
345 -* Fixed: No tags text is missing on the frontend, #2712
346 -* Fixed: unable to uncheck categories in post editor, #2697
347 -* Fixed: Term Order doesn't support nested Categories, #2695
348 -* Update: Hide the Custom URL column on Terms screen, #2700
349 -* Update: Update "Taxonomy Terms Table" name, #2699
350 -
351 -v3.37.1- 2025-07-03
352 -* Fixed: Allow Users to disable TaxoPress Ordering Methods, #2687
353 -
354 -v3.37.0- 2025-06-23
355 -* Fixed: Warning issue from Auto Links, #2663
356 -* Fixed: Not all design settings apply to Terms Display designs, #2658
357 -* Update: Move Auto Terms tab, #2661
358 -* Update: Update "Metabox" tab settings, #2660
359 -* Update: Update "Term Management" label, #2659
360 -* Update: New tab for "Layout", #2657
361 -* Update: Add a message for empty previews, #2655
362 -* Update: Improve default display for Related Posts, #2651
363 -* Update: Improve default display for Terms Display, #2650
364 -* Update: Allow users to disable either "Custom URLs" or "Auto Links", #2632
365 -* Feature: Design options for Terms for Current Post and Related Posts, #2656
366 -* Feature: Display options for Terms for Current Post, #2653
367 -* Feature: Allow users to order terms via the Terms Screen, #1794
368 -
369 -v3.36.0- 2025-06-02
370 -* Update: Add "Edited with TaxoPress" row in taxonomies table, #2640
371 -* Update: Show the "Delete TaxoPress Edit Data" button for only taxonomies edited with taxopress, #2639
372 -* Update: Add a Loco.xml file to the Pro Version, #2634
373 -* Update: Move IBM Watson / Dandelion / LSEG to a Legacy status, #2577
374 -* Update: Update message "Posts tagged with X", #2576
375 -* Update: Add support for term descriptions in displays, #2429
376 -* Feature: Allow users to copy terms with metadata, #2522
377 -* Feature: Add previews feature to related posts, current posts and terms display, #2521
378 -* Fixed: PHP error with the Rank Math SEO plugin, #2626
379 -
380 -v3.35.1- 2025-05-12
381 -* Fixed: "Maximum terms to display" issue with Hidden Terms, #2625
382 -* Fixed: Hide "Link Categories", #2608
383 -* Fixed: Missing the Free banner on the Fast Update screen, #2591
384 -* Fixed: Conflict between TaxoPress and Amelia, #2584
385 -* Update: Update the copyright, #2600
386 -* Update: Visual clean up of Metaboxes tab, #2593
387 -* Update: Visual clean up of Merge tab and Manage Terms screen. #2592
388 -* Update: Pro nudge for Metabox Taxonomy Display, #2581
389 -* Update: Pro nudge for the Schedule feature, #2580
390 -* Update: Pro nudge for Linked Terms and Synonyms, #2578
391 -* Update: Text description for Linked Terms and Synonyms, #2579
392 -* Update: Make sure all Pro features are promoted in the Free version, #2528
393 -* Feature: Setting for showing the slugs, #2595
394 -* Update: TaxoPress v3.33.0 Translation Update ES-FR-IT, #2563, #2564
395 -* Update: TaxoPress v3.34.0 Translation Update ES-FR-IT, #2601, #2602
396 -
397 -v3.34.0- 2025-04-22
398 -* Update: Remove Hidden Terms from Auto Links, #2582
399 -* Update: Clarify the Exclusions message, #2573
400 -* Feature: Allow Users to disable Custom URL Field for Taxonomies, #2568
401 -* Update: Allow users to see the slug, not just the name in the Merge feture, #2567
402 -* Feature: Add a Parent / Child display format, #2526
403 -* Feature: Allow users to specify maximum or minimum length for new terms, #2525
404 -* Update: Reposition filters on the Manage Terms screen, #2475
405 -* Update: Add Ajax Support for merging large terms, #2438
406 -* Fixed: Add simple-tags/vendor/publishpress/wordpress-version-notices/tests/ to ignore directory list, #2566
407 -
408 -v3.33.0- 2025-03-24
409 -* Update: Change "Metaboxes" to "Fast Update" and make it share same look as post metabox, #2493
410 -* Feature: Allow users to prevent some characters from being added to terms, #2500
411 -* Feature: Allow admins to control which terms users can add, #2259
412 -* Update: Move extra options to the "Settings" area, #2497
413 -* Update: Move the remaining "Metaboxes" settings, #2439
414 -* Update: Add button to delete edited taxonomies data from TaxoPress/fix deleted taxonomy data showing in TaxoPress, #2547
415 -* Update: Add support for new OpenAI models, #2534
416 -* Update: Update Create Terms capability requirement text for metabox create tab, #2523
417 -* Fixed: PHP 8 phpcs error in vendor/sabre/vobject, #2533
418 -* Update: Update the "Hide unused terms" feature, #2326
419 -* Update: Small visual fixes for metabox filters, #2529
420 -* Update: Update widget message, #2518
421 -* Fixed: Maxiumum terms to display is ignored for Non-Hierarchical Taxonomies, #2519
422 -* Update: TaxoPress v.3.32.0 Translation Update ES-FR-IT, #2517
423 -
424 -v3.32.0- 2025-03-03
425 -* Fixed: PHP Parse error: syntax error, unexpected ‘=>’ on PHP 5.6 or lower, #2505
426 -* Fixed: Maximum terms to display, #2504
427 -* Update: Enable select2 search on autoterms schedule and Terms Display page, #2507
428 -* Update: TaxoPress v.3.31.0 Translation Update ES-FR-IT, #2503
429 -
430 -v3.31.0- 2025-02-27
431 -* Feature: Allow users to set a custom URL for Auto Links, #2470
432 -* Feature: Allow users to create tags manually via the metabox, #2085
433 -* Update: Add custom taxonomies to "Remove Default Metaboxes" settings option, #2456
434 -* Update: Make "Show Existing Terms" the default, #2450
435 -* Update: Make sure post terms is always included in "Show All Existing Terms" tab irrespective of settings restriction, #2444
436 -* Update: Update the "Hide unused terms" feature, #2326
437 -* Feature: Add a "Copy" option to taxopress screen tables, #2432
438 -* Update: Block other plugins from loading their notices on our screens, #2476
439 -* Update: Add back filter to metaboxes, #2223
440 -* Update: Allow multiple Auto Terms to be scheduled, #2464
441 -* Update: Update Taxonomies in settings "Metabox options" to only public taxonomies, #2445
442 -* Fixed: Auto Links PHP Error: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated, #2471
443 -* Update: Updated text for Auto Terms logs, #2469
444 -* Update: Show only a subset of a Taxonomy in Terms Display, #1043
445 -* Fixed: Display issue for "Exceptions" in Safari, #2398
446 -* Update: Update the promo box text, #2462
447 -* Fixed: TaxoPress is adding menu separator with wrong filter, #2427
448 -* Fixed: Related posts count bug, #2463
449 -* Update: Translation Updates ES-FR-IT v3.30.0, #2457
450 -
451 -v3.30.0- 2025-01-29
452 -* Update: Add settings to Control how the metgabox Taxonomy box appears: Select / Dropdown / Checkbox, #2128
453 -* Update: Allow users to merge multiple terms with the same name, #2357
454 -* Fixed: Issue with commas in "Use only some terms in the selected taxonomy.", #2301
455 -* Update: Update {post_terms} text, #2389
456 -* Update: Improve metabox permission error message, #2433
457 -* Fixed: Update and sanitize legacy widgets title, #2435
458 -* Update: Add a configuration link on Metabox description, #2440
459 -* Update: Small text update for Auto Term preview area, #2416
460 -* Update: Add back a "Display automatically" option to Related Posts, #2413
461 -* Update: Remove extra space in Existing Content "Stop" button link, #2414
462 -* Update: Text update for Related Posts, #2408
463 -* Update: remove the "required" label from maximum number of categories and tags, #2409
464 -* Update: TaxoPress v.3.28.0 Italian French Spanish translation updates, #2407
465 -
466 -v3.28.1- 2024-12-04
467 -* Fixes: Missing Taxonomies after v3.28.0 upgrade, #2401
468 -
469 -v3.28.0- 2024-12-03
470 -* Update: Add new Auto Term tab "When to Use", and move applicable settings to each subtabs, #2200
471 -* Update: Add a Pause button to the Existing Content screen, #2210
472 -* Update: Auto Terms: allow users to remove existing terms when adding new terms via Auto Terms, #1910
473 -* Update: Add more details to "no terms added" in Existing Content, #2289
474 -* Update: Use select2 search for term filters to improve term load, #2294
475 -* Fixed: Custom taxonomy filter isn't working, #2372
476 -* Fixed: Translation warning from 6.7, #2356
477 -* Fixed: Database error: table taxopress_linked_terms doesn’t exist, #2368
478 -* Update: Make "Schedule Auto Terms" into a menu link, #2144
479 -* Fixed: Auto Term Error message goes off the screen, #2334
480 -* Update: Add OpenAI settings to exclude terms not in {post_terms} if used in custom prompt, #2335
481 -* Update: Move Auto Term post type to new tab, #2361
482 -* Update: Automatically display related posts in selected post types, #2313
483 -* Update: Equal width for Linked Terms columns, #2344
484 -* Update: Text change for Linked Terms screren, #2343
485 -* Update: New "Display Format" tab, #2314
486 -* Fixed: Media Tags are not appearing in the output of get_taxonomies(), #2298
487 -* Update: Make Auto Term Content and Title option in Auto Term content area, #2327
488 -* Fixed: "Exclude terms from terms display" should cover lowercase and uppercase, #2325
489 -* Update: Text change for Terms screen, #2345
490 -* Update: Text change for Related Posts option, #2341
491 -* Fixed: Missing translation strings in TaxoPress Free, #2295
492 -* Fixed: Missing strings in TaxoPress Pro, #2349
493 -* Update: TAXOPRESS v3.27.0 - Translation Updates ES-FR-IT, #2339
494 -
495 -v3.27.0- 2024-11-06
496 -* Update: Add setting to Make Linked Terms 1-way or 2-way, #2099
497 -* Update: Add a subscript 1 or 2 to linked term to make it easy to know if a linked term is the primary term or secondary term, #2099
498 -* Update: Allow Auto Terms to search more content areas (Taxonomies and Fields), #2096
499 -* Update: Add a "Preview" area inside Auto Terms, #2231
500 -* Update: Add support for more statuses in Auto Terms, #2246
501 -* Update: Add {post_terms} token to OpenAI custom prompt, #2123
502 -* Update: Add settings to limit Synonyms to preffered taxonomies, #2094
503 -* Fixed: OpenAI producing sentence instead of individual terms, #2258
504 -* Fixed: "Show in Filter" not working for builtin taxonomies, #2291
505 -* Fixed: Existing Content "Limit Auto Terms, based on published date" always defaults to "24 hours ago", #2281
506 -* Update: Added Option to copy or migrate a term, #1055
507 -* Update: Update metabox "no results" texts, #2273
508 -* Update: Add a "Remove Terms" feature on the "Manage Terms" screen, #2271,
509 -* Update: Add a "Hide Unused Terms" feature on the "Manage Terms" screen, #2271
510 -* Update: Allow users to customize the date in Related Posts, #2249
511 -* Update: Improve the "Categories" area in Related Posts, #2248
512 -* Update: Allow users to choose the size / resolution of the image in Related Posts, #2284
513 -* Update: Add a Current Post block, #2263
514 -* Update: Add a Terms Display block, #2262
515 -* Update: Move Maximum number of categories to advanced category, #2305
516 -* Update: Small label change for blocks, #2304
517 -* Update: New label and tab for related posts date format, #2302
518 -* Update: Labels for post thumbnail, #2303
519 -* Fixed: "Term link format" doesn't work for Box List, #2250
520 -* Update: Add "Exclude Terms" feature for "Terms Display", #1376
521 -* Update: Translation Updates ES-FR-IT v3.26.0, #2252
522 -
523 -v3.26.0- 2024-10-08
524 -* Update: Move metabox API keys and settings from Metabox directly into Auto Terms, #2106
525 -* Update: Allow multiple sources (Existing terms, OpenAI, etc) to be used together in Auto Terms, #2075
526 -* Update: Allow users to choose OpenAI models, #2186
527 -* Update: Improve the Delete Unused Terms feature, #1857
528 -* Update: Set new defaults for Related Posts, #2218
529 -* Feature: Allow Auto Term Post filter using 'taxopress_filter_autoterm_content', #2216
530 -* Fixed: Not possible to save the "Maximum related posts to display" option in Related Posts, #2208
531 -* Update: Use the "Auto Terms setting" approach for Metaboxes also, #2101
532 -* Update: Provide layout options for Related Posts, #2155
533 -* Update: Add sorting to Related Posts Table display, #2185
534 -* Update: Skip the Media post type in Auto Terms, Auto Links, Terms Display, Terms for Current Post and Related Posts options, #2107
535 -* Update: Translation updates for TaxoPress v3.25.1, #2193
536 -
537 -v3.25.1- 2024-09-05
538 -* Fixed: Undefined variable $default_featured_media in Related Posts, #2187
539 -
540 -v3.25.0- 2024-09-05
541 -* Fixed: "Exclude previously analyzed content" not working, #2169
542 -* Update: Improve OpenAI failure message, #1951
543 -* Update: Add a notice about not leaving the screen on Existing Content page, #2170
544 -* Update: Add an edit link to Existing Content Auto Terms, #2172
545 -* Feature: Add "Border Cloud" design option to Terms Display Format. #1193
546 -* Feature: Add "Table" display in Terms Display format options, #1398
547 -* Feature: Add a "WordPress Default" display for Terms Display, #1398
548 -* Fixed: Auto Links not working on apostrophes, #2097
549 -* Update: Remove the required from Auto Terms "Existing taxonomy terms *" source field label, #2108
550 -* Update: Add "Save Settings" button to "Existing Content" page, #2137
551 -* Update: Remove "TaxoPress AI", add "Auto Terms" to plugin action links, #2139
552 -* Update: Update the text for "Display format" in "Terms Display, #2104
553 -* Update: Translation Updates ES-FR-IT_TAXO_Free v3.24.1, #2162
554 -
555 -v3.24.1- 2024-08-23
556 -* Fixed: Warning: Cannot modify header information preventing login on PHP 8, #2157
557 -
558 -v3.24.0- 2024-08-22
559 -* Update: Add options to Exclude Blocks from Auto Links, #2134
560 -* Update: Add options to Exclude Shortcodes from Auto Links, #2135
561 -* Update: Allow %post_content% as an option in Related Posts, #2127
562 -* Update: Allow %post_thumb_url% in Related Posts, #2114
563 -* Update: Make Auto Links run early before other the_content filter, #2133
564 -* Fixed: Auto Links issues with Preformatted code, #2120
565 -* Fixed: Issue with Soundcloud block and Auto Links, #2119
566 -* Fixed: Auto Links issues with < > in a paragraph, #2118
567 -* Update: Text change for related post ,#2112
568 -* Update: Update the text for "Display format" in "Terms Display, #2104
569 -* Update: Update the header area for "Manage Terms", #2130
570 -* Update: Update the header area for "Mass edit terms", #2129
571 -* Update: Remove Upgrade boxes from the "Exisiting Content" screen, #2138
572 -* Update: Translation Updates ES-FR-IT_TAXO_v3.23, #2125
573 -
574 -v3.23.0- 2024-08-07
575 -* Update: Add role visibility settings for metabox, #1957
576 -* Update: Allow users to remove the default Tags and Categories metaboxes, #2044
577 -* Update: Re-organize TaxoPress Menu, #2069
578 -* Update: Move Existing Content to new menu, #2022
579 -* Fixed: Fatal error on some website related to legacy code, #2083
580 -* Fixed: Auto Links doesn't work on apostrophes #2097
581 -* Fixed: "Auto Terms Limit" not working in Classic Editor, #2076
582 -* Fixed: Mass Edit Terms broken by the WordPress update notice, #2070
583 -* Update: Translation Updates ES-FR-IT TAXO Free v3.22.0, #2068
584 -
585 -v3.22.0- 2024-07-16
586 -* Fixed: TaxoPress AI Synonyms not working properly, #2013
587 -* Update: Disable Media Tags by default, #2036
588 -* Update: Small text improvements for the TaxoPress AI screen, #2059
589 -* Update: Allow users to choose only one Auto Term source, #2021
590 -* Fixed: The term_id been used to update the row where term_taxonomy_id = term_id, #2051
591 -* Update: Update the PublishPress vendor libraries, #2038
592 -* Update: Update Linked Terms description, #2047
593 -* Update: Translation Updates ES-FR-IT_TAXO_Free_v3.21.1, #2058
594 -
595 -v3.21.1- 2024-06-26
596 -* Fixed: Auto Links class/id exclusions not working on <p> elements, #2040
597 -* Fixed: Plugin conflict with Linked Terms, #2045
598 -* Fixed: TaxoPress conflict with the WP All Import plugin, #2037
599 -* Fixed: Deprecated in class.client.autolinks.php on line 94, #2043
600 -* Update: TaxoPress Italian French Spanish translation updates v. 3.21.0, #2035
601 -
602 -v3.21.0- 2024-04-22
603 -* Feature: Add a new "Linked Terms" screen, #2006
604 -* Update: Add button to fill in Linked Terms for existing posts, #1988
605 -* Update: Add a search box to TaxoPress AI "Show All Existing Terms" Metabox Tab, #2017
606 -* Fixed: WordPress lists fail when content includes "<", #1961
607 -* Fixed: TaxoPress Post Quick Edit link not working in French, Spanish and Italian, #2020
608 -* Update: Add Linked Terms taxonomies option in settings, #2007
609 -* Fixed: TaxoPress v.3.20.0 Italian, French, and Spanish translation updates, #2014
610 -
611 -v3.20.0- 2024-03-28
612 -* Removed: Remove deprecated Legacy Options and Shortcodes([st-the-tags], [st_tag_cloud]), #2004
613 -* Update: Allow Linked Terms to connect across Taxonomies, #1858
614 -* Update: Enable 2-way option for linked terms, #1736
615 -* Update: TaxoPress v.3.13.0 - Translation updates ES-FR-IT, #2002
616 -
617 -v3.13.0- 2024-03-18
618 -* Update: Add Custom Prompts to TaxoPress AI OpenAI settings, #1978
619 -* Update: Add "Exceptions" tab for Auto Terms, #1797
620 -* Fixed: PHP Fatal error: Uncaught Error: Object of class WP_Error could not be converted to string, #1989
621 -* Fixed: Warning: preg_match(): Empty regular expression error, #1990
622 -* Update: Add description in Taxonomies "Admin Area" options, #1823
623 -* Removed: Remove the taxonomy templates tab, #1406
624 -* Update: Update Taxonomy Archive page result description, #1824
625 -* Update: Update Taxonomy slug description to Underscores from hyphens, #1949
626 -* Update: TaxoPress Italian French Spanish translation updates, #1986
627 -
628 -v3.12.0- 2024-02-12
629 -* Fixed: Auto Terms Regex Option not working, #1338
630 -* Update: Support for Private Taxonomies in TaxoPress AI, #1950
631 -* Update: Remove linked tags relationship after a tag is deleted, #1959
632 -* Update: Add Linked Terms support to TaxoPress AI, #1903
633 -* Update: Add the "Select all Tags" option to the metabox, #1947
634 -* Update: Add some plugin links to the plugin description, #1946
635 -* Fixed: PHP Errors: Unknown modifier, #1962
636 -* Update: Add more information to REST API tab, #1825
637 -* Fixed: Deprecated issue on PHP 8.3, #1967
638 -* Update: Update the error message when adding tags that are already a synonym, #1964
639 -* Fixed: TaxoPress AI screen UI issue, #1953
640 -* Update: New Translation updates TaxoPress Free v.3.11.1, #1944
641 -
642 -v3.11.1- 2023-11-02
643 -* Update: Add TaxoPress AI metabox default taxonomy settings, #1923
644 -* Update: Show duplicate synonym name in synonyms error message, #1931
645 -* Update: Add "Select All" and "Deselect All Toggle to TaxoPress AI tags, #1906
646 -* Fixed: Problem with korean translation, #1933
647 -* Update: Default choices for TaxoPress AI Preview, #1930
648 -* Update: Return Mass Edit Terms from legacy to dashboard, #1920
649 -* Update: Remove TaxoPress AI pro metaboxes in Free version, #1921
650 -* Update: TaxoPress Free Italian French Spanish translation updates October 2023, #1926
651 -
652 -v3.11.0- 2023-10-25
653 -* Feature: Added AI to the TaxoPress plugin, #1810
654 -* Update: Combine “Settings” and “License” into a single menu, #1856
655 -* Fixed: Merge feature deleting terms when using same terms in all input, #1904
656 -* Update: Update sidebar banner, #1905
657 -* Changes: Move Dandelion and OpenCalais to Pro, #1887
658 -* Update: Add OL/LI option to Terms Display Format, #1860
659 -* Fixed: Terms not displayed when using DESC ordering with numerical terms, #1859
660 -* Update: TaxoPress PRO ES-FR-IT Translation updates September 2023, #1855
661 -* Update: TaxoPress FREE Translation updates September 2023, #1854
662 -
663 -v3.10.2- 2023-09-26
664 -* Fixed: Auto Link issue with non english contents after v3.10.1 update, #1848
665 -
666 -v3.10.1- 2023-09-25
667 -* Feature: Allow users to have more than one taxonomy for "Suggest Terms", #1788
668 -* Fixed: Allow users to choose multiple post types for Related Posts, #1774
669 -* Fixed: Auto Link function issue with &lt; and &gt; content, #1829
670 -* Feature: Redirect and welcome message, #1751
671 -* Update: Prevent users from adding terms if it exists as a synonym, #1793
672 -* Fixed: Fatal Error after adding a custom taxomomy to a post, #1804
673 -* Fixed: Deprecated code in PHP 8.2, #1803
674 -* Fixed: Include synonyms in this count Autolink Term Usage Limit, #1805
675 -* Fixed: Allow Manage Terms box to expand for more content, #468
676 -* Update: Add a Pro upgrade message for exceptions in Auto Links, #1807
677 -* Fixed: Promo banner missing in Posts Screen, #1837
678 -* Update: ES-FR-IT Translation Updates TaxoPress PRO 3.10, #1785
679 -* Update: ES-FR-IT Translation Updates TaxoPress FREE August 2023, #1786
680 -
681 -v3.10.0- 2023-08-09
682 -* Feature: Add new TaxoPress > Posts Screen, #1748
683 -* Feature: Setting for which taxonomies to display on Posts screen, #1762
684 -* Update: Move "Mass Edit Terms" to Legacy, #1759
685 -* Update: Add "Count" column on the "Terms" page, #1757
686 -* Update: Auto add tags when using clicktag in classic editor, #1654
687 -* Update: Update settings "Save Changes" button and remove "Reset Options", #1770
688 -* Update: Add "Text to display before list" to "Related Posts" and "Terms Display", #1600
689 -* Update: Update Manage Terms Notification Messages, #1743
690 -* Update: Add Terms Descriptions column on "Terms" screen, #1706
691 -* Update: Update Synonyms error message, #1730
692 -* Fixed: Prevent "Merge Terms" from automatically adding Default Category, #1741
693 -* Fixed: Warning: Invalid argument supplied for foreach() on Posts page, #1740
694 -* Fixed: Uncaught TypeError: array_map(): Argument #2 ($array) must be of type array, #1729
695 -* Fixed: Duplicate not found label on Taxonomies screen, #1701
696 -* Update: Restrict synonym options to Pro version, #1723
697 -* Fixed: TAXOPRESS PRO - ES-FR-IT translation Updates July 21, 2023, #1722
698 -* Fixed: TAXOPRESS FREE - ES-FR-IT translation Updates July 21, 2023, #1721
699 -
700 -v3.9.0- 2023-07-20
701 -* Feature: Linked terms: Automatically add terms if main term is added [PRO] #801
702 -* Update: Allow custom input in "Prevent Auto Links Inside elements" [PRO], #1653
703 -* Fixed: Fix Exclude terms from Auto Links not working due to Case sensitivity, #1682
704 -* Update: Add a synonyms option for Auto Terms, #1674
705 -* Update: Make Auto Links Exclude terms bigger and Add Autocomplete to the field, #1680
706 -* Update: Include synonymns consideration when showing suggest terms, #1671
707 -* Update: Prevent a synonym from having the same name as existing terms, #1673
708 -* Update: TaxoFree_ES-IT_TranslationUpdates_June2023, #1675
709 -* Update: TAXO FREE French translation update June 2023, #1678
710 -
711 -v3.8.0- 2023-06-15
712 -* Feature: Added TaxoPress Dashboard Page #1136
713 -* Feature: Added term synonyms, ability to use multiple names for one tag [Pro Feature], #174
714 -* Feature: Show synonyms on the Terms screen [Pro Version], #1658
715 -* Feature: Synonyms option for Auto Links [Pro Version], #1656
716 -* Update: Clarify the attachment options for Auto Links, #1623
717 -* Fixed: Related Posts block is broken, #1652
718 -
719 -v3.7.4- 2023-05-17
720 -* Fixed: Settings changes not saving, #1635
721 -* Fixed: Auto Links has problems with the & character, #1638
722 -* Fixed: Auto Links has problems with the < > characters, #1637
723 -* Update: Update Pro links to the plugin page, #1636
724 -* Update: Updating Translations ES-FR-IT_TaxoPress 28 April 2023, #1639
725 -
726 -v3.7.3- 2023-04-18
727 -* Fixed: 3.7.2 Auto links issue, #1625
728 -* Fixed: "Maximum number of links per post" not working, #1627
729 -* Fixed: Term case isn't working, #1622
730 -* Fixed: Fix "Maximum number of links for the same term", #1620
731 -
732 -v3.7.2- 2023-04-13
733 -* Fixed: Fatal error on v3.7.1, #1610
734 -* Fixed: Autolink not working with custom taxonomy, #1611
735 -
736 -v3.7.1- 2023-04-12
737 -* Fixed: Auto Links not working since 3.7.0 update, #1602
738 -* Fixed: Backslash issues when saving Auto Terms fields, #1601
739 -* Fixed: Taxopress ES, FR, and IT Translation Updates, #1598
740 -
741 -v3.7.0- 2023-04-04
742 -* Fixed: Fixed taxonomy default term not working,, #1216
743 -* Fixed: Fixed terms taxonomy not retaining term taxonomy in quick edit, #1395
744 -* Fixed: "<" Characters been stripped out when using Auto Links, #1580
745 -* Fixed: Suggest Terms showing blank space in suggest term metabox, #1583
746 -* Update: Introduced new way to sanitize fields, #1579
747 -* Fixed: Display Terms not listing all terms, #1390
748 -* Fixed: global_term_enabled deprecated error, #1396
749 -* Update: Show private taxonomies terms when using private taxonomy filter in taxonomy screen, #1397
750 -* Update: Move "Remove Terms" options to "Terms" screen from manage terms, #1368
751 -* Update: Remove "Delete Terms" from "Manage Terms", #1367
752 -* Update: Remove manage terms table, #1592
753 -
754 -v3.6.7- 2023-03-13
755 -* Fixed: Suggest Terms adds child terms with Classic Editor, #1485
756 -* Update: Allow Private Taxonomies in Auto Terms, #1471
757 -* Update: Suggested improvement for Auto Terms, #1431
758 -* Update: Accessibility improvements to Suggested Terms, #1470
759 -* Fixed: Terms suggestions are not accessible, #1468
760 -* Update: Accessibility improvements for all tabs, #1469
761 -
762 -v3.6.6- 2023-03-07
763 -* Update: Increased minimum PHP requirement to PHP 7.2.5, #1553
764 -* Update: PHP 8.1 compatability, #1555
765 -* Fixed: Small fixes to Auto Links, #1459
766 -* Update: Add Support for WP Cron in Auto Terms, #1540
767 -* Update: Improve taxonomy REST API description, #1465
768 -* Fixed: PHP issues with the Pimple version, #1476
769 -
770 -v3.6.5- 2023-02-21
771 -* Fixed: Related Posts fatal error with WooCommerce filter, #1484
772 -* Fixed: incorrectly applying the the_title filter by just passing a single parameter, #1545
773 -* Fixed: PHP 8.1 crashing from using taxopress, #1480
774 -* Update: Format option value cleanup, #1531
775 -* Update: Notice warning about languages for Auto Terms and Auto Links, #1546
776 -* Update: TaxoPress-ES-FR-IT-translationUpdate-August23, #1456
777 -
778 -v3.6.4- 2022-08-23
779 -* Fixed: Auto link problem with ‘&’ in link #1377
780 -* Fixed: Issues with apostrophes in Auto Links #1444
781 -* Fixed: Warning: array_key_exists expects parameter 2 to be array, bool given #1439
782 -* Update: Add Terms Display "Font size minimum" and "Font size maximum" validation #1354
783 -* Fixed: Span problem on Auto Terms screen #1441
784 -* Update: Update "Automatically fill colors between maximum and minimum" to reflect right label #1371
785 -* Update: FR translation updated #1442
786 -
787 -v3.6.3- 2022-07-12
788 -* Fixed: Error with Suggested Terms on post screen #1433
789 -
790 -v3.6.2- 2022-06-16
791 -* Added: Allow more than one "Suggest Terms" metabox on post screen #1408
792 -* Update: Shortcode input should be read only. #1420
793 -* Fixed: The title of the metabox is always "automatic term suggestions" #1409
794 -* Update: Small typo in Auto Terms #1410
795 -* Update: Update the plugin description #1405
796 -* Fixed: Plugin breaks on PHP 5.6 #1419
797 -
798 -v3.6.1- 2022-05-04
799 -* Added: “Quick Edit” link to the Terms Screen #1359
800 -* Added: Allow users to choose the taxonomy for a term in quick edit #1360
801 -* Added: Filter for Public / Private Terms #1365
802 -* Fixed: Change Taxonomies “Count” link to go to “Terms” screen #1366
803 -* Added: “Post Type” and “Taxonomy” filters to the Terms screen #1358
804 -* Fixed: Remove “Current Post” - Flickr, Technorati and Delicious “dead” links #1374
805 -* Fixed: Extra space in Terms Display and %tag_link% #1375
806 -* Fixed: Link to the Taxonomy from the Terms screen #1364
807 -* Added: A “View” link to terms on the “Terms” screen #1357
808 -
809 -v3.6.0- 2022-03-30
810 -* Added: New "Terms" Screen #1260
811 -* Added: Add a Regex Option for Auto Terms #1338
812 -* Fixed: Auto Links feature is hiding the product description #1353
813 -* Fixed: Add "View" links for taxonomies #1334
814 -* Fixed: In the "Existing Content" tab, we can drop the word "all" #1344
815 -* Fixed: Replace "Terms for Current Post" with "Current Post" in menu #1345
816 -
817 -v3.5.3- 2022-03-23
818 -* Fixed: Show existing terms only works with Automatic suggestions #1340
819 -
820 -v3.5.2- 2022-03-22
821 -* Fixed: Mass edit terms is not saving #1331
822 -* Fixed: Change terms suggestion action handler #1329
823 -* Fixed: Not possible to save "No limit" #1326
824 -* Fixed: Extend Option to limit auto terms schedule action to once per posts to existing content #1323
825 -* Fixed: Option to limit auto terms schedule action to once per posts #1314
826 -* Fixed: TaxoPress Pro seems to require TaxoPress Free #1321
827 -* Fixed: One set of logs reports for a large, slow site #1322
828 -* Fixed: More cautious settings for "Schedule" #1312
829 -* Fixed: Auto Links are processing inside the head tag #1300
830 -* Fixed: Remove "Uncheck this box to disable the "Automatic term suggestions" metabox."" #1305
831 -
832 -v3.5.1- 2022-03-09
833 -* Fixed: Mass Edit Terms not working #1304
834 -* Fixed: Add the ability to disable logs #1281
835 -* Fixed: Add the ability to purge the logs #1282
836 -* Fixed: Layout changes for Logs #1297
837 -* Fixed: Translation updates #1289
838 -* Fixed: New filters for Logs #1291
839 -* Fixed: Add a light color for used tags #1287
840 -* Fixed: Small updates for "Edit Terms for Current Post" #1292
841 -* Fixed: "Disable Auto Terms" box not working for scheduling #1284
842 -
843 -v3.5.0- 2022-02-28
844 -* Added: Add a Log for Auto Terms #1243
845 -* Fixed: Safeguards auto terms for large sites #1249
846 -* Fixed: Bug with on Suggested Terms #1250
847 -* Fixed: Change "TaxoPress - Settings" to just "TaxoPress" in metabox #1246
848 -* Fixed: Apply Auto terms batches and wait time to scheduled auto terms cron #1241
849 -* Fixed: Ways to process large numbers of posts in Auto Terms #1200
850 -* Fixed: Check compatability of all 3 widgets with WordPress 5.9 #1119
851 -* Fixed: Disable Free version when people install Pro #1234
852 -* Fixed: Tabbed Design for Terms for Current Post screen #1167
853 -* Fixed: Tabbed design for Related Posts screen #1166
854 -
855 -v3.4.5- 2022-02-07
856 -* Fixed: Can't delete terms in "Manage Terms" #1194
857 -* Fixed: Correct spelling - Terms for Current Post #1134
858 -* Fixed: Enable “Show content from all post types on archive page” by default #1138
859 -* Fixed: Change name "Local tags" to "Existing terms on your site" #1139
860 -* Fixed: Add "Edit this metabox" link #1140
861 -* Fixed: Check "Existing taxonomy terms" by default #1155
862 -* Fixed: Auto Links change “&rarr;” to &amp;rarr; #1158
863 -* Fixed: Update "Terms Display" admin screen to use vertical tabs #1116
864 -* Fixed: AShow the Display tags inside the plugin #1121
865 -* Fixed: Small changes to "Terms Display" #1171
866 -* Fixed: Stop making "Post Types" required in Taxonomy #1181
867 -* Fixed: Disabling "Suggest existing terms on your site" causes trouble with other metabox #1174
868 -* Fixed: Disable "Post" option in Auto Terms by default #1178
869 -* Fixed: Suggest terms "show existing terms" changes #1176
870 -* Fixed: Hide dropdown if there is only only option for post suggest terms #1228
871 -* Fixed: Add a refresh button to Automatic term suggestions #1215
872 -* Fixed: Show "Edit this metabox" only to users with "admin simple tags" #1214
873 -* Fixed: Automatic terms suggestions not working with categories #1207
874 -
875 -v3.4.4- 2022-01-05
876 -* Fixed: Add capability check for saving all screen form data
877 -* Fixed: Santize all form entries
878 -* Fixed: Add and validate all form nonce
879 -
880 -v3.4.3- 2021-12-15
881 -* Fixed: Changes "Terms to Use" to Sources in Auto Terms
882 -* Fixed: Improvement to Auto Terms Screen
883 -* Feature: Add Dandelion and Open Calais to "Auto Terms"
884 -
885 -v3.4.2- 2021-11-30
886 -* Fixed: Auto Terms required error
887 -* Fixed: Remove extra space around "Save" button
888 -* Fixed: "Add Auto Terms to existing content" not working for unpublished content
889 -* Fixed: New setting: automatically run "Add terms to existing content"
890 -* Fixed: Uncaught Error: Class 'taxopress_admin_ui' not found
891 -* Fixed: Auto Terms is buggy with "Existing Content"
892 -* Fixed: TaxoPress doesn't handle taxonomies correctly if a plugin is disabled
893 -* Fixed: Allow Auto-Terms to work with imported posts
894 -
895 -v3.4.1- 2021-11-17
896 -* Fixed: Fatal Error with "If Menu" plugin installed
897 -* Fixed: Enable "Suggest existing terms on your site" by default
898 -* Fixed: Add the registration key to taxonomy dropdowns
899 -* Fixed: Two changes inside "Suggest Terms"
900 -* Fixed: Small typo on "Remove Terms"
901 -* Fixed: Add the option to run "Auto Terms" for different statuses
902 -
903 -v3.4.0- 2021-10-18
904 -* Fixed: 'Show all local tags' does not display any tags, While saving the tags limit with very large number. #792
905 -* Added: Auto Terms limit in settings #450
906 -* Added: Allow users to choose any taxonomy, ordering and number of items in "Click Tags" #497
907 -* Fixed: Autolink tags excludes paragraphs with html space-code #894
908 -* Fixed: Another HTML tag issue with Auto Links #930
909 -* Fixed: Cannot create autolink when using special characters(@#&^%) at the start or the end of the tag #885
910 -* Added: New menu link for "Suggested Terms" #776
911 -* Added: Enable/disable control for all features added to settings #946
912 -* Fixed: Class ‘SimpleTags_Client_RelatedPosts’ not found #982
913 -* Fixed: Manage Terms produces "Error. No enough terms for rename." #978
914 -* Fixed: "Merge Terms" doesn't work #980
915 -
916 -v3.3.1- 2021-09-20
917 -* Fixed: Fatal error when deleting plugin #889
918 -
919 -v3.3.0- 2021-09-20
920 -* Fixed: Auto Links problem with " #824
921 -* Fixed: Posts are auto tagged even when the content does not match the exact term. #602
922 -* Fixed: CSS not working for "Terms for Current Post" div #823
923 -* Feature: Update the menu link for "Auto Terms" #775
924 -* Fixed: Improve the UI for Auto Terms "Keywords list" #822
925 -* Added: Include Spanish translation files #829
926 -* Added: Add Review requests #505
927 -
928 -v3.2.2- 2021-09-01
929 -* Fixed: Able to save mandatory field 'Title' as empty field in Terms for current post. #812
930 -* Fixed: Problem with ' signs in auto links #810
931 -* Feature: Added div class and link class option to Term for Current Post settings #810
932 -* Feature: Added div class and link class option to Term Display settings #810
933 -* Feature: Added div class and link class option to Related Post settings #810
934 -* Feature: Added term link class option to Auto Links settings #810
935 -
936 -v3.2.1- 2021-08-23
937 -* Fixed: Notice: Undefined property: WP_Post_Type::$taxonomy on plugin activation #756
938 -* Fixed: Couldn't save the related posts 'Title header' with 'None' #697
939 -* Fixed: Auto link showing in WordPress admin #772
940 -* Fixed: Remove unused option in TaxoPress screen edit pages. #709
941 -* Fixed: Added exclusion for <style> elements in auto link #774
942 -* Fixed: Imporove taxonomy page on small screen sizes #749
943 -* Fixed: Add limit to all taxopress number input. #727
944 -* Fixed: Limit taxonomy screen plural label input to 100 characters. #745
945 -* Fixed: Remove slug edit tab for external taxonomies #755
946 -* Fixed: Issue with 'e' character being typed in editor #770
947 -* Fixed: Issue with '&' in auto link #770
948 -* Fixed: Prevent usage of integers(number) only as taxonomy slug #744
949 -* Fixed: Add an option to hide the display if result is empty in "Related Posts", "Terms Display" and "Terms for Current Post" #662
950 -* Fixed: Many other screen improvement to taxopress pages
951 -
952 -v3.2.0- 2021-08-09
953 -* Added: Autolink screen with improved features such as:
954 -* Autolink: New autolink UI #501
955 -* Autolink: Option to set autolink terms to lowercase, uppercase or retain content case #161
956 -* Autolink: Option to exlude autolink if the tag is already applied to the article #147
957 -* Autolink: Option to set minimum and maximum character length for autolink condition #132
958 -* Autolink: Support for more all taxonomies #268
959 -* Autolink: Option to restrict Autolink instance to a post type.
960 -* Autolink: Option to exclude autolinks in certain classes/HTML Tags like headers, div class/id etc #160
961 -* Deprecated: Move old Autolink settings to legacy #491
962 -
963 -v3.1.2- 2021-07-19
964 -* Fixed: Term display font color empty value error notification #628
965 -* Fixed: Improve settings success/error notification display #629
966 -* Fixed: Free version promo banner color #647
967 -* Fixed: Updated 'Mass edit terms', 'Manage Terms' and 'Auto Terms' dropdown filter taxonomy selection change #661
968 -* Fixed: Limit terms display and related posts taxonomy options to the selected post type taxonomies #681
969 -* Fixed: Terms display showing more than shortcode maximum value #653
970 -
971 -v3.1.1- 2021-07-14
972 -* Fixed: TaxoPress related posts block compatibility with WordPress 5.8 #644
973 -* Fixed: Related posts shortcode not working in Gutenberg #646
974 -* Fixed: Undefined array key notice when 'Automatically fill colors between maximum and minimum' is unchecked in Terms Display edit #642
975 -* Fixed: TaxoPress number input accepting negative value #658
976 -* Fixed: Media tag taxonomy still remain attached to a post type after deselecting it #660
977 -* Fixed: TaxoPress widgets compatibility with WordPress 5.8 #666
978 -
979 -v3.1.0- 2021-07-12
980 -* Added: Add Related Posts screen #491
981 -* Added: Add Related Posts widget #264
982 -* Added: Add Related Posts Gutenberg block #328
983 -* Deprecated: Move old Related Posts settings to legacy #491
984 -* Fixed: Manage terms 'remove terms' not working when term is number only #610
985 -* Fixed: Failed redirection with header error when adding/editing taxonomies #617
986 -* Fixed: Categories and Tags showing on both Public and Private Taxonomies #621
987 -* Fixed: Improve taxonomy edit screen error messages popup design #618
988 -
989 -v3.0.7.2- 2021-06-29
990 -* Added: Add taxonomy privacy filter to taxonomy screen #599
991 -* Fixed: Fixed bugs
992 -
993 -v3.0.7.1 - 2021-06-23
994 -* Fixed: Legacy setting showing on all settings pages #571
995 -* Fixed: "Terms for current post" includes all post types #580
996 -* Fixed: Terms been added automatically even when "disable auto tags" is selected #581
997 -* Fixed: "Keywords list" is always added even when the option is unchecked in Auto Terms #575
998 -* Fixed: Added support for hashtag when "whole word" option is selected in auto terms #586
999 -* Removed: Remove "Tag cloud Shortcode" setting #570
1000 -* Removed: Remove "Term Group" from "Terms Display" method for choosing terms from the database options #567
1001 -
1002 -
1003 -v3.0.7 - 2021-06-15
1004 -* Added New Terms for Current Post menu
1005 -* Added New Terms for Current Post widget
1006 -* Deprecated Old Tags for Current Post settings
1007 -* Fixed bugs
1008 -
1009 -v3.0.6.1 - 2021-06-03
1010 -* Bugs fix and screen tide up
1011 -
1012 -v3.0.6 - 2021-06-01
1013 -* Added New Terms display menu
1014 -* Added New Terms display widget
1015 -* Deprecated Old Tag Cloud settings
1016 -* Deprecated Old Tag Cloud widget
1017 -* Fixed taxonomy archive page to include all asigned post type posts
1018 -
1019 -v3.0.5.2 - 2021-05-18
1020 -* Fixed bugs
1021 -
1022 -v3.0.5.1 - 2021-05-13
1023 -* Fixed bugs
1024 -
1025 -v3.0.5 - 2021-05-10
1026 -* Introduced pro version
1027 -* Fixed bugs
1028 -
1029 -v3.0.4.3 - 2021-04-29
1030 -* Fixed bugs
1031 -
1032 -v3.0.4.2 - 2021-04-29
1033 -* Fixed Mass Edit Terms Bugs when media is selected
1034 -* Updated Taxonomy edit screen
1035 -* Updated default taxonomy list sort by name
1036 -* Updated to redirect to edit screen after creating new taxonomy
1037 -* Fixed other miscellaneous bugs
1038 -
1039 -
1040 -v3.0.4.1 - 2021-04-21
1041 -* Fixed last release bugs
1042 -
1043 -v3.0.4 - 2021-04-21
1044 -* Added taxonomy manage page
1045 -* Added media tags taxonomy for media page
1046 -* Added option to add new taxonomy
1047 -* Added option to edit inbuilt and custom taxonomy
1048 -* Added option to assign taxonomy to custom post(s)
1049 -* Added option to activate and deactivate taxonomy
1050 -
1051 -v3.0.3 - 2021-03-22
1052 -* Improved the "Manage Terms" page
1053 -* Added feature to untag all posts with specific tag to "Manage Terms" page
1054 -* Removed "Autocompletion with old input"
1055 -* Small adjustment to the AutoTerms screen
1056 -* Small improvements to metaboxes
1057 -* Added search to clicktags
1058 -
1059 -v3.0.2 - 2021-03-10
1060 -* Restore Dandelion API
1061 -* Fixed Tags gets split when having an '&' in name
1062 -* Removed Tag4Site API
1063 -* Update Opencalais API URL
1064 -* Clean up the Auto Terms screen and change suggestion tag list to repeated field
1065 -
1066 -v3.0.1 - 2021-03-03
1067 -* Fixed issue with the "tag link format" been stripped out in widgets
1068 -* Fixed input display for "Mass Edit Terms" screen going beyond wrapper
1069 -* Added valid color picker to color select field in TaxoPress > Settings > Tag cloud
1070 -* Updated OpenCalais broken API documentation link
1071 -* Removed Alchemy API
1072 -* Removed Zemanta API
1073 -* Removed Dandelion API
1074 -* Removed Proxem API
1075 -* Removed Yahoo API
1076 -* Hide suggested services in post if there is no active API key
1077 -* Delete "Technical informations" in manage terms
1078 -* Added auto links for all tags even if post doesn't contain tags
1079 -* Updated Auto terms filter layout
1080 -* Fixed "Click Tags" for the new input(Gutenberg) not working
1081 -* Fixed auto tag still been added after been disabled in general settings
1082 -* Updated plugin logo and banner for WordPress.org
1083 -
1084 -v3.0.0 - 2021-02-24
1085 -* Enable 'Advanced Manage Terms', 'Related posts by terms' and 'Tag cloud Shortcode' by default
1086 -* Removed review request box and link
1087 -* Fixed metabox showing up empty if not used
1088 -* Removed unused 'Meta keyword' and 'Related Tags' tabs
1089 -* Organized all plugin options under one admin menu
1090 -* Update footer copyright text
1091 -* Changed plugin name to "TaxoPress"
1092 -
1093 -v2.63 - 2021-01-14
1094 -* fixed an unescaped database query
1095 -* fixed a bug with custom post type name in URL when bulk editing posts
1096 -
1097 -v2.62 - 2020-10-27
1098 -* removed all tracking code
1099 -
1100 -v2.61 - 2020-09-30
1101 -* fixed issue with Maximum number of links for the same tag
1102 -* added dismissible request to rate
1103 -* added promo campaign for WP 301 Redirects
1104 -
1105 -v2.6 - 2020-09-10
1106 -* fixes for WP v5.5
1107 -* WebFactory took over maintenance of the plugin
1108 -* 80,000 installs; 2,203,335 downloads
1109 -
1110 -* Version 2.5.8
1111 - * Fix issue that prevent Suggested Tags from working
1112 - * Fix OpenCalais issue (thanks @timbearcub for the help)
1113 -* Version 2.5.6
1114 - * Github actions...
1115 -* Version 2.5.6
1116 - * Change: remove support of CKEditor for WordPress plugin (not maintained)
1117 - * Bug: Try to fix compat with Classic Editor
1118 - * Bug: Related posts do not appear in the RSS feed.
1119 -* Version 2.5.5
1120 - * Bug: Improves the deactivation of the plugin when the PHP version is too old.
1121 -* Version 2.5.4
1122 - * Bug #114 : fix tag disappear with quick edit
1123 -* Version 2.5.3
1124 - * Feature: Add tracking feature
1125 - * Bug #98 : Fix a PHP notice with link manager
1126 - * Bug: Fix a PHP notice with $post global
1127 - * Feature #113 : Add single option for auto-links
1128 - * Feature #70 : Add a visibility option for click tags feature
1129 - * Bug #35 : Fix a bug with multiple calls of the_content hook
1130 - * Code refactoring in many files, remove old cleanup variables
1131 -* Version 2.5.2
1132 - * Improve Gutenberg detection, fix bug with tag suggestion caused by some 3rd party plugins
1133 -* Version 2.5.1
1134 - * WP.org bumping
1135 -* Version 2.5.0
1136 - * Add PHP7.3 compatibility
1137 - * Preparing compatibility with Gutenberg (Does not work with all features due to a bug into Gutenberg https://github.com/WordPress/gutenberg/issues/15147 )
1138 - * Minor code refactoring
1139 -* Version 2.4.7
1140 - * Compatibility WP 4.8
1141 - * Fix bug for self-closing tags (https://github.com/BeAPI/simple-tags/pull/67)
1142 - * Updated spanish translation (https://github.com/BeAPI/simple-tags/pull/73)
1143 - * Fix WPalchemy suggestion for latest API version
1144 - * Code refactoring for JS tags suggest
1145 - * Fix JS bug with tabs and firefox (https://github.com/BeAPI/simple-tags/issues/58)
1146 - * Fix autolinks for "number tags" / only numeric characters term (https://github.com/BeAPI/simple-tags/issues/72)
1147 - * Add "access token" field settings for Dandelion suggestion API
1148 - * Improve "proxem" error message
1149 -* Version 2.4.6
1150 - * Compatibility WP 4.5
1151 -* Version 2.4.5
1152 - * Add shortcode [st-the-tags] and [st_the_tags]
1153 - * Fix array_flip wp_get_object_terms
1154 -* Version 2.4.4
1155 - * Fix error upload WordPress.org
1156 -* Version 2.4.3
1157 - * Fix metabox title WP 4.4
1158 -* Version 2.4.2
1159 - * Make tags all same count mid-sized (pull request #29) (from Github contribution Sophist-UK)
1160 - * Fix options Advanced Usage on widgets (pull request #28) (from Github contribution Sophist-UK)
1161 -* Version 2.4.1
1162 - * Fix possible warning with preg_match function
1163 - * Specify user-agent for some provider
1164 -* Version 2.4
1165 - * Test OK vs WP 4.0.x
1166 - * Fix Yahoo terms suggestion (use new API)
1167 - * Fix conflict with ShareThis plugin
1168 - * Add option for autolink title attribute
1169 - * Add current state for "click tags" feature (opacity changed if tags is already selected)
1170 - * Fix order by tag cloud
1171 - * Implement dataTXT provider for suggest terms feature (from Github contribution SpazioDati/master)
1172 - * Implement Tag4Site provider for suggest terms feature (from Sergey Zobin)
1173 - * Fix shortcode usage with &
1174 - * Add support of category name into tag cloud function
1175 -* Version 2.3.2
1176 - * Move all get_option request into plugin class, use static
1177 - * Add option for limit autolinks to singular view (default setting, you need change this setting in DB for enable autolinks into all views)
1178 - * Replace old library autocomplete by new jQuery UI autocomplete
1179 - * Add an alternative ENGINE text replacement for autolinks feature, use DOMdocument php extension
1180 - * Fix tags autosuggestion from alchemy API
1181 -* Version 2.3.1
1182 - * Rename jQuery autocomplete library, add prefix for fix JS conflict (event manager)
1183 - * Fix OpenCalais suggest tags
1184 - * Replace clean_page_cache by clean_post_tag
1185 -* Version 2.3
1186 - * Convert all class to STATIC methods
1187 - * Use error message API (self::displayMessage();)
1188 - * Refresh admin UI (settings)
1189 - * Upgrade JS librairies
1190 - * Try to improve performance, use more WP functions instead custom SQL queries
1191 - * Add UNINSTALL method for delete options created by plugins
1192 -* Version 2.2 :
1193 - * Add compatibility with WP3.3
1194 - * Move JavaScript register/enqueue to dedicated hook
1195 -* Version 2.1.2 :
1196 - * Add some nonces for improve security for settings panel
1197 -* Version 2.1.1 :
1198 - * Add a feature that allow deleting rarely used terms. (based on counter term)
1199 - * Fix bug for allow Suggested Tags for page CPT.
1200 -* Version 2.1 :
1201 - * Add compatibility with WP 3.2
1202 - * Fix bug with autocompletion. (jQuery want now a strict content type text/plain)
1203 - * Upgrade JS Libary (jQuery Autocomplete, jQuery Cookie, jQuery bgIframe)
1204 -* Version 2.0-beta9 :
1205 - * Fix conflict with plugin using Google Library Javascript for jQuery. Example : "Use Google Libraries"
1206 - * Add an option for choose input text or textarea for old tags field
1207 - * Add an option for min chars autocompletion
1208 -* Version 2.0-beta8 :
1209 - * Update POT.
1210 - * Update french translation.
1211 -* Version 2.0-beta7 :
1212 - * Add a metabox on write page that allow to deactive autolinks or autotags for a specific post
1213 - * Add an option for restore old feature "Manage terms"
1214 - * Add an option for restore old feature "Related posts"
1215 - * Remove "Clean DB" and "Rename slugs" in manage terms
1216 - * Remove "include cat" on "Related Posts" settings
1217 - * Optimize function "Related posts"
1218 - * Reorganize admin for have a tab features with all features available
1219 - * Use a input text for Simple Tags autocompletion field
1220 - * Remove ID of term from autocompletion
1221 - * Fix autocompletion on mange terms page
1222 - * Add a field for advanced usage on tagcloud widget
1223 -* Version 2.0-beta6 :
1224 - * Add Japanese translation (thanks - kazuhisa)
1225 - * Fix a bug with search and taxonomy param for mass edit terms. (ticket #233)
1226 - * Fix a bug with auto tags and whole word option. (ticket #232)
1227 - * Fix a bug with tag/pages for include pages in WP_Query for a tag
1228 - * Improve performance of auto link
1229 - * Fix a bug with max links by posts for auto links
1230 - * Add an option for choose priority hook of auto links
1231 -* Version 2.0-beta5 :
1232 - * Fix a bug and a notice with st_the_tags() that not display any tags...
1233 -* Version 2.0-beta4 :
1234 - * Fix a fatal with error with autoterms.
1235 - * Fix a bug with autoterms when saving post, somes times called twice...
1236 - * Improve performance when saving posts.
1237 - * Allow old tags field for each custom post type that use post tags.
1238 -* Version 2.0-beta3 :
1239 - * Fix a bug when the st_the_tags() function is called.
1240 -* Version 2.0-beta2 :
1241 - * Restore empty templates functions for skip errors
1242 - * Fix a bug with autolinks
1243 - * Restore custom post tags feature : st_the_tags()
1244 - * Fix a bug with widget taxo option saving
1245 -* Version 2.0-beta1 :
1246 - * This version is a back to fondamentals. Somes features are removed !
1247 - * This version need testing !
1248 - * Remove old marker <!--st_tag_cloud-->
1249 - * Remove related posts
1250 - * Remove related tags
1251 - * Remove tags as HTML keywords
1252 - * Remove nofollow options
1253 - * Remove custom function for display current post tags
1254 - * Remove auto-add post tags
1255 - * Remove embedded tags
1256 - * Change method for tags for page.
1257 - * Improve memory consommation : all feature can be deactived.
1258 - * Improve memory consommation : Stop use class variables for options
1259 - * Support mass edit with CPT/CT
1260 - * Improve AJAX call by using WordPress hook
1261 -* Version 1.8.1 :
1262 - * Improve uninstaller
1263 - * Improve code widgets
1264 - * Improve support of custom taxonomies for simple tags features
1265 -* Version 1.8.0 :
1266 - * Compatibility 3.0
1267 - * Add an option for auto-tags
1268 - * Remove somes notices
1269 - * Fix a bug with tag cloud and empty terms
1270 - * Fix a bug with comma on font-size CSS depending locales
1271 -* Version 1.7.5 :
1272 - * Fix a bug with auto links terms. (type input)
1273 - * Fix cache conflict key
1274 - * Fix a opencalais bug on firt pass integration
1275 - * Fix a bug with limit days/category filter for tag cloud.
1276 - * Fix javascript autocomplete for allow enter new tag.
1277 - * Re-add list of tags on manage page.
1278 -* Version 1.7.4.4 :
1279 - * Fix a stupid during the first activation. (PHP4/PHP5)
1280 -* Version 1.7.4.3 :
1281 - * Fix a bug with PHP 4.4 and plugin activation. (PHP4 suck...)
1282 - * Remove base class for compatibility PHP4.
1283 - * Fix sanitized HTML on admin.
1284 - * Fix random order for tag cloud.
1285 - * Try a fix for support WP-O-Matic cron.
1286 -* Version 1.7.4.2 :
1287 - * Updated Traditional Chinese translation (thank to Neil Lin)
1288 - * Fix a bug with selector taxonomy and user taxonomy. (thank to Nicolas Furno)
1289 -* Version 1.7.4.1 :
1290 - * Updated italian translation
1291 - * Fix a bug with old random value for widget/tag cloud call (thank to [email protected])
1292 -* Version 1.7.4 :
1293 - * Release of version 1.7.4, to avoid confusion with the borked version 1.7.2 published in error.
1294 - * Externalize options array on external file for diminue memory consommation. (call only on options page)
1295 - * Fix importers embedded tags
1296 -* Version 1.7.2 :
1297 - * Add taxonomy support
1298 - * Rewrite manage page
1299 - * New JS for autocomplete, use AJAX for better performance
1300 - * Fix PHP4.
1301 - * Fix bug with Yahoo API/Tag the net for long post
1302 - * Add OpenCalais, Alchemy and Zemanta (first pass, API offers much more possibilities!)
1303 -* Version 1.7.1-rc1.2 : RC 1.2 (this version must be test !)
1304 - * Fix compatibility PHP4
1305 -* Version 1.7.1-rc1.1 : RC 1.1 (this version must be test !)
1306 - * Fix a bug with activation hook.
1307 -* Version 1.7.1-rc1 : RC 1 (this version must be test !)
1308 - * Somes ajust for Wordpress 2.9
1309 - * Remove 99,99% notices PHP from ST
1310 - * Clean some part of the plugin.
1311 -* Version 1.7.1-a1 : Alpha 1
1312 - * Check compatibility WP 2.9 ( fix somes UI bugs )
1313 - * Fix a bug with save Widget options
1314 -* Version 1.7b1.1
1315 - * Add exclude option in auto tags link.
1316 -* Version 1.7b1
1317 - * Add compatibily WP 2.8
1318 - * Remove support old WP versions
1319 - * Change some things on architecture for optimize performance on admin. (stop copy class variables)
1320 - * Use new API for Widgets
1321 - * Use new API for Taxonomy
1322 - * Remove somes "notices" PHP
1323 - * Fix old cache method.
1324 -* Version 1.6.6
1325 - * Add Belorussian translation
1326 -* Version 1.6.5
1327 - * Fix redeclare class "Services_JSON_Error" bug
1328 -* Version 1.6.4
1329 - * Fix a stupid bug with JavaScript add tags.
1330 -* Version 1.6.3
1331 - * Fix a small bug with JSON class.
1332 -* Version 1.6.2
1333 - * Click tags and suggested tags can work with default WordPress Tags.
1334 - * The Simple Tags auto completion replace default WordPress Tags input.
1335 - * Restore administration options.
1336 - * Better management of Simple Tags with WP_Scripts and WP_Styles
1337 - * Add an option for auto link tags.
1338 - * Fix a potential error with compatibility old markers.
1339 - * Update french and chineese translation.
1340 -* Version 1.6.1
1341 - * Fix a JavaScript error for Suggested Tags.
1342 -* Version 1.6.0
1343 - * Add compatibility with WordPress 2.7, use new API for HTTP and Admin. No new features !
1344 -* Version 1.5.7
1345 - * Move autolink after ShortCodes
1346 - * Add Italian and German translation
1347 - * Fix a potential bug during the plugin activation.
1348 -* Version 1.5.6
1349 - * Improve performance of MetaKeywords and Autolink
1350 - * Conform HTML W3C
1351 -* Version 1.5.5
1352 - * Restore full manage page
1353 - * Fix duplicate tags for click tags and autocompletion
1354 - * Lot's of optimization...
1355 - * Update translations
1356 - * Add spanish translation
1357 -* Version 1.5.3
1358 - * Fix counter for tags. (you must re-save your posts)
1359 - * Update translations (ja, ru)
1360 -* Version 1.5.2.1
1361 - * Fix internationalization with Gengo
1362 - * Update zh_CN translation
1363 -* Version 1.5.2
1364 - * Fix widgets
1365 - * Edit priority
1366 - * Fix internationalization
1367 -* Version 1.5.1
1368 - * Wait plugin_init for start ST :)
1369 -* Version 1.5
1370 - * Add compatibility with WordPress 2.5
1371 -* Version 1.3.9
1372 - * Fix nofollow rel feature
1373 - * Remove warning with keywords feature
1374 -* Version 1.3.8
1375 - * Fix internationalization when reset plugin options (and installation)
1376 - * Fix auto link feature (word replaced keep original case)
1377 -* Version 1.3.7
1378 - * Improved performance of Simple Tags (specially Related Posts)
1379 -* Version 1.3.6
1380 - * Fix auto tags with all DB and this feature work also for auto tags save feature
1381 - * Clean lot's url
1382 - * Update japan language
1383 -* Version 1.3.5
1384 - * Add an option for auto link case
1385 - * Fix rel HTML for auto link
1386 - * Restict tag cloud for published tag (exclude programmed)
1387 -* Version 1.3.4
1388 - * Fix autolink (new algo)
1389 -* Version 1.3.3
1390 - * Fix link to new page
1391 - * Update languages
1392 -* Version 1.3.2
1393 - * Update japan translation
1394 -* Version 1.3.1
1395 - * Plugin compatible with mu-plugins without modifications (NOT TAGS SITE WIDE) (for truth !)
1396 - * Include categories into Tag Cloud and Tag list
1397 - * Improve performance with a better WP Object Cache management
1398 - * Add a global option for rel="nofollow" attribute
1399 - * Add an option to limit keywords in HTML header
1400 - * Desactivate keywords generation if All In One SEO Pack is actived.
1401 - * st_the_tags work outside loop now...
1402 - * Add an option to uninstall all ST options
1403 - * Add 2 options for auto tags features
1404 - * Fix javascript autotag features
1405 - * Fix lot's bugs in admin ;)
1406 -* Version 1.3
1407 - * Plugin compatible with mu-plugins without modifications (NOT TAGS SITE WIDE)
1408 - * Fix auto link tags now working without meta-keywords
1409 - * New parameter for auto link tags (min usage)
1410 - * Fix auto link PREG_REPLACE error.
1411 - * New parameter for related posts (min tags shared)
1412 - * Add marker %post_title_attribute% for related posts, to use into title attribute
1413 - * Add Related Tags
1414 - * Add Remove Related Tags
1415 - * Fix alphabetical order in tag cloud with accent
1416 - * New interface for Tags options, more options for easily configuration
1417 - * AJAX admin
1418 - * AJAX Pagination for Manage Tags pages
1419 - * Fix excessive memory consomation
1420 - * Tags suggestion from Yahoo Term Extractions API, Tag The Net and Local Tags with AJAX request
1421 - * Compatible with TinyMCE, FCKeditor, WYMeditor and quicktags
1422 - * Click tags with AJAX request
1423 - * Preview color in Tag Cloud Admin Options
1424 -* Version 1.2.4
1425 - * Fix a bug with inline tags post
1426 -* Version 1.2.3
1427 - * Fix Widgets Order/Selection
1428 - * Improve auto link feature
1429 - * Add a param to desactive font-size during tags cloud generation
1430 - * Add a param "min_usage" to display a tag in tags cloud
1431 - * Smallest size and largest size can be the same...
1432 - * Update translation
1433 -* Version 1.2.2
1434 - * Add more options for inline related posts / tags
1435 - * Fix empty title bug
1436 - * Add maximum param for the function st_the_tags()
1437 - * Update translation
1438 -* Version 1.2.1
1439 - * Fix limit for tag cloud
1440 -* Version 1.2
1441 - * New features
1442 - * Auto link tags in post content
1443 - * Auto tags (new and old content)
1444 - * Importer for embedded tags
1445 - * Tag Cloud
1446 - * Fix Tag Cloud Widgets
1447 - * New way for order tags cloud ( 2 steps )
1448 - * Allow embedded tag cloud
1449 - * Add tag cloud for a specific category
1450 - * Related Posts
1451 - * New options for automatic insertion
1452 - * Add a marker for post_excerpt
1453 - * Fixed display nothing when no related posts
1454 - * Current tags posts
1455 - * New options for automatic insertion
1456 - * Administration
1457 - * Check WP version
1458 - * Mass edit tags improved (search terms, filter untagged)
1459 - * Removed untagged page
1460 - * Improve special characters management (& ...)
1461 - * Uniformize alert message
1462 - * Autocompletion improved !
1463 - * Others
1464 - * Improved plugin cache
1465 -* Version 1.1.1
1466 - * Fix compatibily with MySQL < 4.1 (Marker "related_tags" of Related Posts is desactived.)
1467 -* Version 1.1
1468 - * Fix XML-RPC and Embedded Tags
1469 - * Improve compatibility JS with others plugins (calendar)
1470 - * Minor improve in administration (order keeping on update)
1471 - * Cleaner for empty terms
1472 - * Add limit days for Tag Clouds and Related Posts
1473 - * Add the marker: %relatedtags% for Related Posts => Display tag shared between 2 posts.
1474 - * True random for tag cloud
1475 - * Tag cloud can generate class level for CSS size/color
1476 - * Add Order to Tag Cloud Widgets
1477 - * Add 2 functions
1478 - * st_meta_keywords() : Display keywords for manual insert in header
1479 - * st_the_tags() : Improved the official the_tags() functions.
1480 - * Add marker for Technorati, Flickr and Delicious
1481 -* Version 1.0.4a (1.0.4a fix a small bug introduced in 1.0.4)
1482 - * Update 3 translations for 1.0.4
1483 - * Add Japanese translation
1484 - * Fix "exclude tags" in related posts
1485 -* Version 1.0.3
1486 - * Add 3 translations (german and chineses (zh_TW and zh_CN))
1487 - * Fix a potential bug with posts relateds and WP Object Cache
1488 - * Fix a bug with autocompletion JavaScript (tag not escape)
1489 - * Possibility to customize date format in related posts
1490 - * Optimization in meta keywords
1491 - * New markers to related posts (see advanced usage), old markers are still available
1492 -* Version 1.0.2
1493 - * Keywords
1494 - * Fix a rare bug with problem encoding
1495 - * Delete duplicate keywords
1496 - * Related posts
1497 - * Possibility to randomize post
1498 - * New class for tag UL: "st-related-posts"
1499 - * Tag cloud
1500 - * Possibility to randomize tags
1501 - * New class for tag UL: "st-tag-cloud"
1502 - * Administration
1503 - * Use WP roles instead old levels
1504 - * Possibility to order "Mass edit Tags" by Date or ID
1505 - * Counter now works on "Untagged" page"
1506 - * Fix one bug on Mass Edit Tags, he was impossible to delete all tags for a post.
1507 - * You can desactivate Widgets without have a fatal error
1508 -* Version 1.0.1
1509 - * Fixes 2-3 minors bugs
1510 -* Version 1.0
1511 - * Initial version
298 +The full changelog can be found on [GitHub](https://github.com/taxopress/taxopress/blob/master/CHANGELOG.md).