Releases: msonowal/laravel-notification-channel-textlocal
v2.7.0 laravel 11 support
v2.6.0: feat: added support for laravel 10 Update composer.json
Update README.md
v2.5.0
v2.4.0: Update TextlocalChannel.php
Update README.md Update CHANGELOG.md
v2.3.0
v2.2.0
bumped laravel support upto 8x
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)
set sender id from notification if having multiple sender id's to manage.
Release candidate with updated methods and config
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
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.