Skip to content

Commit 4673076

Browse files
committed
Update plugin version to 4.3-RC1 and add 4.3 changelog
1 parent d96ed28 commit 4673076

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

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.2
12+
* Version: 4.3-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.2' );
48+
define( 'DUPLICATE_POST_CURRENT_VERSION', '4.3-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.2"
56+
"pluginVersion": "4.3-RC1"
5757
}
5858
}

readme.txt

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

152152
== Changelog ==
153153

154+
= 4.3 (2021-12-14) =
155+
156+
Bugfixes:
157+
158+
* Fixes a bug where Rewrite & Republish copies could be displayed and queried in the front end.
159+
154160
= 4.2 (2021-11-18) =
155161

156162
Bugfixes:

0 commit comments

Comments
 (0)