Releases: 42coders/workflows
Releases · 42coders/workflows
Conditions fixed
Conditions are now working on Tasks and Triggers.
Fixed a bug where it did not choose the correct output if you had two tasks of the same type in one Workflow.
0.0.18: add filename for email attechments
fix whitespace in text_input_field.blade.php
0.0.17
add filename for email attechments
Database relation fixes for tables with prefix
Thanks to @andresnijder for fixing this issue!
Routes and Tests fixed
0.0.15 change the php versions to test for
Route prefix setting in config is now working correctly
I fixed the route prefix setting from the config. It's backward compatible (even if the commit message says something different :))
Performance fix for ObserverTrigger
it's now only checking for the events registered in the triggers->Observer->events config.
Add Cascading delete to Workflows
adding cascading delete to workflows.
Because of the change of bigint to bigint usigned columns new package doctrine/dbal is needed
Add TextInputTask
0.0.11 remove the black borders around the video thumbnail
Add SendSlackMessage Task
Merge pull request #19 from 42coders/feature/newTaskSlackMessage Feature/new task slack message