Skip to content

Releases: dereuromark/cakephp-queue

6.4.0

16 Jun 19:51
Compare
Choose a tag to compare

Improvements

Full Changelog: 6.3.2...6.4.0

6.3.2

03 May 11:07
d46358e
Compare
Choose a tag to compare

Fixes

Full Changelog: 6.3.1...6.3.2

6.3.1

10 Mar 13:32
Compare
Choose a tag to compare

Fixes

Full Changelog: 6.3.0...6.3.1

6.3.0

02 Mar 14:07
bf56975
Compare
Choose a tag to compare

Improvements

Full Changelog: 6.2.2...6.3.0

6.2.2

16 Jan 15:06
Compare
Choose a tag to compare

Fixes

Fixed EmailTask to work with Cake\Mailer\Message object as expected, alongside the other ways it already supports.

6.2.1

17 Nov 15:45
Compare
Choose a tag to compare

Fixes

Fix up deprecation of helper/engine.

6.2.0

11 Nov 14:34
Compare
Choose a tag to compare

Improvements

  • Removed deprecations

Note: CakePHP 4.2+ and PHP 7.3+ now, also requires Tools 2.4+ if backend is used

6.1.0

27 Oct 06:34
2216b22
Compare
Choose a tag to compare

Improvements

Added TaskFinder::getClass() to resolve a name to a task class.

6.0.2

14 Sep 18:38
12f178c
Compare
Choose a tag to compare

Fixes

Fixed small notice.

6.0.1

12 Jul 09:04
c7f0386
Compare
Choose a tag to compare

Fixes

  • Relaxed check for task existence when calling createJob().
    An option can now disable this if needed.
  • Fixed some remaining return types.