forked from Yoast/duplicate-post
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
163 lines (133 loc) · 5.62 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
# Changelog
## 3.2.3 (2019-07-10)
* Fixes incompatibility with previous versions of CF7
* Now roles without edit_posts capability but having equivalent capability for custom post types can be allowed to copy
* Small other fixes to bugs that could lead to incompatibilities with WPML and others
## 3.2.2 (2018-04-13)
* The "Admin bar" option shows the link in the post edit screen too, so you can use the plugin with Gutenberg enabled
* Option for "Slug" not set by default on new installations
* Better display of icon in the Admin bar on small screens
## 3.2.1 (2017-11-25)
* Fixing some issues of the 3.* trunk before major redesign
* Fixes issue when upgrading on multisite
* Improved compatibility with WPML + page builders, thanks to WPML team
* Prevents creating a revision immediately after the cloning
## 3.2 (2017-04-04)
* new website with extensive documentation
* WPML compatibility, thanks to WPML team
* improved Jetpack compatibility (Subscriptions, Markdown)
* small changes to hooks
* improved security with nonces
* various small fixes
## 3.1.2 (2016-12-13)
* Fix for custom fields not copied
## 3.1.1 (2016-12-13)
* Fix for nasty update nag (plus a failsafe checkbox)
## 3.1 (2016-12-13)
* 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
## 3.0.3 (2016-10-29)
* Notices in admin after copying
* Fixes warning in custom post type archives
* Uses site options for version and notice
* Minor fixes
## 3.0.2 (2016-10-18)
* 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
## 3.0.1 (2016-10-09)
* Fixes the issues for people upgrading from an older version
## 3.0 (2016-10-09)
* 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
## 2.6 (2014-04-27)
* 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
## 2.4.1 (2014-02-22)
* 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)
## 2.4 (2012-04-29)
* 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
## 2.3 (2012-04-06)
* 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.)
## 2.2 (2012-02-01)
* Fix for problems when copying serialized meta fields
* Fix for multiple _dp_original field
* Removed deprecated parameter when adding options
## 2.1.1 (2012-01-04)
* Can't rely on activation hook for upgrade, this caused problems with new options
## 2.1 (2012-01-03)
* 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
## 2.0.2 (2011-12-12)
* Fixed bug for permalinks
* Two links on posts list: clone immediately or copy to a new draft to edit.
* Tested on multisite mode.
## 2.0.1 (2011-12-08)
* Fixed bug for action filters
* New option so you can choose if cloning from the posts list must copy the post status (draft, published, pending) too.
## 2.0 (2011-12-08)
* 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
## 1.1.2 (2011-04-08)
* WP 3.1.1 compatibility (still not tested against multiblog feature, so beware)
* Added complete Polish language files
## 1.1.1 (2010-06-30)
* Plugin split in two files for faster opening in Plugins list page
* fix conflicts with a few other plugins
* Added Dutch language files
## 1.1 (2010-06-24)
* 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
## 1.0 (2010-06-15)
* 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
## 0.6.1 (2009-12-03)
* Tested WP 2.9 compatibility
## 0.6 (2007-07-21)
* Fix for WP 2.8.1
* WPMU compatibility
* Internationalization (Italian and Japanese language files shipped)
## 0.5 (2009-01-09)
* Fix for post-meta
* WP2.7 compatibility
## 0.4 (2008-11-23)
* Support for new WP post revision feature
## 0.3 (2008-03-01)
* Initial version on WP repository