Skip to content

Releases: mailjet/mailjetBundle

Support for Symfony 4.0

17 Jun 07:30
a6fa5d2
Compare
Choose a tag to compare
Updated composer.json for Symfony >= 4.0

Update Symfony and PHP versions in CI

SF4 twig path and DataCollectorInterface compatibility

06 Mar 11:49
b733f4c
Compare
Choose a tag to compare

fix yml deprecation

23 Nov 13:57
66c9348
Compare
Choose a tag to compare
Merge pull request #5 from tibo6/patch-1

Update services.yml

[FEATURE] Add support for Campaign/drafts and Templates

10 Aug 07:18
Compare
Choose a tag to compare

Campaign/drafts and templates functionality PR #2

[FIX] spellcheck and Symfony3 deprecations

31 Jul 09:29
Compare
Choose a tag to compare

Fix

29 Jun 12:38
Compare
Choose a tag to compare
Fix
  • Fix EventCommand

First Stable

27 Jun 14:19
Compare
Choose a tag to compare

Features

  • Retrieve \Mailjet\Client to make custom Mailjet API V3 requests
  • SwiftMailer Transport integration
  • Synchronize Contact Metadata (Contact Properties) with your config
  • Synchronize your user with Mailjet contact list
  • Use your own userProvider (basic FosContactProvider included to interface with FosUserBundle)
  • Use lifecycle event to subscribe/unsubscribe/update/delete/changeMail user from a contact List
  • Register Event API - real time notifications (webhook)

ToDo

  • More unit tests
  • Functionnal tests
  • Other features like Campaigns, stats, ...

Tested and in production on Symfony 2.8 environnement.
Feel free to open issue and contribute to the project if you find anything!

BETA3

21 Jun 21:03
Compare
Choose a tag to compare
BETA3 Pre-release
Pre-release

New Feature:

  • Event Callback Url
  • Specific configuration for transactionnal Mailjet client
  • changeEmail Event listener workaround

ToDo:

  • More unit tests
  • Functionnal tests
  • better SyncContact (remove/unsub contact already in list [diff method])
  • Other features like Campaigns, stats, ...

Migrate to official repository

19 Jun 14:56
Compare
Choose a tag to compare
Pre-release

Same features as BETA1 but on official repository:

composer require mailjet/mailjet-bundle

BETA1

14 Jun 15:35
Compare
Choose a tag to compare
BETA1 Pre-release
Pre-release

Tested Features

  • Synchronize Contact Properties
  • Synchronize User through ContactProvider with Mailjet List
  • Unit Synchronize User through event
  • SwiftMailer transport
  • Symfony Debug toolbar integration
  • Use MailjetClient

Todo

  • More unit tests
  • Functionnal tests
  • Bulletproof webhook handler
  • Specific config for transactionnal client (call, options)
  • Other features like Campaigns, stats, ...