All notable changes to aws-sns
will be documented in this file
- 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.
- Added support for Origination Number (PR #15);
- Installation instructions on the README to solve dependencies conflics (Issue #17).
- Hard-coded credentials were not being passed correctly.
- Added support for Laravel 8 (PR#11).
- You can now specify the Sender ID for the message using the
sender
method (PR#4).
- Added support for Laravel 7.
- The notification object is now passed to the
routeNotificationForSns
function (PR#4).
- Initial release