This repository has been archived by the owner on Jul 28, 2022. It is now read-only.
Releases: sonata-project/SonataNotificationBundle
Releases · sonata-project/SonataNotificationBundle
3.13.0
3.12.0
3.11.0
3.10.0
3.9.0
Added
- [#448] Added public alias
Sonata\NotificationBundle\Controller\Api\MessageController
forsonata.notification.controller.api.message
service (@wbloszyk)
Changed
- [#452] SonataEasyExtendsBundle is now optional, using SonataDoctrineBundle is preferred (@jordisala1991)
- [#452] Use Laminas instead of deprecated Zend (@jordisala1991)
Deprecated
- [#452] Using SonataEasyExtendsBundle to add Doctrine mapping information (@jordisala1991)
Fixed
Removed
3.8.0
3.7.0
3.6.2
3.6.1
3.6.0
Added
- Added
Sonata\NotificationBundle\Backend\BackendInterface
service alias - Added
Sonata\NotificationBundle\Entity\MessageManager
service alias
Changed
- Update RestartCommand check count message only for not pulling mode
- sendEmail function to allow for the setting of a return path
- Do not use deprecated
AMQPBackendDispatcher::getChannel
method. - made the
sonata.notification.dispatcher
service public to fix a bug when runningsonata:notification:start
Fixed
- Fix deprecation for symfony/config 4.2+
- Make services public
Removed
- support for php 5 and php 7.0