You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9
9
- Added a Manager class ([#34](https://github.com/aloha/laravel-twilio/pull/34)) to configure a Twilio object from an array of settings, depending on the requested from address.
10
10
- Abstracted a TwilioInterface from the Twilio class ([#34](https://github.com/aloha/laravel-twilio/pull/34)).
11
11
- Allowed second argument to be callable as message builder ([#36](https://github.com/aloha/laravel-twilio/pull/36)).
12
+
- Made the Twilio class independent from the Laravel Framework, thus made the package framework agnostic.
12
13
- Moved files around (Facade and Service Providers to Support subnamespace).
13
14
- Dropped PHP 5.3 support (by accident, by using square array bracket syntax).
0 commit comments