- Fix for nasty update nag (plus a failsafe checkbox)
- Bulk clone action added (WP 4.7+)
- Wildcards enabled for custom fields to skip
- Options to copy post author, post format (moved from taxonomies), menu order, post template
- Check publish_posts/publish_pages capability to prevent Contributors from publishing by cloning
- Using wp_slash (WP 3.6+) or a better workaround (WP 4.4+) on the post and its meta, should also fix some compatibility issues
- Check if admin bar is showing before enqueueing CSS
- Probable fix for repeated clone bug
- Other minor bugs fixed
- Notices in admin after copying
- Fixes warning in custom post type archives
- Uses site options for version and notice
- Minor fixes
- Can now be enabled for every custom post type with visible UI (not just public ones)
- Admin bar CSS only enqueued when needed
- New "Donate" button
- Fixes for minor bugs and typos
- Fixes the issues for people upgrading from an older version
- Settings page redesigned
- More options to enable/disable copy of every part of a post
- Enable/disable cloning for every custom post type
- Jetpack Publicize compatibility
- Fixed a possible XSS
- Fixed other little bugs
- Translations removed to use WP.org's official translation project
- Checked PHP 7 compatibility
- PHP 5.4 (Strict Standards) compatible
- Fixed possible XSS and SQL injections
- other bugs
- Updated and added translations
- Tested up to WP 3.8.1
- Fixed regression about draft permalinks
- Fixed bug with guid
- Don't clone to_ping and pinged (maybe there will be an option about those later)
- New option to clone the children of the original page
- Licence changed to GPLv2 or later
- Fixed publishing dates for drafts
- Fixed bug with prefix/suffix
- Translation project moved to GlotPress
- Added options to choose where to show the "Clone" links
- Clone attachments (i.e. references in the DB, not physical files)
- Fix for untranslated user roles
- Some other fixes (missing checks, PHP warnings and errors, etc.)
- Fix for problems when copying serialized meta fields
- Fix for multiple _dp_original field
- Removed deprecated parameter when adding options
- Can't rely on activation hook for upgrade, this caused problems with new options
- Even more code cleaning (no more custom queries, using WP API)
- Term order preserved when copying
- Stopped using deprecated User levels, now it uses Roles and Capabilities
- 'Copy to a new draft' link in admin bar
- duplicate_post_get_original template tag
- Settings link in plugin list, 'Donate' and 'Translate' link in option page
- Fixed bug for permalinks
- Two links on posts list: clone immediately or copy to a new draft to edit.
- Tested on multisite mode.
- Fixed bug for action filters
- New option: you can choose if cloning from the posts list must copy the post status (draft, published, pending) too.
- WP 3.3 compatibility (still not tested against multiblog feature, so beware)
- Minimum WP version: 3.0
- Code cleanup
- Immediate cloning from post list
- Added options for taxonomies and post excerpt
- Added suffix option
- Added template tag
- WP 3.1.1 compatibility (still not tested against multiblog feature, so beware)
- Added complete Polish language files
- Plugin split in two files for faster opening in Plugins list page
- Fix conflicts with a few other plugins
- Added Dutch language files
- WP 3.0 compatibility (not tested against multiblog feature, so beware)
- Option page: minimum user level, title prefix, fields not to be copied, copy post/page date also
- Added German, Swedish, Romanian, Hebrew, Catalan (incomplete) and Polish (incomplete) language files
- Better integration with WP 2.7+ interface
- Added actions for plugins which store post metadata in self-managed tables
- Added French and Spanish language files
- Dropped WP 2.6.5 compatibility