Skip to content

New Drivers and Bug Fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@SimplyCorey SimplyCorey released this 11 Jun 18:44
· 64 commits to develop since this release

3.0.0-Beta1

  • Added FlowRoute Driver. --Thanks rasumo
  • Added Plivo Driver. --Thanks rasumo
  • Config file now users env by default. --Thanks rasumo
  • Config file now users env by default. --Thanks rasumo
  • Added a Log driver.
  • Removed the pretending methods. Use the Log driver instead.
  • Fixed a bug where sending more than one SMS message would result in an incorrectly built URL path.
  • Refactor much of the package to use traits.
  • A SMSNotSentException is now thrown in favor of a general Exception. --Thanks cozylife
  • Moved to PSR-4 Autoloading.
  • PSR-2 Cleanup.