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
Fixed PHP Warning: Trying to access array offset on null when opening new post, (Issue #1311).
Fixed DB tables that were not created after fresh install unless we visit the admin (Issue #1319).
Fixed support for caching during post insertion and status transition (Issue #1311).
Removed
Remove the option to compact scheduled actions data (Issue #1233).
Developers
Remove unused InitineLoopPreventer trait from some classes, replacing it with the service "future.free/workflow-execution-safeguard".
Refactored workflow hooks replacing ACTION_ASYNC_EXECUTE_STEP with ACTION_SCHEDULED_STEP_EXECUTE for better semantic clarity.
Added getId method to UserModel for retrieving user ID;
Refactor WorkflowScheduledStepModel to simplify argument handling by removing compression logic and directly decoding uncompressed arguments.
Replace methods ``getCachedPermalinkandgetCachedPosts` with a unified method: `getCacheForPostId` on the class `PostCache` and interface `PostCacheInterface`. Retrieves cached post and permalink data, including both postBefore and postAfter states.
All triggers now emit the hook publishpressfuture_workflow_trigger_executed after execution.