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.5-RC1
12
+ * Version: 4.5
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.5-RC1 ' );
48
+ define ( 'DUPLICATE_POST_CURRENT_VERSION ' , '4.5 ' );
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 @@ -4,7 +4,7 @@ Donate link: https://yoast.com/wordpress/plugins/duplicate-post/
4
4
Tags: duplicate post, copy, clone
5
5
Requires at least: 5.8
6
6
Tested up to: 6.0
7
- Stable tag: 4.4
7
+ Stable tag: 4.5
8
8
Requires PHP: 5.6.20
9
9
License: GPLv2 or later
10
10
License URI: http://www.gnu.org/licenses/gpl-2.0.html
You can’t perform that action at this time.
0 commit comments