Skip to content

Releases: 42coders/workflows

Conditions fixed

24 Oct 07:04
0a5037b
Compare
Choose a tag to compare

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

08 Sep 07:22
Compare
Choose a tag to compare
fix whitespace in text_input_field.blade.php

0.0.17

07 Sep 11:08
Compare
Choose a tag to compare
add filename for email attechments

Database relation fixes for tables with prefix

11 Oct 08:35
2c781ef
Compare
Choose a tag to compare

Routes and Tests fixed

01 Sep 08:25
Compare
Choose a tag to compare
0.0.15

change the php versions to test for

Route prefix setting in config is now working correctly

26 Aug 08:55
Compare
Choose a tag to compare

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

19 May 09:50
4737f7b
Compare
Choose a tag to compare

it's now only checking for the events registered in the triggers->Observer->events config.

Add Cascading delete to Workflows

21 Feb 10:52
f41b4b1
Compare
Choose a tag to compare

adding cascading delete to workflows.
Because of the change of bigint to bigint usigned columns new package doctrine/dbal is needed

Add TextInputTask

08 Dec 10:42
Compare
Choose a tag to compare
0.0.11

remove the black borders around the video thumbnail

Add SendSlackMessage Task

22 Oct 15:38
9f0ae4e
Compare
Choose a tag to compare
Merge pull request #19 from 42coders/feature/newTaskSlackMessage

Feature/new task slack message