Skip to content

Commit

Permalink
Bump version to 4.5 on free
Browse files Browse the repository at this point in the history
  • Loading branch information
YoastBot CI committed Jun 28, 2022
1 parent 66efa2f commit be174d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions duplicate-post.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Yoast Duplicate Post
* Plugin URI: https://yoast.com/wordpress/plugins/duplicate-post/
* Description: The go-to tool for cloning posts and pages, including the powerful Rewrite & Republish feature.
* Version: 4.5-RC1
* Version: 4.5
* Author: Enrico Battocchi & Team Yoast
* Author URI: https://yoast.com
* Text Domain: duplicate-post
Expand Down Expand Up @@ -45,7 +45,7 @@
define( 'DUPLICATE_POST_PATH', plugin_dir_path( __FILE__ ) );
}

define( 'DUPLICATE_POST_CURRENT_VERSION', '4.5-RC1' );
define( 'DUPLICATE_POST_CURRENT_VERSION', '4.5' );

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

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://yoast.com/wordpress/plugins/duplicate-post/
Tags: duplicate post, copy, clone
Requires at least: 5.8
Tested up to: 6.0
Stable tag: 4.4
Stable tag: 4.5
Requires PHP: 5.6.20
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit be174d6

Please sign in to comment.