diff --git a/includes.php b/includes.php index b9b120f64..bbe68a9b1 100644 --- a/includes.php +++ b/includes.php @@ -40,7 +40,7 @@ ); // Define contants - define('PUBLISHPRESS_VERSION', '2.0.4'); + define('PUBLISHPRESS_VERSION', '2.0.5'); define('PUBLISHPRESS_BASE_PATH', __DIR__); define('PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_BASE_PATH . '/publishpress.php'); define('PUBLISHPRESS_URL', plugins_url('/', __FILE__)); diff --git a/publishpress.php b/publishpress.php index a3a24622f..b32374585 100644 --- a/publishpress.php +++ b/publishpress.php @@ -5,7 +5,7 @@ * Description: PublishPress helps you plan and publish content with WordPress. Features include a content calendar, notifications, and custom statuses. * Author: PublishPress * Author URI: https://publishpress.com - * Version: 2.0.4 + * Version: 2.0.5 * * Copyright (c) 2019 PublishPress * diff --git a/readme.txt b/readme.txt index 70d5c0f8e..24904c9f4 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: editorial calendar, notifications, custom statuses, editorial comments, wo Requires at least: 4.6 Requires PHP: 5.6 Tested up to: 5.3 -Stable tag: 2.0.4 +Stable tag: 2.0.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -119,6 +119,12 @@ Follow PublishPress on [Facebook](https://www.facebook.com/publishpress), [Twitt The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). += [2.0.5] - 2020-04-15 = + +* Fixed: Fixed duplicated posts after publishing from custom post statuses, a bug introduced by the fix for #546; +* Fixed: Fixes the metadata form in the settings to display the errors after a form submission; (#592) +* Fixed: Updated the build script to remove test files from the built package to avoid false positive on security warnings issued by some hosts; + = [2.0.4] - 2020-04-08 = * Fixed: Wrong publish date when using custom statuses - Now the publish date is always updated when the post is published;