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
CHANGED: Post expiration queue migrated from WP Cron to Action Scheduler library from WooCommerce, #149;
CHANGED: Deprecate hook "publishpressfuture_expire" in favor of "publishpress_future/run_workflow". New hook has two arguments: postId and action, #149;
CHANGED: Changed the label "Type" to "Action" in the bulk edit field;
CHANGED: Change the capability checked before authorizing API usage. Changed from edit_posts to publishpress_future_expire_post;
CHANGED: Added the old post status in the log message when the post expires changing status;
CHANGED: Change the text of options in the bulk edit field, for more clearance;
CHANGED: Change text of Post Types settings tab;
CHANGED: FIXED: Replace "Expiry" with "Actions", #392;
FIXED: Fix PHP warning about undefined index 'terms', #412;
FIXED: Fix error on block editor: can't read "length" of undefined;
FIXED: Fix escaping on a few admin text;
FIXED: Fix text and positions of expiration fields in the bulk edit form;