Skip to content

Releases: msonowal/laravel-notification-channel-textlocal

v1.0.9

29 Jul 12:45
34d77ac
Compare
Choose a tag to compare
Update TextlocalServiceProvider.php

v1.0.8

29 Jul 09:44
244e5fb
Compare
Choose a tag to compare
v1.0.8 Pre-release
Pre-release
Update README.md

Added auto discovery

08 Apr 05:44
ed07e6d
Compare
Choose a tag to compare
Merge pull request #2 from nikugogoi/patch-1

auto package discovery for newer laravel versions

Updated routeNotificationsFor method

29 Oct 17:18
09f53ab
Compare
Choose a tag to compare

Updated routeNotificationsFor method to original Updated routeNotificationsForSms method which got changed to textlocal in the last release

Stable release with config fallback

24 Oct 17:09
Compare
Choose a tag to compare
v1.0.5

Fixed a bug which occurs when textlocal config is not published and h…

added logging of sms template or message to be passed

04 Apr 06:08
e7906c6
Compare
Choose a tag to compare

added passing of message content to the exception for helpfull in logging

int check was strict so string quotes were also failed the truth checks

02 Dec 15:32
5e0e269
Compare
Choose a tag to compare

Added check for if there are non integer on numbers

25 Nov 09:17
b37a672
Compare
Choose a tag to compare

Added check for if there are non integer on numbers if so then it will not process and return

v1.0.0

25 Nov 08:35
e51d5ac
Compare
Choose a tag to compare
Update README.md