Skip to content

Commit e5c5d6f

Browse files
Bump version number to 4.7-RC1
1 parent a20d042 commit e5c5d6f

2 files changed

Lines changed: 3 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.6
12+
* Version: 4.7-RC1
1313
* Author: Enrico Battocchi & Team Yoast
1414
* Author URI: https://yoa.st/team-yoast-duplicate
1515
* Text Domain: duplicate-post
@@ -47,7 +47,7 @@
4747
define( 'DUPLICATE_POST_PATH', plugin_dir_path( __FILE__ ) );
4848
}
4949

50-
define( 'DUPLICATE_POST_CURRENT_VERSION', '4.6' );
50+
define( 'DUPLICATE_POST_CURRENT_VERSION', '4.7-RC1' );
5151

5252
$duplicate_post_autoload_file = DUPLICATE_POST_PATH . 'vendor/autoload.php';
5353

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
"@wordpress/plugins": "^2.23.0"
5252
},
5353
"yoast": {
54-
"pluginVersion": "4.6"
54+
"pluginVersion": "4.7-RC1"
5555
}
5656
}

0 commit comments

Comments
 (0)