Skip to content

Releases: juhasev/laravel-ses

v5.0.1

16 Oct 19:26
987ce14
Compare
Choose a tag to compare
v5.0.1 Pre-release
Pre-release
  • Replaces paquettg/php-html-parser with voku/simple_html_dom.
  • Guzzle HTTP minimum requirement is:guzzlehttp/psr7^2.7

v5.0.0

18 Jul 14:11
1a549a9
Compare
Choose a tag to compare
v5.0.0 Pre-release
Pre-release

What's Changed

Full Changelog: 4.2.1...v5.0.0

v4.2.1

04 Dec 08:59
c62a18a
Compare
Choose a tag to compare

What's Changed

  • Add additional debug info in case of unknown exception

Full Changelog: v4.2.0...4.2.1

v4.2.0

05 Sep 14:46
bbea704
Compare
Choose a tag to compare

What's Changed

  • chore: downgrade doctrine/dbal to version 3.5.4 by @leMaur in #30

Full Changelog: v4.1.0...v4.2.0

v4.1.0

05 Sep 09:38
7f3422c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...v4.1.0

v4.0.0

05 Sep 06:33
4425955
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...4.0.0

v3.3.0

21 Jul 09:34
47ae8d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...v3.3.0

3.2.0

21 Jul 08:41
5e36da3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

3.1.0

23 Jun 10:14
7c5bf90
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.4...3.1.0

v3.0.4

23 Mar 23:38
Compare
Choose a tag to compare
  • Fix: Email headers with custom Message ID not set.
  • Perf: Eliminated an extra update to the SentEmail model.