Changes
- Added: [clone] shortcode – Provide a method to determine what needs to be cloned bobbingwide/oik-clone#5
- Changed: Add $slaves parameter to oik_clone_publicize()
- Changed: Add
form=
parameter to [clone] shortcode. default=y - Changed: Add logic to build the relationships for the posts to clone
- Changed: Add some error detection in oik_clone_load_post()
- Changed: Fixes #6 – Provide a method to clone directly from the clone shortcode output bobbingwide/oik-clone#6
- Changed: Fixes #7 – Change from checking post_type_supports ‘publicize’ to ‘clone’ bobbingwide/oik-clone#7
- Changed: Move add_filter oik_clone_build_list filter from oik_clone_relationships
- Changed: Only add oik_clone_build_list filter once
- Changed: Rename oik_clone_publicize() to oik_clone_clone()
- Changed: Update [cloned] to show the clone date
- Changed: Updated language files
- Changed: Use bw_json_decode() to protect from Warnings and Notices returned from the server
- Fixed: bobbingwide/oik-clone#3