Skip to content

Release v13.3.0

Compare
Choose a tag to compare
@adm-bome adm-bome released this 26 May 21:15
· 75 commits to master since this release
611891b

What's Changed

New Contributors

Update notes:

  • When using your own worker class extended from RabbitMQQueue:class, make sure you align the constructor calls. Or completly remove the constructor in your own worker class.
  • When you use your own config items in your own worker class, those extra items will be available in the configObject and can be accessed like: $extraConfigOptions = $this->getConfig()->getOptions()

Changelog: View
Full Changelog: v13.2.0...v13.3.0