Skip to content

Commit

Permalink
Update the plugin version to 4.2-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobattocchi committed Nov 5, 2021
1 parent 2e6619c commit 323a273
Show file tree
Hide file tree
Showing 3 changed files with 18 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.1.2
* Version: 4.2-RC1
* 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.1.2' );
define( 'DUPLICATE_POST_CURRENT_VERSION', '4.2-RC1' );

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"@wordpress/plugins": "^2.23.0"
},
"yoast": {
"pluginVersion": "4.1.2"
"pluginVersion": "4.2-RC1"
}
}
15 changes: 15 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,21 @@ New features and customization, WP 3.0 compatibility: you should upgrade if you

== Changelog ==

= 4.2 (2021-11) =

Bugfixes:

* Fixes a bug where some strings where not translated.
* Fixes a bug where meta data went missing for duplicate posts created by the Rewrite & Republish feature. Props to @ocean90.
* Fixes a bug where the plugin would not initialize if installed via composer.

Other:

* Replaces Mailchimp with MailBlue newsletter integration.
* Improved compatibility for PHP 8.0.
* Improved sort order of the taxonomies list on the options page.
* Most plugin files have been renamed. If you extend this plugin of include any of the files from the plugin from within your own plugin, you may need to adjust the file name used in the `include`/`require` statement.

= 4.1.2 (2021-03-23) =

Enhancements:
Expand Down

0 comments on commit 323a273

Please sign in to comment.