Releases: publishpress/PublishPress-Planner
Releases · publishpress/PublishPress-Planner
1.14.0
Changelog
Fixed:
- Fixed the menu structure when the calendar and notification workflow modules are deactivated;
- Fixed saving post when you remove all the notification receivers. Before the fix it wasn't removing the receivers if you remove all, only if you left at least one;
Changed:
- Increased the timeout for duplicated notifications to 10 minutes and added filter to customize the timeout;
- Added chosen JS library for add-ons;
- Changed the filter publishpress_notif_async_timestamp to send the post id as the 3rd param;
Added:
- Added a new action (action_enqueue_notification) after enqueuing notifications;
1.13.0
Changelog
Added:
- Added new shortcodes for displaying author's data in the notification content: author_display_name, author_email, author_login;
Changed:
- Improved some help texts;
- Updated language files;
1.12.1
Changelog
Fixed:
- Fixed PHP strict warning about trait and a redefined property;
- Fixed duplicated notifications on some scenarios;
Changed:
- Increased the priority of the hook user_register to have the multiple roles loaded and available for add-ons;
1.12.0
Changelog
Added
- Added option to display the edit link of the post in a notification's message;
Fixed:
- Fixed the warning about migration of legacy data in fresh installs;
- Fixed the post link on notifications;
Changed:
- Improved async notifications module for allowing extending workflows with add-ons (specially Reminders);
1.11.4
Changelog
Fixed:
- Fixed error 500 while saving users;
- Fixed Preview and Publish button for posts;
- Fixed compatibility with Forum Role field of bbPress;
- Fixed start date for the calendar to display current week if a custom date is not set;
1.11.3
Changelog
Fixed:
- Fixed roles editing form, denying to remove current user from the administrator role;
- Fixed error in the dashboard widget "My Content Notifications"
- Fixed default permissions for administrators for being able to see the Roles menu item;
Changed:
- Removed option to delete the administrator role;
- Improved some text;
1.11.2
Changelog
Fixed:
- Fixed migration of following users and user groups in notifications;
1.11.1
Broken release. Please, use 1.11.2.
Changelog
Fixed:
- Fixed backward compatibility with legacy PublishPress Permissions;
1.11.0
Broken release! Please, use 1.11.2.
Changelog
Fixed:
- Fixed workflows and notifications for new posts;
- Fixed issue when installed from composer, related to the vendor dir not being found;
- Fixed style for icons in the buttons of the popup for iCal subscriptions in the calendar;
- Fixed hidden submenus adding basic capabilities after installing for the first time;
Changed:
- Changed the workflow form, adding all fields as required;
- Removed support for User Groups - they are deprecated in favor of Roles, in PublishPress;
- Moved Notifications metabox to the sidebar with high priority for posts;
- Cleaned up UI removing logo from the title in the admin;
Added:
- Added new "From" status: New. Allowing to create workflows specifically from new posts;
- Added new submenu for managing Roles;
- Added new receiver option for notification workflows to reach Roles;
- Added support for multiple Roles per user. A new field is displayed in the user's profile allowing to select multiple roles;
1.10.0
Changelog
Added:
- Added async notifications using WP Cron;
- Added form to configure filters for the calendar subscription link;
- Added option to the notifications to subscribe or not the author and current user by default;
- Allow to configure custom slugs for statuses, making easy to fix issues with titles and UTF-8 chars;
Fixed:
- Fixed the issue where posts with "Pending" status where hidden;
- Fixed the subscription link for the calendar and add download link;
- Fixed issue where custom post types where not recognized by some modules;
- Fixed the publishing date for unpublished posts. Now it is not changed when saved so unscheduled posts keep ready for publishing immediately;