From 8fc778265c8f17bb0941591164d0ba08f0c5d6e7 Mon Sep 17 00:00:00 2001 From: Enrico Battocchi Date: Tue, 16 Mar 2021 11:49:14 +0100 Subject: [PATCH] Update the plugin version to 4.1.2-RC1 --- duplicate-post.php | 4 ++-- package.json | 2 +- readme.txt | 12 ++++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/duplicate-post.php b/duplicate-post.php index df3378abe..00470f8ae 100644 --- a/duplicate-post.php +++ b/duplicate-post.php @@ -3,7 +3,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.1.1 + * Version: 4.1.2-RC1 * Author: Enrico Battocchi & Team Yoast * Author URI: https://yoast.com * Text Domain: duplicate-post @@ -42,7 +42,7 @@ define( 'DUPLICATE_POST_PATH', plugin_dir_path( __FILE__ ) ); } -define( 'DUPLICATE_POST_CURRENT_VERSION', '4.1.1' ); +define( 'DUPLICATE_POST_CURRENT_VERSION', '4.1.2-RC1' ); $duplicate_post_autoload_file = __DIR__ . '/vendor/autoload.php'; diff --git a/package.json b/package.json index fd0c16d92..824221aa2 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,6 @@ "@wordpress/plugins": "^2.23.0" }, "yoast": { - "pluginVersion": "4.1.1" + "pluginVersion": "4.1.2-RC1" } } diff --git a/readme.txt b/readme.txt index ee79f7208..d0aa1ab12 100644 --- a/readme.txt +++ b/readme.txt @@ -151,6 +151,18 @@ New features and customization, WP 3.0 compatibility: you should upgrade if you == Changelog == += 4.1.2 (2021-04-06) = + +Enhancements: + +* Allows plugins such as ACF to add fields to the "Compare changes" screen for Rewrite & Republish. + +Bugfixes: + +* Fixes a bug where the "Compare changes" screen for the Rewrite & Republish feature displayed a broken layout in WordPress 5.7. +* Fixes a bug where a post type enabled by filter couldn't be copied. +* Fixes a bug where the "Show links in" settings were reset to the default value on version upgrade. + = 4.1.1 (2021-01-27) = Bugfixes: