Releases: publishpress/PublishPress-Planner
Releases · publishpress/PublishPress-Planner
2.2.1
Changelog
- Fixed: Fixed PHP warning about variable $key being used outside and inside the context;
- Added: Added new filter "publishpress_new_custom_status_args" to customize the post status arguments, #640;
- Fixed: Fixed a PHP Fatal error: Trait Dependency_Injector not found, #652;
- Fixed: Fixed PHP warning: Invalid argument supplied for foreadh in TopNotice/Module.php;
- Fixed: Fixed warnings about mixed content when the site uses HTTPS;
- Fixed: Fixed JS error related to jQuery "live" function being deprecated and not found;
- Fixed: Fixed DOM errors in the browser related to multiple elements using the same ID, #660;
- Fixed: Compatibility with WP 5.5;
2.2.0
Changelog
- Removed: Fixed conflict with Gutenberg and other plugins keeping draft as the default status, always. Removed the option to set another status as default, #621;
- Removed: Removed the notice asking for reviews after a few weeks of usage, #637;
- Removed: Removed the following statuses from the Status dropdown on posts - on Gutenberg: Pending Review, Privately published, Scheduled. To set them, use the respective Gutenberg's UI;
- Fixed: Protect the WordPress post statuses "Pending" and "Draft", blocking edition of those statuses;
- Fixed: Fix the post status selection and the "Save as" link for Gutenberg for posts in published statuses. For changing the status you have to unpublish the post first;
- Fixed: Fix the "Save as" button when the current status doesn't exist;
- Fixed: Fix compatibility with the Nested Page plugin, #623;
- Fixed: Fix the title of Editorial Meta meta box in the options panel for Gutenberg, #631;
- Fixed: Load languages from the relative path, #626;
- Fixed: Updated the PT-BR translation strings;
2.1.0
Changelog
- Added: Added support to PublishPress Authors (requires at least 3.3.1), #610, #614;
- Added: Added the user email to the notifications log entries and details popup, #602;
- Added: Added option to choose which statuses can show the time in the calendar, #607;
- Added: Added option to select custom publish time in the calendar for all post statuses, #554;
- Added: Added "read only" label to calendar items you can't edit, #608, #615;
- Changed: Removed debug statements from the Custom Status module;
- Fixed: PHP error related to the undefined "current_datetime" function;
- Fixed: Ajax calls are saying the Notification Workflow post type is not registered, #601;
- Fixed: Removed the selection from the calendar to avoid messing up with the drag-and-drop;
- Fixed: Added visual feedback and error messages when errors happens while dragging and dropping items in the calendar, #609;
- Fixed: Fixed compatibility with PHP < 7.3 removing the call to the function "array_key_first";
2.0.6
2.0.5
Changelog
- 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
Changelog
- Fixed: Wrong publish date when using custom statuses - Now the publish date is always updated when the post is published;
- Fixed: Fixed the error displayed on Windows servers when the constant DIRECTORY_SEPARATOR is not defined;
- Added: Added link in the menu for upgrading to Pro;
2.0.3
Changelog
- Fixed: JS error related to undefined editor when subject or content is empty;
- Fixed: Permalinks for scheduled posts removing the preview param;
- Fixed: Not all custom posts were available for notifications;
- Added: Add top banner for the Pro version;
2.0.2
Changelog
- Fixed: Bulk actions in the notifications log page not working;
- Fixed: Notifications sent to wrong roles on some cases. If the post has any user role set to be notified, and the notification workflow doesn't have that option selected, notifications were being sent to the followers - #571;
- Fixed: If PublishPress\Notifications\Shortcodes::handle_psppno_edcomment is called with nullstring attrs a fatal error occurs;
- Fixed: The Notifications Log text is bigger than the other h3 elements in the post editor metabox;
2.0.1
Changelog
- Fixed: Fixed the hidden publish status and notifications for published posts;
- Fixed: Fixed the default order for custom statuses;
2.0.0
Changelog
- Fixed: Fixed the default status after sort statuses;
- Fixed: Removed TypeError exception to keep backward compatibility with PHP 5.6;
- Fixed: Fixed custom order for statuses;
- Fixed: Fixed default capabilities for administrators adding pp_view_content_overview and pp_view_calendar;
- Changed: Changed min PHP required version to 5.6.20;
- Changed: Removed the Add-ons menu. They are now standalone plugins;
- Changed: Removed the 20% discount banner;
- Added: Added new capabilities for controlling the Notifications permissions: edit_pp_notif_workflow, read_pp_notif_workflow, etc.