Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Releases: yokai-php/messenger-bundle

v1.5: Allow not building subject nor body (#37)

24 Jan 17:36
45225d4
Compare
Choose a tag to compare
  • SenderInterface autowiring
  • Allow DoctrineRecipientInterface's id to be string
  • Replaced usage of symfony/templating with twig/twig
  • Reduced coupling between recipient and channels
  • Allow not building template or subject of messages

Twillio support

30 Apr 09:32
ddb5f1f
Compare
Choose a tag to compare
Merge pull request #27 from mcrinquand/add_twilio_channel

add twilio channel to send sms

Swiftmailer 6 compatibility

09 Jun 07:29
Compare
Choose a tag to compare
v1.3

Instanciate Swift_Message with a new : newInstance static method was …

Symfony flex compatibility

08 Jun 12:59
Compare
Choose a tag to compare
v1.2

Direct dependency from symfony/symfony to symfony/framework-bundle (#22)

v1.1: Allow to add extra data on messages for mobile channel (#16)

21 Dec 15:52
Compare
Choose a tag to compare
* Allow to add extra data on messages for mobile channel

* Remove useless mobile_data option in content builder

v1.0

15 Sep 09:13
Compare
Choose a tag to compare
Add 1.0 branch alias (#12)

v0.1.0

09 Aug 10:33
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Added links to configuration and usage documentation sections in READ…