From 06c15a8c68515b827772d1b06c182a569a7bdbda Mon Sep 17 00:00:00 2001 From: Enrico Battocchi Date: Thu, 18 Nov 2021 10:15:57 +0100 Subject: [PATCH] Version 4.2 --- 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 dfd0c02cf..c78711e69 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.2-RC1 + * Version: 4.2 * 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.2-RC1' ); +define( 'DUPLICATE_POST_CURRENT_VERSION', '4.2' ); $duplicate_post_autoload_file = DUPLICATE_POST_PATH . 'vendor/autoload.php'; diff --git a/readme.txt b/readme.txt index 95cbd99ee..55ca791e1 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.1.2 +Stable tag: 4.2 Requires PHP: 5.6.20 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html