Skip to content

3.0.0

Compare
Choose a tag to compare
@hannesvdvreken hannesvdvreken released this 30 Sep 14:02

Removed

  • All messageWithMedia methods from the TwilioInterface and all its implementations
  • All optional $from and $options parameters from the message and call methods

Changed

  • The message method now has min 2, max 4 arguments: $to, $message, array $mediaUrls, array $params. Additional arguments will be ignored.
  • The call method now has min 2, max 3 arguments: $to, $message, array $params. Additional arguments will be ignored.