=== Necessary-tools === Contributors: foresthoffman Tags: duplication, posts, admin Requires at least: 3.0.2 Tested up to: 4.2.4 Stable tag: 0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Necessary Tools provides useful features that should be included in WordPress by default. Current features include post cloning. == Description == This plugin contains features that improve the quality-of-life for WordPress users. Currently the only feature is the "cloning" (duplication) of all post types (including custom ones). The plugin adds a small grey button above the Update/Publish button in the Post edit page. Clicking the "Clone" button redirects the user to the freshly cloned post, which will contain any content, categories, tags, custom taxonomies, and meta data that it's parent had. == Installation == 1. Upload `necessary-tools.zip` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Navigate to a post edit page, enter some content, and save the post 4. Click the grey "Clone" button above the Update/Publish button Tada, you cloned a post! Now, you can clone any custom post type you want! == Changelog == = 0.3.2 = * Updated .gitignore = 0.3.1 = * Added nonce validation to the cloning feature = 0.3 = * Updated the readme.txt * Added GPLv2 License = 0.2 = * Added cloning feature for all post types = 0.1 = * Intital commit