Skip to content

Releases: akhan619/laravel-ses-event-manager

v1.0.4

12 Oct 16:40
c7aee75
Compare
Choose a tag to compare

Added update of eventType -> notificationType by AWS. credit to @TheDoctor0 for the PR.

v1.0.3

29 Apr 00:43
Compare
Choose a tag to compare

Fix issue with new Mailer Contract

v1.02

28 Apr 17:24
Compare
Choose a tag to compare

Added Laravel 10 support

v1.0.1

05 Apr 20:42
39f0e03
Compare
Choose a tag to compare

@TheDoctor0 Added subject to the email model.

v1.0.0

26 Apr 04:17
Compare
Choose a tag to compare

Added

  • Initial Release.
  • Supports http and https protocols for webhook.
  • Supports queueing through trait.
  • Supports Laravel 9
  • Supports Php 8.0
  • Supports custom event handler.