Skip to content

Releases: SimpleSoftwareIO/simple-sms

Laravel 5.4

19 Mar 22:14
Compare
Choose a tag to compare

3.1.1

  • Laravel 5.4 Fix
  • Added US Cellular

JestSend driver and bug fixes

22 Feb 23:38
Compare
Choose a tag to compare

Adding the Just Send driver and a few bug fixes.

Config File Bug Fix

04 Jul 14:58
Compare
Choose a tag to compare

3.0.1

  • Fixed a bug where the config file was not being copied correctly.

3.0.0 - New Drivers and Bug Fixes

01 Jul 23:52
Compare
Choose a tag to compare

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

11 Jun 18:44
Compare
Choose a tag to compare
Pre-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.

Zenvia Driver and Bug Fixes

24 Apr 02:04
Compare
Choose a tag to compare

2.1.2

  • 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)(https://github.com/filipegar)
  • Updated docs to point to simplesoftware.io

Twilio dependency updates

31 Jan 01:07
Compare
Choose a tag to compare

2.1.1

  • Updated Twilio dependency.

Add LabsMobile and Nexmo.

28 Nov 21:22
Compare
Choose a tag to compare

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

01 Aug 01:18
Compare
Choose a tag to compare

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

06 May 00:47
Compare
Choose a tag to compare
Laravel 5 Support Pre-release
Pre-release

2.0.0-Beta1

  • Adds support for Laravel 5