- Added back support for PHP 8.1 #60
- Statamic 4 support #59 by @grantholle
- Aligned the Duplicate action with recent changes in the Core action (added authorization, fixed for collections without slugs) #59
This addon is back! The Duplicator addon was merged into Statamic Core a few months ago. However, it doesn't yet support multi-sites.
If you need to update your multi-site and keep Duplicator, you can now keep this addon:
- The Assets/Form duplicate actions will be handled by Statamic.
- The Entry/Term duplicate actions will be handled by this addon, in the same way they were handed previously.
Please also give a 👍 reaction to the feature request on statamic/ideas.
- Fixed an issue where duplicating an Asset wouldn't work when you have the Stache Watcher disabled (again!) #49 #53
- Updated German translation #52
- Fixed an issue where duplicating an Asset wouldn't work when you have the Stache Watcher disabled #49 #50
- Fixed an issue where the Duplicate action could (in theory) show on Forms, even if the site isn't on a high enough Statamic version for it to work
- You can now duplicate Forms! 🎉 #38 #44 by @duncanmcclean
- You may now ignore certain fields when duplicating #39 #42 by @duncanmcclean
- You may now duplicate entries to all sites, in addition to just a specific one #41 #43 by @duncanmcclean
- Statamic 3.3 support
- PHP 8.1 Support #35
- Dropped Laravel 6 support
- Dropped PHP 7.3 support
- Fixed an issue with collections with a no-root structure
From v2.0.0 onwards, Duplicator only supports Statamic 3.2 onwards.
- Entry dates are now duplicated along with rest of entry #30
- Fixed issue with collection trees in Statamic 3.2 #31
- Support for Statamic 3.2
- A 'fingerprint' toggle. See documentation #27
- You can now duplicate assets!
- German Translation #25
- You can now duplicate taxonomy terms #24
- You can no longer see the Duplicator actions when in bulk for resources not supported.
- Tests would fail if Duplicator was installed #23
- Dutch translation #22
- Support for Statamic 3.1
- French translations #20
- Ability to set default published state for duplicated entries, via new duplicator.php config file. #19
- [fix] Fixed an error that would happen when publishing translations.
- Allow for duplicating bulk entries at once.
- Improve the way titles and slugs of duplicated entries are generated. #10
- [fix] Fixed issues with collection structures #14
- Fixed bug when duplicating an entry, where the collection isn't structured. #13
- [new] Duplicated entries will use the same parent in the collection structure, instead of falling to the root. #12
- Fixed bug when duplicating entries on multi-sites.
Duplicator now gives you the option to select a site to duplicate to (if you're using a multi-site setup).
- Officially supports Statamic 3 (not beta)
- Action text and title, slug stuff can now be localised, #3
Now compatible with Statamic 3 Beta 31!
- Fix issue with blueprints being duplicated - thanks @johncarter-
Fully tested and a small bit of refactoring
Initial Release