Skip to content

Releases: dereuromark/cakephp-queue

SimpleQueueTransport added

19 Mar 11:48
Compare
Choose a tag to compare

SimpleQueueTransport was added to only serialize the contents of the email, not the whole object.
This can be used as simplified alternative if you are using the built in CakePHP default Email class only.

Also fixed:

  • Increased length for data field to avoid truncating

Release for CakePHP 3.1+

20 Feb 17:16
Compare
Choose a tag to compare

Fixes:

  • Cake\I18n\Time now used consistently thanks to @AlexMax
  • Cake\Mailer\Email now works as expected when set directly as object.

Removed deprecations.
CS passes now.

2.x release

24 Jan 22:05
Compare
Choose a tag to compare

Small fixes and deprecation removals

Initial Release for CakePHP 3.x

10 Dec 10:03
Compare
Choose a tag to compare
3.0.0

remove min requirement dev

Minor improvements

31 Mar 09:22
Compare
Choose a tag to compare
  • The id of the QueuedTask is now passed along
  • QueueTask to extend more easily was added
  • pendingDetails are available in the web frontend

Upgrading to PHP5.4

02 Mar 10:46
Compare
Choose a tag to compare

With PHP5.3 being long EOL, this is a useful bump. All arrays can now be the short form.
Also some docs improvement thanks to charukiewicz.

First 2.x release - finally :)

12 Dec 10:03
Compare
Choose a tag to compare

All using this plugin had to use dev-master up to today. Now we can probably better switch to tags instead.
Enjoy!