Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobattocchi committed Jan 12, 2022
1 parent cd58f4d commit 1eec3da
Show file tree
Hide file tree
Showing 3 changed files with 15 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.3
* Version: 4.4-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.3' );
define( 'DUPLICATE_POST_CURRENT_VERSION', '4.4-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.3"
"pluginVersion": "4.4-RC1"
}
}
12 changes: 12 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,18 @@ New features and customization, WP 3.0 compatibility: you should upgrade if you

== Changelog ==

= 4.4 (2022-01-25) =

Enhancements:

* Converts the upgrade notice into a welcome notice for first-time users.

Bugfixes:

* Fixes a bug where HTML tags in a Custom HTML block would be removed when republishing a scheduled Rewrite & Republish copy.
* Fixes a bug where the button style would be broken in the Classic Editor.
* Fixes a bug where a fatal error would be triggered in the Widgets page.

= 4.3 (2021-12-14) =

Bugfixes:
Expand Down

0 comments on commit 1eec3da

Please sign in to comment.