Skip to content

Commit 70ecb66

Browse files
author
YoastBot CI
committed
Bump version to 4.5-RC1
1 parent ee8add6 commit 70ecb66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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.4
12+
* Version: 4.5-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.4' );
48+
define( 'DUPLICATE_POST_CURRENT_VERSION', '4.5-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
@@ -54,6 +54,6 @@
5454
"@wordpress/plugins": "^2.23.0"
5555
},
5656
"yoast": {
57-
"pluginVersion": "4.4"
57+
"pluginVersion": "4.5-RC1"
5858
}
5959
}

0 commit comments

Comments
 (0)