@@ -3,13 +3,20 @@ Simple SMS
33
44##Change Log
55
6- ####3 .0.1
6+ #### 3.1.1
7+ * Laravel 5.4 Fix
8+ * Added US Cellular
9+
10+ #### 3.1.0
11+ * Added Just Send Driver and Bug Fixes
12+
13+ #### 3.0.1
714* Fixed a bug where the config file was not being copied correctly.
815
9- ####3 .0.0
16+ #### 3.0.0
1017* Updated Readme
1118
12- ####3 .0.0-Beta1
19+ #### 3.0.0-Beta1
1320* Added FlowRoute Driver. --Thanks [ rasumo] ( https://github.com/rasumo )
1421* Added Plivo Driver. --Thanks [ rasumo] ( https://github.com/rasumo )
1522* Config file now users env by default. --Thanks [ rasumo] ( https://github.com/rasumo )
@@ -22,24 +29,24 @@ Simple SMS
2229* Moved to PSR-4 Autoloading.
2330* PSR-2 Cleanup.
2431
25- ####2 .1.2
32+ #### 2.1.2
2633* An ` outgoing message ` is now returned when a message is sent. --Thanks [ marfurt] ( https://github.com/marfurt )
2734* The E-Mail driver only sends emails in text format now. --Thanks [ cozylife] ( https://github.com/cozylife )
2835* Added a new Zenvia Driver. --Thanks [ filipegar] ( https://github.com/filipegar )
2936* Updated docs to point to simplesoftware.io
3037
31- ####2 .1.1
38+ #### 2.1.1
3239* Updated Twilio dependency.
3340
34- ####2 .1.0
41+ #### 2.1.0
3542* Fixed doc blocks --Thanks [ Ellrion] ( https://github.com/Ellrion )
3643* Created Driver Manager class to better manager drivers. --Thanks [ Ellrion] ( https://github.com/Ellrion )
3744* Added LabsMobile driver --Thanks [ borislalov] ( https://github.com/borislalov )
3845* Added Nexmo driver --Thanks [ cricu] ( https://github.com/cricu )
3946* Added ability to switch drivers at runtime.
4047* Fixed a bug when the ` queue ` method is called upon.
4148
42- ####2 .0.0
49+ #### 2.0.0
4350* Full Laravel 5.X support.
4451* Updated to Guzzle 6.
4552* Dropped support for PHP 5.4
@@ -49,22 +56,22 @@ Simple SMS
4956####2 .0.0-Beta1
5057* Adds support for Laravel 5
5158
52- ####1 .1.0
59+ #### 1.1.0
5360* Added MMS support for Twilio.
5461* Corrected some typos in the readme.
5562
56- ####1 .0.0
63+ #### 1.0.0
5764* Removed unstable development warnings.
5865* Basic doc cleanup.
5966
60- ####Beta 1
67+ #### Beta 1
6168* Dropping receive support for CallFire due to not being able to get a keyword to test.
6269* Dropping support for Mozeo receive due to not being able to get an API link forwarding set up automatically.
6370
64- ####Alpha 3
71+ #### Alpha 3
6572* General comment and code clean up.
6673
67- ####Alpha 2
74+ #### Alpha 2
6875* Expanded documentation.
6976* EZTexting now supports checking for messages.
7077* CallFire now supports checking for messages.
0 commit comments