From 5ae315fc32026007e1d08b99a3590f625d5ccc3c Mon Sep 17 00:00:00 2001 From: Enrico Battocchi Date: Tue, 14 Dec 2021 12:28:31 +0100 Subject: [PATCH] Version 4.3 --- duplicate-post.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/duplicate-post.php b/duplicate-post.php index 743162acc..5afdec9fa 100644 --- a/duplicate-post.php +++ b/duplicate-post.php @@ -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.3-RC1 + * Version: 4.3 * Author: Enrico Battocchi & Team Yoast * Author URI: https://yoast.com * Text Domain: duplicate-post @@ -45,7 +45,7 @@ define( 'DUPLICATE_POST_PATH', plugin_dir_path( __FILE__ ) ); } -define( 'DUPLICATE_POST_CURRENT_VERSION', '4.3-RC1' ); +define( 'DUPLICATE_POST_CURRENT_VERSION', '4.3' ); $duplicate_post_autoload_file = DUPLICATE_POST_PATH . 'vendor/autoload.php'; diff --git a/readme.txt b/readme.txt index 1641182d8..969d64250 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://yoast.com/wordpress/plugins/duplicate-post/ Tags: duplicate post, copy, clone Requires at least: 5.6 Tested up to: 5.8 -Stable tag: 4.2 +Stable tag: 4.3 Requires PHP: 5.6.20 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html