=== Term Taxonomy Converter ===

Contributors: dhanendran
Tags: categories and tags converter, taxonomy converter, copy taxonomies, duplicate taxonomies, terms
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.8.3
Stable tag: 1.3.0
License: GPLv3 or later
License URI: <a href="http://www.gnu.org/licenses/gpl-3.0.html">http://www.gnu.org/licenses/gpl-3.0.html</a>


Copy or convert terms between taxonomies.

== Description ==

Initial version of this plugin is a fork of https://wordpress.org/plugins/taxonomy-converter/.

Copy or convert terms between taxonomies.

Taxonomies include categories, tags and any other custom taxonomies that may be present with your active theme and plugins.

This plugin, allows you to copy (duplicate) or convert (move) terms from one taxonomy to another or to multiple taxonomies, while maintaining associated posts.

== Installation ==

1. Upload the `term-taxonomy-converter` folder to the `/wp-content/plugins/` directory, or search for Term Taxonomy Converter on the `Plugins > Add New` admin page and Install Now.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to the Tools -> Term Taxonomy Converter

== Changelog ==

= 1.3.0 =
* Enhanced security with proper nonce verification and input sanitization
* Improved code quality following WordPress coding standards
* Added comprehensive error handling with user-friendly messages
* Updated to require WordPress 5.0+ and PHP 7.4+

= 1.2.1 =
* Bug fixes and improvements

= 1.1 =
* Updated copyright information

= 1.0 =
* Initial plugin