Skip to content

7.7.0

Compare
Choose a tag to compare
@SendGridDX SendGridDX released this 08 Jul 18:50
· 142 commits to main since this release

Release Notes

Library - Feature

  • PR #985: Additional check for existence of Composer autoloader. Thanks to @kampalex!
  • PR #978: Mail constructor: Added support for array of Substitution instances using $globalSubstitutions. Thanks to @kampalex!

Library - Fix

  • PR #976: allow a float type as a substitution value in transactional templates. Thanks to @thinkingserious!
  • PR #977: Mail constructor: Verify arguments $plainTextContent and $htmlContent if provided. Thanks to @kampalex!
  • PR #971: Optional Personalization arguments handling. Thanks to @kampalex!