Skip to content

Releases: dereuromark/cakephp-queue

7.1.2

11 Dec 22:25
Compare
Choose a tag to compare

Fixes

Fixed icon in template for new Templating plugin support.

6.9.1

04 Dec 22:17
Compare
Choose a tag to compare

Fixes

Fixed migration version.

7.1.1

02 Dec 23:58
Compare
Choose a tag to compare

Fixes

Fixed migration version.

7.1.0

28 Nov 19:26
Compare
Choose a tag to compare

Improvements

  • Added index to QueuedJobs table columns to make performance much faster with many records.

Full Changelog: 7.0.1...7.1.0

6.9.0

28 Nov 12:34
Compare
Choose a tag to compare

Improvements

Added index to QueuedJobs table columns to make performance much faster with many records.

7.0.1

27 Nov 20:47
Compare
Choose a tag to compare

Fixes

Fixed backend controller actions.

7.0.0

30 Oct 10:41
Compare
Choose a tag to compare

CakePHP 5 compatible release

Main changes:

  • QueuedJob.failed is now attempts. Make sure to run the migration for it.

6.8.0

25 Oct 17:33
50ab21d
Compare
Choose a tag to compare

Improvements

  • Removed deprecations

Note: CakePHP 4.4+ now

7.0.0-RC

28 Sep 21:44
Compare
Choose a tag to compare

CakePHP 5 compatible pre-release

For CakePHP 5.0+ apps.

Please test - once confirmed to be all good, we can tag stable release.

6.7.2

10 Sep 08:43
Compare
Choose a tag to compare

Improvements

  • Expose kill signal parameter in controller