6.7.0
版本发布时间: 2023-04-24 07:08:00
dereuromark/cakephp-queue最新发布版本:7.0.0(2023-10-30 18:41:58)
Improvements
Allow creating tasks in sub folders/namespaces.
So far it was only possible to have tasks on one single level.
You can now use My/Sub/MyTaskNameTask
to create tasks in sub-namespace Task\My\Sub\
.
E.g. src/Queue/Task/My/Sub/{YourNameForIt}Task.php
would be found and used as My/Sub/{YourNameForIt}
.