You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ADDED: Add the possibility to use non hierarchical taxonomies, #285;
ADDED: Add new future action to remove all taxonomy terms of a post, #652;
ADDED: Add new action hook publishpressfuture_saved_all_post_types_settings to allow developers to trigger an action when the Post Types settings are saved;
CHANGED: Deprecate the constant PublishPress\Future\Modules\Settings\SettingsFacade::DEFAULT_CUSTOM_DATE and replaced it with ::DEFAULT_CUSTOM_DATE_OFFSET;
CHANGED: Moved the date and time format settings fields to the Display tab, #605;
CHANGED: Added description to the taxonomy setting field in the Post Types tab, #641;
CHANGED: Moved the Post Types settings tab to the first position, #619;
CHANGED: Simplify the name of actions on taxonomy related actions, adding the actual name of the taxonomy, #294;
CHANGED: Change the text on the Status column in the Future Actions list, from "Pending" to "Scheduled", #661;
CHANGED: Fixed typos and improved the text in the Post Types settings tab, #659;
FIXED: Fix consistency on radio buttons alignment on the settings page;
FIXED: Hides the legacy cron event field from Diagnostics and Tools settings tab if no legacy cron event is found;
FIXED: Fix the "Change Status to Trash action" on custom post types, #655;
FIXED: Added back support for reusable blocks, #200;