Skip to content

Releases: publishpress/PublishPress-Planner

1.18.5

30 Jan 19:20
Compare
Choose a tag to compare

Changelog

  • Fixed warning message when a string is added as param for the shortcode psppno_workflow;
  • Fixed redirection after dismissing the alert regarding reviewing PublishPress, when the calendar is not activated;
  • Fixed Gutenberg compatibility do not fall off to the classic editor;
  • Fixed compatibility with Bedrock, fixing paths for assets and the plugin;

1.18.4

30 Jan 19:19
Compare
Choose a tag to compare
  • Fixed incompatibility with UpStream 1.23.1;

1.18.3

24 Jan 19:22
Compare
Choose a tag to compare

Changelog

  • Released only to trigger a new update on sites due to corrupted package for 1.18.2;

1.18.2

23 Jan 18:31
Compare
Choose a tag to compare

Changelog

  • Updated the subscription form for discount coupon, for the new Mailchimp account;
  • Updated the settings tabs for the editorial metadata and custom statuses moving Options before Add New;
  • Removed warning about Classic Editor as requirement;
  • Updated the default value for selected post types for the custom status module, disabling by default if Gutenberg is installed;

1.18.1

14 Jan 18:12
Compare
Choose a tag to compare

Changelog

  • Fixed minor performance issue in the settings page removing a code from a loop;
  • Added an option for selecting a default notification channel;
  • Fixed the position of the editorial comments metabox removing from the sidebar and added as high priority;
  • Fixed the output of boolean values in the Debug page;

1.18.0

14 Jan 18:06
Compare
Choose a tag to compare

Changelog

  • Fixed non-escaped attributes and URLs in the whole plugin;
  • Fixed style of editorial comments for fitting the sidebar in Gutenberg;
  • Added a new filter for get_post_types methods: "publishpress_supported_module_post_types";
  • Fixed a missed ";" from the admin interface;
  • Changed the action publishpress is hooked to. From "plugins_loaded" to "init";
  • Fixed double "use" statement for Dependence_Injector in the PublishPress\Notifications\Workflow\Step\Channel\Base class;
  • Added the option to add non-users emails (and name) in the notify box for posts;
  • Improved the title and text for the notify box;
  • Added a new shortcode "psppno_receiver" for the notification content, which supports name and email params;
  • Added a list of active workflows to the notify box;
  • Added slightly darker background color to the month name row in the calendar;
  • Added a check for Gutenberg, disabling the block editor for post types where custom statuses and the content-checklist (add-on) are enabled;
  • Added a check for Classic Editor in WordPress 5.0, showing a notice advising to install and activate it;
  • Fixed broken HTML syntax in some settings panels;
  • Updated the "Tested up" version to 5.0

1.17.0

08 Nov 18:40
5aa9d64
Compare
Choose a tag to compare

Changelog

  • Fixed permalink for posts in multisite URLs;
  • Fixed the position for the editorial comments metabox for Gutenberg;
  • Fixed dashboard widget hiding Published and Private Posts counts, since the box relates to unpublished content;
  • Fixed method that changes user's data to make a verification before change anything;
  • Added a new capability, "pp_set_notification_channel", for controlling who can select a different notification channel in the profile page;
  • Added a new option to disable PublishPress' branding for who has at least one activated license key;
  • Added a debug module with basic information for debugging, and log viewer;

1.16.3

19 Sep 18:22
b343961
Compare
Choose a tag to compare

Changelog

Fixed:

  • Fixed compatibility with UpStream fixing a PHP warning displayed in the UpStream settings page, related to PublishPress getting confuse with both using Allex Framework for dealing with add-ons. You need to update UpStream as well;
  • Fixed some queries executed when they were not useful. The queries are related to the options for icon and color of custom statuses;
  • Fixed license key activation and upgrade form when installed alongside UpStream - requires to update UpStream as well;
  • Fixed icon of Multiple Authors add-on in the add-ons page;
  • Fixed wrong URL for assets on Windows machines;

1.15.0

19 Jul 20:22
f5b499b
Compare
Choose a tag to compare

Changelog

Added:

  • Added filter for taxonomies and improved custom post type support in notification workflows;

1.14.1

12 Jul 18:40
1a59a41
Compare
Choose a tag to compare

Changelog

Fixed:

  • Fixed a PHP warning when we receive an array as receiver for notifications;
  • Fixed notifications when roles are selected as receivers;