Skip to content

Releases: msonowal/laravel-notification-channel-textlocal

v2.7.0 laravel 11 support

11 May 09:03

Choose a tag to compare

Add Laravel 11 Support

v2.6.0: feat: added support for laravel 10 Update composer.json

18 Feb 09:34

Choose a tag to compare

v2.5.0

17 Aug 18:58

Choose a tag to compare

ability to use custom configuration on demand while sending notifications

v2.4.0: Update TextlocalChannel.php

17 Aug 16:05

Choose a tag to compare

Update README.md

Update CHANGELOG.md

v2.3.0

17 Aug 16:04

Choose a tag to compare

feat: custom client configuration usage via per notification or  noti…

v2.2.0

16 Jul 08:22
1d3cde6

Choose a tag to compare

updated support for Laravel 9 LTS

bumped laravel support upto 8x

30 Dec 11:36
4431763

Choose a tag to compare

Laravel 7.x & 8.x support (#14)

* laravel 8 support

* readme updated

Co-authored-by: rupam4 <rupam@claritytech.io>

v2.0.1: Update TextlocalChannel.php (#12)

10 Dec 08:14

Choose a tag to compare

set sender id from notification if having multiple sender id's to manage.

Release candidate with updated methods and config

30 Oct 06:38
4881869

Choose a tag to compare

Release candidate with updated methods and configs

Breaking change method name renamed to these below for getting mobile numbers to send on the models so update accordingly
routeNotificationForSms
to
routeNotificationForTextlocal

Unified config to use single config file across the package that is textlocal.php which was in case previously credentials were used from services.php.
So you need to update the configurations accordingly by publishing new config.

If you have anyways defined the values in the env those will be still used.

New Version with LTS with unicode support and various improvements

30 Oct 11:56
4881869

Choose a tag to compare

Release candidate with updated methods and configs

Breaking change method name renamed to these below for getting mobile numbers to send on the models so update accordingly
routeNotificationForSms
to
routeNotificationForTextlocal

Unified config to use single config file across the package that is textlocal.php which was in case previously credentials were used from services.php.
So you need to update the configurations accordingly by publishing new config.

If you have anyways defined the values in the env those will be still used.