Skip to content

Commit 323a273

Browse files
Update the plugin version to 4.2-RC1
1 parent 2e6619c commit 323a273

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

duplicate-post.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin Name: Yoast Duplicate Post
1010
* Plugin URI: https://yoast.com/wordpress/plugins/duplicate-post/
1111
* Description: The go-to tool for cloning posts and pages, including the powerful Rewrite & Republish feature.
12-
* Version: 4.1.2
12+
* Version: 4.2-RC1
1313
* Author: Enrico Battocchi & Team Yoast
1414
* Author URI: https://yoast.com
1515
* Text Domain: duplicate-post
@@ -45,7 +45,7 @@
4545
define( 'DUPLICATE_POST_PATH', plugin_dir_path( __FILE__ ) );
4646
}
4747

48-
define( 'DUPLICATE_POST_CURRENT_VERSION', '4.1.2' );
48+
define( 'DUPLICATE_POST_CURRENT_VERSION', '4.2-RC1' );
4949

5050
$duplicate_post_autoload_file = DUPLICATE_POST_PATH . 'vendor/autoload.php';
5151

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"@wordpress/plugins": "^2.23.0"
5454
},
5555
"yoast": {
56-
"pluginVersion": "4.1.2"
56+
"pluginVersion": "4.2-RC1"
5757
}
5858
}

readme.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,21 @@ New features and customization, WP 3.0 compatibility: you should upgrade if you
151151

152152
== Changelog ==
153153

154+
= 4.2 (2021-11) =
155+
156+
Bugfixes:
157+
158+
* Fixes a bug where some strings where not translated.
159+
* Fixes a bug where meta data went missing for duplicate posts created by the Rewrite & Republish feature. Props to @ocean90.
160+
* Fixes a bug where the plugin would not initialize if installed via composer.
161+
162+
Other:
163+
164+
* Replaces Mailchimp with MailBlue newsletter integration.
165+
* Improved compatibility for PHP 8.0.
166+
* Improved sort order of the taxonomies list on the options page.
167+
* 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.
168+
154169
= 4.1.2 (2021-03-23) =
155170

156171
Enhancements:

0 commit comments

Comments
 (0)