Duplicate Post - Version 4.3

Version Description

(2021-12-14) =

Bugfixes:

  • Fixes a bug where Rewrite & Republish copies could be displayed and queried in the front end.
Download this release

Release Info

Developer lopo
Plugin Icon 128x128 Duplicate Post
Version 4.3
Comparing to
See all releases

Code changes from version 4.2 to 4.3

duplicate-post.php CHANGED
@@ -9,7 +9,7 @@
9
  * Plugin Name: Yoast Duplicate Post
10
  * Plugin URI: https://yoast.com/wordpress/plugins/duplicate-post/
11
  * Description: The go-to tool for cloning posts and pages, including the powerful Rewrite & Republish feature.
12
- * Version: 4.2
13
  * Author: Enrico Battocchi & Team Yoast
14
  * Author URI: https://yoast.com
15
  * Text Domain: duplicate-post
@@ -45,7 +45,7 @@ if ( ! defined( 'DUPLICATE_POST_PATH' ) ) {
45
  define( 'DUPLICATE_POST_PATH', plugin_dir_path( __FILE__ ) );
46
  }
47
 
48
- define( 'DUPLICATE_POST_CURRENT_VERSION', '4.2' );
49
 
50
  $duplicate_post_autoload_file = DUPLICATE_POST_PATH . 'vendor/autoload.php';
51
 
9
  * Plugin Name: Yoast Duplicate Post
10
  * Plugin URI: https://yoast.com/wordpress/plugins/duplicate-post/
11
  * Description: The go-to tool for cloning posts and pages, including the powerful Rewrite & Republish feature.
12
+ * Version: 4.3
13
  * Author: Enrico Battocchi & Team Yoast
14
  * Author URI: https://yoast.com
15
  * Text Domain: duplicate-post
45
  define( 'DUPLICATE_POST_PATH', plugin_dir_path( __FILE__ ) );
46
  }
47
 
48
+ define( 'DUPLICATE_POST_CURRENT_VERSION', '4.3' );
49
 
50
  $duplicate_post_autoload_file = DUPLICATE_POST_PATH . 'vendor/autoload.php';
51
 
js/dist/{duplicate-post-edit-420.js → duplicate-post-edit-430.js} RENAMED
File without changes
js/dist/{duplicate-post-elementor-420.js → duplicate-post-elementor-430.js} RENAMED
File without changes
js/dist/{duplicate-post-options-420.js → duplicate-post-options-430.js} RENAMED
File without changes
js/dist/{duplicate-post-quick-edit-420.js → duplicate-post-quick-edit-430.js} RENAMED
File without changes
js/dist/{duplicate-post-strings-420.js → duplicate-post-strings-430.js} RENAMED
File without changes
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://yoast.com/wordpress/plugins/duplicate-post/
4
  Tags: duplicate post, copy, clone
5
  Requires at least: 5.6
6
  Tested up to: 5.8
7
- Stable tag: 4.2
8
  Requires PHP: 5.6.20
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -151,6 +151,12 @@ New features and customization, WP 3.0 compatibility: you should upgrade if you
151
 
152
  == Changelog ==
153
 
 
 
 
 
 
 
154
  = 4.2 (2021-11-18) =
155
 
156
  Bugfixes:
4
  Tags: duplicate post, copy, clone
5
  Requires at least: 5.6
6
  Tested up to: 5.8
7
+ Stable tag: 4.3
8
  Requires PHP: 5.6.20
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
151
 
152
  == Changelog ==
153
 
154
+ = 4.3 (2021-12-14) =
155
+
156
+ Bugfixes:
157
+
158
+ * Fixes a bug where Rewrite & Republish copies could be displayed and queried in the front end.
159
+
160
  = 4.2 (2021-11-18) =
161
 
162
  Bugfixes:
src/post-republisher.php CHANGED
@@ -81,7 +81,6 @@ class Post_Republisher {
81
  public function register_post_statuses() {
82
  $options = [
83
  'label' => \__( 'Republish', 'duplicate-post' ),
84
- 'public' => true,
85
  'exclude_from_search' => false,
86
  'show_in_admin_all_list' => false,
87
  'show_in_admin_status_list' => false,
81
  public function register_post_statuses() {
82
  $options = [
83
  'label' => \__( 'Republish', 'duplicate-post' ),
 
84
  'exclude_from_search' => false,
85
  'show_in_admin_all_list' => false,
86
  'show_in_admin_status_list' => false,
vendor/composer/installed.php CHANGED
@@ -5,7 +5,7 @@
5
  'type' => 'wordpress-plugin',
6
  'install_path' => __DIR__ . '/../../',
7
  'aliases' => array(),
8
- 'reference' => '95ce770dd62b0a430e53adcd2cbdd36d33b89fa4',
9
  'name' => 'yoast/duplicate-post',
10
  'dev' => false,
11
  ),
@@ -37,7 +37,7 @@
37
  'type' => 'wordpress-plugin',
38
  'install_path' => __DIR__ . '/../../',
39
  'aliases' => array(),
40
- 'reference' => '95ce770dd62b0a430e53adcd2cbdd36d33b89fa4',
41
  'dev_requirement' => false,
42
  ),
43
  ),
5
  'type' => 'wordpress-plugin',
6
  'install_path' => __DIR__ . '/../../',
7
  'aliases' => array(),
8
+ 'reference' => 'b5db272dca4c6df85d84ef5314324848c5563a45',
9
  'name' => 'yoast/duplicate-post',
10
  'dev' => false,
11
  ),
37
  'type' => 'wordpress-plugin',
38
  'install_path' => __DIR__ . '/../../',
39
  'aliases' => array(),
40
+ 'reference' => 'b5db272dca4c6df85d84ef5314324848c5563a45',
41
  'dev_requirement' => false,
42
  ),
43
  ),