Skip to content

3.0.0 - New Drivers and Bug Fixes

Compare
Choose a tag to compare
@SimplyCorey SimplyCorey released this 01 Jul 23:52
· 44 commits to master since this release

3.0.0

  • 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.