##Change Log
- Laravel 5.4 Fix
- Added US Cellular
- Added Just Send Driver and Bug Fixes
- Fixed a bug where the config file was not being copied correctly.
- Updated Readme
- 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.
- An
outgoing message
is now returned when a message is sent. --Thanks marfurt - The E-Mail driver only sends emails in text format now. --Thanks cozylife
- Added a new Zenvia Driver. --Thanks filipegar
- Updated docs to point to simplesoftware.io
- Updated Twilio dependency.
- Fixed doc blocks --Thanks Ellrion
- Created Driver Manager class to better manager drivers. --Thanks Ellrion
- Added LabsMobile driver --Thanks borislalov
- Added Nexmo driver --Thanks cricu
- Added ability to switch drivers at runtime.
- Fixed a bug when the
queue
method is called upon.
- Full Laravel 5.X support.
- Updated to Guzzle 6.
- Dropped support for PHP 5.4
- Added the ability to send SMS messages without a view.
- Fixed typos in the read me file.
####2.0.0-Beta1
- Adds support for Laravel 5
- Added MMS support for Twilio.
- Corrected some typos in the readme.
- Removed unstable development warnings.
- Basic doc cleanup.
- Dropping receive support for CallFire due to not being able to get a keyword to test.
- Dropping support for Mozeo receive due to not being able to get an API link forwarding set up automatically.
- General comment and code clean up.
- Expanded documentation.
- EZTexting now supports checking for messages.
- CallFire now supports checking for messages.
- Added error detection on API calls.
- Push SMS Messages now work with EZTexting.
- Push SMS messages now work with Twilio.
SMS::queue
now works.- Added EZTexting Driver
- Added CallFire Driver
- Added Mozeo Driver
- Fixed a bug where the
pretend
configuration variable was not working. - The E-Mail Driver will now throw an error if a carrier is not found or provided.
SMS::pretend()
now works as documented.