You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+29-12Lines changed: 29 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -71,39 +71,56 @@ If Duplicate Post is still in English, or if there are some untranslated strings
71
71
72
72
== Changelog ==
73
73
74
-
= 4.5 =
74
+
= 4.6 =
75
75
76
-
Release date: 2022-06-28
76
+
Release date: 2026-03-03
77
77
78
78
#### Enhancements
79
79
80
-
* Improves the impact of the plugin on the performance of the site by avoiding useless calls on the `gettext` filter.
80
+
* Improves the compatibility with the Block Editor.
81
+
* Improves the style of the _Copy to a new draft_ and _Rewrite & Republish_ actions in the Block Editor.
82
+
* Replaces the metabox with a sidebar panel in the Block Editor.
81
83
82
84
#### Bugfixes
83
85
84
-
* Fixes a bug where a section in the Classic Editor's submitbox would be displayed with incorrect margins.
86
+
* Fixes a bug where cloning an attachment did not copy its caption as expected. Props to @masteradhoc.
87
+
* Fixes a bug where cloning an attachment did not copy its description as expected.
88
+
* Fixes a bug where notices would not be appearing in the block editor, throwing console errors, with some locales.
89
+
* Fixes a bug where Rewrite & Republish copies could remain orphaned, blocking editors from creating a new Rewrite & Republish copy for the original post.
90
+
* Fixes a bug where translations where missing in the buttons and the notices in the Block Editor. Props to @petitphp.
91
+
* Minor security improvement
85
92
86
93
#### Other
87
94
88
-
* Sets the WordPress tested up to version to 6.0.
95
+
* Adds `duplicate_post_before_republish` and `duplicate_post_after_republish` action hooks fired before and after republishing. Props to @piscis.
96
+
* Deprecates the `dp_duplicate_post` and `dp_duplicate_page` hooks and introduces a new unified `duplicate_post_after_duplicated` action hook that replaces them. The new hook includes the post type as a fourth parameter for flexible filtering.
97
+
* Drops compatibility with PHP 5.6, 7.0 and 7.1.
98
+
* Drops compatibility with PHP 7.2 and 7.3.
99
+
* Improves discoverability of security policy in Packagist.
100
+
* Improves how the translations are loaded by relying on the WordPress mechanism for that. Props to @swissspidy.
101
+
* Improves security of the Bulk Clone action and the republishing of a copy.
102
+
* Sets the minimum supported WordPress version to 6.8.
103
+
* Sets the WordPress tested up to version to 6.9.
104
+
* The plugin has no known incompatibilities with PHP 8.3
105
+
* Users requiring this package via [WP]Packagist can now use the `composer/installers` v2.
106
+
* Verified compatibility with PHP 8.5
107
+
* Verified PHP 8.2 compatibility.
89
108
90
-
= 4.4 =
109
+
= 4.5 =
91
110
92
-
Release date: 2022-01-25
111
+
Release date: 2022-06-28
93
112
94
113
#### Enhancements
95
114
96
-
* Converts the upgrade notice into a welcome notice for first-time users.
115
+
* Improves the impact of the plugin on the performance of the site by avoiding useless calls on the `gettext` filter.
97
116
98
117
#### Bugfixes
99
118
100
-
* Fixes a bug where HTML tags in a Custom HTML block would be removed when republishing a scheduled Rewrite & Republish copy.
101
-
* Fixes a bug where the button style would be broken in the Classic Editor.
102
-
* Fixes a bug where a fatal error would be triggered in the Widgets page in combination with some themes or plugins.
119
+
* Fixes a bug where a section in the Classic Editor's submitbox would be displayed with incorrect margins.
103
120
104
121
#### Other
105
122
106
-
* Sets the WordPress tested up to version to 5.9.
123
+
* Sets the WordPress tested up to version to 6.0.
107
124
108
125
= Earlier versions =
109
126
For the changelog of earlier versions, please refer to [the changelog on yoast.com](https://yoa.st/duplicate-post-changelog).
0 commit comments