Skip to content

Commit 361c432

Browse files
author
YoastBot
committed
Add changelog
1 parent 52af0f9 commit 361c432

1 file changed

Lines changed: 29 additions & 12 deletions

File tree

readme.txt

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,39 +71,56 @@ If Duplicate Post is still in English, or if there are some untranslated strings
7171

7272
== Changelog ==
7373

74-
= 4.5 =
74+
= 4.6 =
7575

76-
Release date: 2022-06-28
76+
Release date: 2026-03-03
7777

7878
#### Enhancements
7979

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.
8183

8284
#### Bugfixes
8385

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
8592

8693
#### Other
8794

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.
89108

90-
= 4.4 =
109+
= 4.5 =
91110

92-
Release date: 2022-01-25
111+
Release date: 2022-06-28
93112

94113
#### Enhancements
95114

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.
97116

98117
#### Bugfixes
99118

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.
103120

104121
#### Other
105122

106-
* Sets the WordPress tested up to version to 5.9.
123+
* Sets the WordPress tested up to version to 6.0.
107124

108125
= Earlier versions =
109126
For the changelog of earlier versions, please refer to [the changelog on yoast.com](https://yoa.st/duplicate-post-changelog).

0 commit comments

Comments
 (0)