Skip to content

Releases: laravel-notification-channels/aws-sns

Laravel 12 support

08 Jul 16:43
11b6ce7

Choose a tag to compare

Merge pull request #29 from laravel-notification-channels/laravel-12

Clean up repository for Laravel 12

1.5.0

09 Feb 23:36
f1b4b7b

Choose a tag to compare

  • Add support for Laravel 10.x

1.4.0

02 Mar 14:13

Choose a tag to compare

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

13 Oct 13:12
856fa12

Choose a tag to compare

Added

  • Added support for Origination Number (PR #15);
  • Installation instructions on the README to solve dependencies conflics (Issue #17).

1.2.1

21 Mar 21:54

Choose a tag to compare

Fixed

  • Hard-coded credentials were not being passed correctly.

1.2.0

08 Sep 12:01

Choose a tag to compare

Added

  • Added support for Laravel 8 (PR#11).

1.1.1

08 Mar 19:26

Choose a tag to compare

Added

  • You can now specify the Sender ID for the message using the sender method (PR #7);
  • Improved docs on README.

1.1.0

06 Mar 13:20

Choose a tag to compare

Added

  • Adds support for Laravel 7.

1.0.1

23 Jan 00:05

Choose a tag to compare

Changed

  • The notification object is now passed to the routeNotificationForSns function (PR #4).

1.0.0 - Initial release

15 Jan 00:38
c36f64b

Choose a tag to compare

  • We are live! PR #3