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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
All notable changes to `twilio` will be documented in this file
4
4
5
-
## 1.0.0 - 2016-08-24
5
+
## 3.0.0
6
+
7
+
This is a major release with breaking changes. Please see the upgrading section in the readme for more info.
8
+
9
+
- Throw exceptions on send failure (with the ability to suppress certain error codes) **BREAKING CHANGE**[#90](https://github.com/laravel-notification-channels/twilio/pull/90)
10
+
- Make service provider deferrable [#90](https://github.com/laravel-notification-channels/twilio/pull/90)
11
+
- Drop support for Laravel 5.7 and lower **BREAKING CHANGE**[#90](https://github.com/laravel-notification-channels/twilio/pull/90)
12
+
- Move config to a dedicated config file **BREAKING CHANGE**[#90](https://github.com/laravel-notification-channels/twilio/pull/90)
13
+
- Update Twilio SDK to 6.x [#90](https://github.com/laravel-notification-channels/twilio/pull/90)
14
+
- Add "Default To" local debugging support [#90](https://github.com/laravel-notification-channels/twilio/pull/90)
15
+
- Switch to Github Actions CI [#91](https://github.com/laravel-notification-channels/twilio/pull/91)
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
11
11
This package makes it easy to send [Twilio notifications](https://documentation.twilio.com/docs) with Laravel 5.5+, 6.x and 7.x
12
12
13
+
You are viewing the `3.x` documentation. [Click here](https://github.com/laravel-notification-channels/twilio/tree/2.x) to view the `2.x` documentation.
14
+
13
15
## Contents
14
16
15
17
-[Installation](#installation)
@@ -31,7 +33,7 @@ You can install the package via composer:
0 commit comments