Releases: laravel-notification-channels/aws-sns
Releases · laravel-notification-channels/aws-sns
1.5.0
- Add support for Laravel 10.x
1.4.0
Added
- Added support for Laravel 9 #21;
- Added tests to check the package compatibility with all versions supported #21;
- Bumped dependencies to better support newer versions of PHP and Laravel #21.
1.3.0
Added
- Added support for Origination Number (PR #15);
- Installation instructions on the README to solve dependencies conflics (Issue #17).
1.2.1
Fixed
- Hard-coded credentials were not being passed correctly.
1.2.0
Added
- Added support for Laravel 8 (PR#11).
1.1.1
Added
- You can now specify the Sender ID for the message using the
sender
method (PR #7);
- Improved docs on README.
1.1.0
Added
- Adds support for Laravel 7.
1.0.1
Changed
- The notification object is now passed to the
routeNotificationForSns
function (PR #4).