Skip to content

Commit 1eec3da

Browse files
Bump version
1 parent cd58f4d commit 1eec3da

File tree

3 files changed

+15
-3
lines changed

3 files changed

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

readme.txt

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

152152
== Changelog ==
153153

154+
= 4.4 (2022-01-25) =
155+
156+
Enhancements:
157+
158+
* Converts the upgrade notice into a welcome notice for first-time users.
159+
160+
Bugfixes:
161+
162+
* Fixes a bug where HTML tags in a Custom HTML block would be removed when republishing a scheduled Rewrite & Republish copy.
163+
* Fixes a bug where the button style would be broken in the Classic Editor.
164+
* Fixes a bug where a fatal error would be triggered in the Widgets page.
165+
154166
= 4.3 (2021-12-14) =
155167

156168
Bugfixes:

0 commit comments

Comments
 (0)