Skip to content

v2.2.0

Compare
Choose a tag to compare
@aozisik aozisik released this 24 Sep 13:56
91b13ac

What's Changed

  • You can now pass nested arrays, numbers, bools as the payload. Previously, the library only accepted strings. (Thanks timstl)
  • Added setSandboxMode($bool) method on the SendGridMessage object, so you can now control sandbox mode using a variable.