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: In the JS context, implemented a way to extend the future action panel using SlotFill FutureActionPanelAfterActionField and setting extra fields to the panel, right after the action field;
ADDED: Add a new filter to allow filtering the options of the future action being scheduled: publishpressfuture_prepare_post_expiration_opts;
ADDED: Add method scheduleRecurringAction to the CronToWooActionSchedulerAdapter to schedule recurring action;
ADDED: Add method scheduleAsyncAction to the CronToWooActionSchedulerAdapter to schedule async action;
ADDED: In the JS context, added the slot FutureActionPanelTop to the beginning of the future panel;
CHANGED: Added $unique and $priority arguments to the scheduleSingleAction method in the CronToWooActionSchedulerAdapter class;
CHANGED: Method scheduleRecurringAction renamed to scheduleRecurringActionInSeconds in the CronToWooActionSchedulerAdapter class;
CHANGED: Added argument $clearOnlyPendingActions to the method signature clearScheduledAction to the CronInterface interface;
CHANGED: Changed the method clearScheduledAction in the class CronToWooActionSchedulerAdapter adding new argument $clearOnlyPendingActions, allowing to remove running actions;
CHANGED: The plugin activation and deactivation callback functions were moved from the main file to independent files;
CHANGED: Change the admin menu names for clarity;
CHANGED: Update the promo sidebar for mentioning the Actions Workflow feature;
FIXED: Fix error when quick-edit data is not available, #730;
FIXED: Fix dependency of the enqueued scripts for the future action box. Add 'wp-i18n', 'wp-components', 'wp-url', 'wp-data', 'wp-api-fetch', 'wp-element', 'inline-edit-post', 'wp-html-entities', 'wp-plugins' as dependencies;