Releases: craftsys/msg91-php
Releases · craftsys/msg91-php
Internal changes
Breaking Change
Setting the options now requires a different method (options
) to use OTP services. Please view docs change.
added editorconfig file for constribution
v0.5.1 feat(editorconfig): add for constribution
Changed namespace to Msg91 from MSG91
This may break some existing functionality. Please update accordingly. Find all occurrence of MSG91 and replace with Msg91
Fix readme for Installation instructions
v0.4.3 fix(docs): installation instruction not correct
Update phpunit to ^8.4
v0.4.2 tests(phpunit) updated phpunit
Namespace Migration to Craftsys\MSG91Client
v0.4.1 fix(namespace): move craftsys\msg91 to craftsys\msg91client namespace
Add config file
Feature
- Add configuration file to customise the default behaviour
- Add test for Send and Verify services
Fix the fatal error of method conflicts
BaseMessage->message() and OTPMessage->message() have conflicts as the return type can not be different in overload functions. Fixed by moving ->message
to individual services.
Add more docs and resend api
v0.3.0 fix(style): fix readme toc
Send OTP added
Added send OTP functionality.