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
Fix extra line (empty value character) on some post in the future action column (Issue #1106).
Fix error when the step being executed is not found (Issue #1123).
Fix the space on right margin of the workflow editor nodes.
Fix queries in the ScheduledActionsModel to use the group ID.
Fix infinite loop detection in post related triggers when fired by a bulk edit action (Issue #943).
Fix space on the outputs of the workflow steps in the Scheduled Actions list screen.
Fix performance issue when validating the workflow editor nodes (Issue #1137).
Fix the constructor of some workflow triggers (Issue 1141).
Fix the error related to wrong arguments passed to sprintf on nl_NL language (Issue #1138).
Fix the JS error when the expression builder is opened with an expression containing only numbers (Issue #1142).
Fix specific text stripping tags from translated string.
Developers
Refactor the method deleteExpiredScheduledSteps in the class ScheduledActionsModel renaming it to deleteExpiredDoneActions.
Add new method getExpiredPendingActions to the class ScheduledActionsModel.
Deprecated the method isInfinityLoopDetected in the trait InfiniteLoopPreventer and use the method isInfiniteLoopDetected instead.
Add new argument $uniqueId to the method isInfiniteLoopDetected in the trait InfiniteLoopPreventer (Issue #943).
Remove the methods convertLegacyScreenshots, setScreenshotFromBase64, setScreenshotFromFile and getScreenshotUrl from the class WorkflowModel (Issue #1135).
Remove the methods convertLegacyScreenshots, setScreenshotFromBase64, setScreenshotFromFile and getScreenshotUrl from the interface WorkflowModelInterface (Issue #1135).
Remove the methods getWorkflowScreenshotStatus, and setWorkflowScreenshotStatus from the class SettingsFacade (Issue #1135).
Refactored step types and step runners moving files to new folder structure (Issue #1143).
Refactored most of the code renaming "Node" to "Step", "NodeRunner" to "StepRunner", and so on (Issue #1148).