PluginProbe ʕ •ᴥ•ʔ
Yoast Duplicate Post / 4.4
Yoast Duplicate Post v4.4
trunk 0.3 0.4 0.5 0.6 0.6.1 1.0 1.1 1.1.1 1.1.2 2.0 2.0.1 2.0.2 2.1 2.1.1 2.2 2.3 2.4 2.4.1 2.5 2.6 3.0 3.0.1 3.0.2 3.0.3 3.1 3.1.1 3.1.2 3.2 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 4.0 4.0.1 4.0.2 4.1 4.1.1 4.1.2 4.2 4.3 4.4 4.5 4.6
duplicate-post / readme.txt
duplicate-post Last commit date
compat 4 years ago css 5 years ago js 4 years ago src 4 years ago vendor 4 years ago admin-functions.php 4 years ago common-functions.php 4 years ago duplicate-post.php 4 years ago duplicate_post_yoast_icon-125x125.png 5 years ago gpl-2.0.txt 14 years ago options.php 4 years ago readme.txt 4 years ago
readme.txt
431 lines
1 === Yoast Duplicate Post ===
2 Contributors: yoast, lopo
3 Donate link: https://yoast.com/wordpress/plugins/duplicate-post/
4 Tags: duplicate post, copy, clone
5 Requires at least: 5.8
6 Tested up to: 6.0
7 Stable tag: 4.4
8 Requires PHP: 5.6.20
9 License: GPLv2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
12 The go-to tool for cloning posts and pages, including the powerful Rewrite & Republish feature.
13
14 == Description ==
15
16 This plugin allows users to clone posts of any type, or copy them to new drafts for further editing.
17
18 How it works:
19
20 1. In 'Edit Posts'/'Edit Pages', you can click on 'Clone' link below the post/page title: this will immediately create a copy and return to the list.
21
22 2. In 'Edit Posts'/'Edit Pages', you can select one or more items, then choose 'Clone' in the 'Bulk Actions' dropdown to copy them all at once.
23
24 3. In 'Edit Posts'/'Edit Pages', you can click on 'New Draft' link below the post/page title.
25
26 4. On the post edit screen, you can click on 'Copy to a new draft' above "Cancel"/"Move to trash" or in the admin bar.
27
28 5. While viewing a post as a logged in user, you can click on 'Copy to a new draft' in the admin bar.
29
30 3, 4 and 5 will lead to the edit page for the new draft: change what you want, click on 'Publish' and you're done.
31
32 There is also a **template tag**, so you can put it in your templates and clone your posts/pages from the front-end. Clicking on the link will lead you to the edit page for the new draft, just like the admin bar link.
33
34 Duplicate Post has many useful settings to customize its behavior and restrict its use to certain roles or post types. Check out the extensive documentation [on yoast.com](https://yoast.com/wordpress/plugins/duplicate-post/) and our [developer docs](https://developer.yoast.com/duplicate-post/).
35
36 == Installation ==
37
38 Use WordPress' Add New Plugin feature, searching "Duplicate Post", or download the archive and:
39
40 1. Unzip the archive on your computer
41 2. Upload `duplicate-post` directory to the `/wp-content/plugins/` directory
42 3. Activate the plugin through the 'Plugins' menu in WordPress
43 4. Go to Settings -> Duplicate Post and customize behaviour as needed
44
45 == Frequently Asked Questions ==
46
47 = The plugin doesn't work, why? =
48
49 First, check your version of WordPress: the plugin is not supposed to work on old versions anymore. Make sure also to upgrade to the last version of the plugin!
50
51 Then try to deactivate and re-activate it, some user have reported that this fixes some problems.
52
53 Pay also attention to the "Permissions" tab in the Settings: make sure the plugin is enabled for the desired roles and post types.
54
55 If it still doesn't work, maybe there is some kind of conflict with other plugins: feel free [to write in the forum](https://wordpress.org/support/plugin/duplicate-post) and we'll try to discover a solution (it will be *really* helpful if you try to deactivate all your other plugins one by one to see which one conflicts with mine... But do it only if you know what you're doing, I will not be responsible of any problem you may experience).
56
57 = The plugin is not translated in my language! =
58
59 From version 3.0 the plugin's translations are managed by the WordPress.org platform and the plugin is shipped without language files, so first of all update translations under Dashboard->Updates.
60
61 If Duplicate Post is still in English, or if there are some untranslated strings, you can [help translating to your language](https://translate.wordpress.org/projects/wp-plugins/duplicate-post): you only need a WordPress.org account.
62
63 == Screenshots ==
64
65 1. Classic editor.
66 2. Block editor.
67 3. Post list.
68 4. Admin bar menu.
69 5. Bulk actions.
70 6. The options page.
71
72 == Upgrade Notice ==
73
74 = 3.2.6 =
75 Compatibility with WP 5.5 + various fixes
76
77 = 3.2.5 =
78 First release from Yoast + accessibility improvements + filter deprecated
79
80 = 3.2.4 =
81 Options to show original post + accessibility improvements
82
83 = 3.2.3 =
84 Fixes some bugs and incompatibilities with CF7, WPML, and custom post types with custom capabilities
85
86 = 3.2.2 =
87 Adds compatibility with Gutenberg UI and fixes a problem with slugs on new installs
88
89 = 3.2.1 =
90 Fixes some problems with Multisite, WPML, revisions
91
92 = 3.2 =
93 new website + WPML compatibility + various fixes
94
95 = 3.1.2 =
96 Fixes the problem with custom fields
97
98 = 3.1.1 =
99 Bulk clone + custom field wildcards + other features + bugfixes + fix for nasty nag
100
101 = 3.1 =
102 Bulk clone + custom field wildcards + other features + bugfixes
103
104 = 3.0.3 =
105 Notices + small fixes and improvements
106
107 = 3.0.2 =
108 Small bugfixes: check the changelog for more info
109
110 = 3.0.1 =
111 Recommended if you have 3.0: fixes the upgrade bug
112
113 = 3.0 =
114 Major redesign of the settings page + fine-tune options (what to copy, custom post types, etc.) + bugfixes and XSS prevention
115
116 = 2.6 =
117 PHP 5.4 (Strict Standards) compatible + Fixed possible XSS and SQL injections + other bugs
118
119 = 2.4.1 =
120 Fixes a couple of bug. Recommended if you have problems with v2.4
121
122 = 2.4 =
123 Copy child pages + a couple of bugfixes + licence switch to GPLv2
124
125 = 2.3 =
126 Fixes a bunch of bugs + copy attachments + choose where to show the links.
127
128 = 2.2 =
129 VERY IMPORTANT UPGRADE to get rid of problems with complex custom fields, afflicting both 2.1.* releases.
130
131 = 2.1.1 =
132 Fix for upgrade problem
133
134 = 2.1 =
135 Copy from admin bar + user levels out, roles and capabilities in.
136
137 = 2.0.2 =
138 Fixed permalink bug + double choice on posts list
139
140 = 2.0.1 =
141 Bug fix + new option
142
143 = 2.0 =
144 Several improvements and new features, see changelog. Requires WP 3.0+.
145
146 = 1.1.1 =
147 Some users have experienced a fatal error when upgrading to v1.1: this may fix it, if it's caused by a plugin conflict.
148
149 = 1.1 =
150 New features and customization, WP 3.0 compatibility: you should upgrade if you want to copy Custom Posts with Custom Taxonomies.
151
152 == Changelog ==
153
154 = 4.4 (2022-01-25) =
155
156 Enhancements:
157
158 * Converts the upgrade notice into a welcome notice for first-time users.
159
160 Bugfixes:
161
162 * Fixes a bug where HTML tags in a Custom HTML block would be removed when republishing a scheduled Rewrite & Republish copy.
163 * Fixes a bug where the button style would be broken in the Classic Editor.
164 * Fixes a bug where a fatal error would be triggered in the Widgets page in combination with some themes or plugins.
165
166 Other:
167 * Sets the WordPress tested up to version to 5.9.
168
169 = 4.3 (2021-12-14) =
170
171 Bugfixes:
172
173 * Fixes a bug where Rewrite & Republish copies could be displayed and queried in the front end.
174
175 = 4.2 (2021-11-18) =
176
177 Bugfixes:
178
179 * Fixes a bug where some strings where not translated.
180 * Fixes a bug where meta data went missing for duplicate posts created by the Rewrite & Republish feature. Props to [ocean90](https://github.com/ocean90).
181 * Fixes a bug where the plugin would not initialize if installed via composer.
182
183 Other:
184
185 * Replaces Mailchimp with MailBlue newsletter integration.
186 * Improved compatibility for PHP 8.0.
187 * Improved sort order of the taxonomies list on the options page.
188 * Most plugin files have been renamed. If you extend this plugin of include any of the files from the plugin from within your own plugin, you may need to adjust the file name used in the `include`/`require` statement.
189
190 = 4.1.2 (2021-03-23) =
191
192 Enhancements:
193
194 * Allows plugins such as ACF to add fields to the "Compare changes" screen for Rewrite & Republish.
195
196 Bugfixes:
197
198 * Fixes a bug where the "Compare changes" screen for the Rewrite & Republish feature displayed a broken layout in WordPress 5.7.
199 * Fixes a bug where a post type enabled by filter couldn't be copied.
200 * Fixes a bug where the "Show links in" settings were reset to the default value on version upgrade.
201
202 = 4.1.1 (2021-01-27) =
203
204 Bugfixes:
205
206 * Fixes a bug where editing posts with Elementor could trigger a fatal error.
207
208 = 4.1 (2021-01-27) =
209
210 Enhancements:
211
212 * Improves compatibility between Elementor and the Rewrite and Republish feature.
213
214 Bugfixes:
215
216 * Fixes a bug where Rewrite & Republish notices would be shown for regular copies.
217 * Fixes a bug where the original post of a Rewrite & Republish copy was listed in the Yoast SEO Premium link suggestions.
218
219 Other:
220
221 * Disables the plugin for WooCommerce products and introduces filter for enabled post types.
222
223 = 4.0.2 (2021-01-14) =
224
225 Bugfixes:
226
227 * Fixes a bug where errors or notices could be triggered when using the plugin with some other plugins or custom code.
228
229 = 4.0.1 (2021-01-12) =
230
231 Bugfixes:
232
233 * Fixes a bug that caused a fatal error when used with some plugins.
234
235 = 4.0 (2021-01-12) =
236
237 Enhancements:
238
239 * Introduces the Rewrite & Republish feature, offering you the possibility to update a post/page without taking it offline or having to take extra steps. This feature is currently not available when Elementor is active on your site.
240 * Introduces an integration with the Block Editor.
241 * Introduces new settings to individually enable/disable the `New Draft`, `Clone` and `Rewrite & Republish` links.
242
243 = 3.2.6 (2020-09-17) =
244 * Compatibility with WordPress 5.5
245 * Fixed bug about copying comments in WordPress 5.5
246 * Check user permission when adding option to the bulk actions dropdown list
247 * Improved update notice to be displayed only on selected screens when updating from < 3.2.5
248 * Updated template tag documentation link
249 * Added missing gettext to "Subscribe" button
250
251 = 3.2.5 (2020-07-07) =
252 * First release from Yoast
253 * Accessibility improvements to the settings page
254 * Accessibility improvements to the "Show original item" metabox
255 * Accessibility improvements to the "Show original item" check box in Quick Edit
256 * duplicate_post_blacklist_filter deprecated in favor of duplicate_post_excludelist_filter
257
258 = 3.2.4 (2019-12-10) =
259 * Options to show original item in post list (in a column or alongside post states) or in a metabox in the edit screen
260 * Accessibility improvements
261 * Small other fixes
262
263 = 3.2.3 (2019-07-10) =
264 * Fixes incompatibility with previous versions of CF7
265 * Now roles without edit_posts capability but having equivalent capability for custom post types can be allowed to copy
266 * Small other fixes to bugs that could lead to incompatibilities with WPML and others
267
268 = 3.2.2 (2018-04-13) =
269 * The "Admin bar" option shows the link in the post edit screen too, so you can use the plugin with Gutenberg enabled
270 * Option for "Slug" not set by default on new installations
271 * Better display of icon in the Admin bar on small screens
272
273 = 3.2.1 (2017-11-25) =
274 * Fixing some issues of the 3.* trunk before major redesign
275 * Fixes issue when upgrading on multisite
276 * Improved compatibility with WPML + page builders, thanks to WPML team
277 * Prevents creating a revision immediately after the cloning
278
279 = 3.2 (2017-04-04) =
280 * new website with extensive documentation
281 * WPML compatibility, thanks to WPML team
282 * improved Jetpack compatibility (Subscriptions, Markdown)
283 * small changes to hooks
284 * improved security with nonces
285 * various small fixes
286
287 = 3.1.2 (2016-12-13) =
288 * Fix for custom fields not copied
289
290 = 3.1.1 (2016-12-13) =
291 * Fix for nasty update nag (plus a failsafe checkbox)
292
293 = 3.1 (2016-12-13) =
294 * Bulk clone action added (WP 4.7+)
295 * Wildcards enabled for custom fields to skip
296 * Options to copy post author, post format (moved from taxonomies), menu order, post template
297 * Check publish_posts/publish_pages capability to prevent Contributors from publishing by cloning
298 * 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
299 * Check if admin bar is showing before enqueueing CSS
300 * Probable fix for repeated clone bug
301 * Other minor bugs fixed
302
303 = 3.0.3 (2016-10-29) =
304 * Notices in admin after copying
305 * Fixes warning in custom post type archives
306 * Uses site options for version and notice
307 * Minor fixes
308
309 = 3.0.2 (2016-10-18) =
310 * Can now be enabled for every custom post type with visible UI (not just public ones)
311 * Admin bar CSS only enqueued when needed
312 * New "Donate" button
313 * Fixes for minor bugs and typos
314
315 = 3.0.1 (2016-10-09) =
316 * Fixes the issues for people upgrading from an older version
317
318 = 3.0 (2016-10-09) =
319 * Settings page redesigned
320 * More options to enable/disable copy of every part of a post
321 * Enable/disable cloning for every custom post type
322 * Jetpack Publicize compatibility
323 * Fixed a possible XSS
324 * Fixed other little bugs
325 * Translations removed to use WP.org's official translation project
326 * Checked PHP 7 compatibility
327
328 = 2.6 (2014-04-27) =
329 * PHP 5.4 (Strict Standards) compatible
330 * Fixed possible XSS and SQL injections
331 * other bugs
332 * Updated and added translations
333 * Tested up to WP 3.8.1
334
335 = 2.4.1 (2014-02-22) =
336 * Fixed regression about draft permalinks
337 * Fixed bug with guid
338 * Don't clone to_ping and pinged (maybe there will be an option about those later)
339
340 = 2.4 (2012-04-29) =
341 * New option to clone the children of the original page
342 * Licence changed to GPLv2 or later
343 * Fixed publishing dates for drafts
344 * Fixed bug with prefix/suffix
345 * Translation project moved to GlotPress
346
347 = 2.3 (2012-04-06) =
348 * Added options to choose where to show the "Clone" links
349 * Clone attachments (i.e. references in the DB, not physical files)
350 * Fix for untranslated user roles
351 * Some other fixes (missing checks, PHP warnings and errors, etc.)
352
353 = 2.2 (2012-02-01) =
354 * Fix for problems when copying serialized meta fields
355 * Fix for multiple _dp_original field
356 * Removed deprecated parameter when adding options
357
358 = 2.1.1 (2012-01-04) =
359 * Can't rely on activation hook for upgrade, this caused problems with new options
360
361 = 2.1 (2012-01-03) =
362 * Even more code cleaning (no more custom queries, using WP API)
363 * Term order preserved when copying
364 * Stopped using deprecated User levels, now it uses Roles and Capabilities
365 * 'Copy to a new draft' link in admin bar
366 * duplicate_post_get_original template tag
367 * Settings link in plugin list, 'Donate' and 'Translate' link in option page
368
369 = 2.0.2 (2011-12-12) =
370 * Fixed bug for permalinks
371 * Two links on posts list: clone immediately or copy to a new draft to edit.
372 * Tested on multisite mode.
373
374 = 2.0.1 (2011-12-08) =
375 * Fixed bug for action filters
376 * New option so you can choose if cloning from the posts list must copy the post status (draft, published, pending) too.
377
378 = 2.0 (2011-12-08) =
379 * WP 3.3 compatibility (still not tested against multiblog feature, so beware)
380 * Minimum WP version: 3.0
381 * Code cleanup
382 * Immediate cloning from post list
383 * Added options for taxonomies and post excerpt
384 * Added suffix option
385 * Added template tag
386
387 = 1.1.2 (2011-04-08) =
388 * WP 3.1.1 compatibility (still not tested against multiblog feature, so beware)
389 * Added complete Polish language files
390
391 = 1.1.1 (2010-06-30) =
392 * Plugin split in two files for faster opening in Plugins list page
393 * fix conflicts with a few other plugins
394 * Added Dutch language files
395
396 = 1.1 (2010-06-24) =
397 * WP 3.0 compatibility (not tested against multiblog feature, so beware)
398 * Option page: minimum user level, title prefix, fields not to be copied, copy post/page date also
399 * Added German, Swedish, Romanian, Hebrew, Catalan (incomplete) and Polish (incomplete) language files
400
401 = 1.0 (2010-06-15) =
402 * Better integration with WP 2.7+ interface
403 * Added actions for plugins which store post metadata in self-managed tables
404 * Added French and Spanish language files
405 * Dropped WP 2.6.5 compatibility
406
407 = 0.6.1 (2009-12-03) =
408 * Tested WP 2.9 compatibility
409
410 = 0.6 (2007-07-21) =
411 * Fix for WP 2.8.1
412 * WPMU compatibility
413 * Internationalization (Italian and Japanese language files shipped)
414
415 = 0.5 (2009-01-09) =
416 * Fix for post-meta
417 * WP2.7 compatibility
418
419 = 0.4 (2008-11-23) =
420 * Support for new WP post revision feature
421
422 = 0.3 (2008-03-01) =
423 * Initial version on WP repository
424
425 == Contribute ==
426
427 If you find this useful and if you want to contribute, there are two ways:
428
429 1. Submit your bug reports, suggestions and requests for features on [GitHub](https://github.com/Yoast/duplicate-post);
430 2. If you want to translate it to your language (there are just a few lines of text), you can use the [translation project](https://translate.wordpress.org/projects/wp-plugins/duplicate-post);
431