Releases: SimpleSoftwareIO/simple-sms
Releases · SimpleSoftwareIO/simple-sms
Laravel 5.4
3.1.1
- Laravel 5.4 Fix
- Added US Cellular
JestSend driver and bug fixes
Adding the Just Send driver and a few bug fixes.
Config File Bug Fix
3.0.1
- Fixed a bug where the config file was not being copied correctly.
3.0.0 - New Drivers and Bug Fixes
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.
New Drivers and Bug Fixes
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.
Zenvia Driver and Bug Fixes
Twilio dependency updates
2.1.1
- Updated Twilio dependency.
Add LabsMobile and Nexmo.
2.1.0
- 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.
Laravel 5
2.0.0
- 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.
Laravel 5 Support
2.0.0-Beta1
- Adds support for Laravel 5