File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
* Plugin Name: Yoast Duplicate Post
10
10
* Plugin URI: https://yoast.com/wordpress/plugins/duplicate-post/
11
11
* Description: The go-to tool for cloning posts and pages, including the powerful Rewrite & Republish feature.
12
- * Version: 4.4-RC2
12
+ * Version: 4.4-RC3
13
13
* Author: Enrico Battocchi & Team Yoast
14
14
* Author URI: https://yoast.com
15
15
* Text Domain: duplicate-post
45
45
define ( 'DUPLICATE_POST_PATH ' , plugin_dir_path ( __FILE__ ) );
46
46
}
47
47
48
- define ( 'DUPLICATE_POST_CURRENT_VERSION ' , '4.4-RC2 ' );
48
+ define ( 'DUPLICATE_POST_CURRENT_VERSION ' , '4.4-RC3 ' );
49
49
50
50
$ duplicate_post_autoload_file = DUPLICATE_POST_PATH . 'vendor/autoload.php ' ;
51
51
Original file line number Diff line number Diff line change 53
53
"@wordpress/plugins" : " ^2.23.0"
54
54
},
55
55
"yoast" : {
56
- "pluginVersion" : " 4.4-RC2 "
56
+ "pluginVersion" : " 4.4-RC3 "
57
57
}
58
58
}
You can’t perform that action at this time.
0 commit comments