Skip to content

Releases: sendgrid/sendgrid-php

v6.0.0

01 Jul 04:31
Compare
Choose a tag to compare

BREAKING CHANGE

  • PR #408: Update Mail constructor to signify which parameters are required for sending all email
  • The Mail() constructor now requires $from, $subject, $to and $content parameters like so: Mail($from, $subject, $to, $content). Those are the minimaly required paramaters to send an email.
  • Thanks to Casey Wilson for the PR!

v5.6.2

30 Jun 04:49
Compare
Choose a tag to compare

Fix

v5.6.1

27 Jun 03:25
Compare
Choose a tag to compare

Fix

  • Versioning mistake (forgot the .0 at the end)

v5.6.0

27 Jun 03:19
Compare
Choose a tag to compare

Added

  • Pull #405: Updating docs and non-composer includes
  • Thanks to Casey Wilson for the PR!

v5.5.1

18 May 16:36
Compare
Choose a tag to compare

Fixed

v5.5.0

05 May 06:32
Compare
Choose a tag to compare

Added

  • Pull #393: Update php-http-client dependency
  • v3.6: Pass the curlOptions to the client in buildClient
  • v3.7: Added ability to get headers as associative array

v5.4.2

18 Apr 16:28
Compare
Choose a tag to compare

Fixes

  • Fixes #292
  • Removes Prism file in sendgrid-php.zip

v5.4.1

04 Apr 18:23
Compare
Choose a tag to compare

Added

v5.4.0

16 Mar 17:19
Compare
Choose a tag to compare

Added

  • Pull #337
  • API level addressing of the string-only custom arg rule
  • Thanks to Chris Schuld for the PR!

v5.3.0

15 Mar 20:23
Compare
Choose a tag to compare

Added

  • Pull #367
  • UTF8 encoding forced for content value and message subject
  • Thanks to Chris Schuld for the PR!