Skip to content

Releases: craftsys/msg91-php

Internal changes

21 Oct 12:39
Compare
Choose a tag to compare

Breaking Change

Setting the options now requires a different method (options) to use OTP services. Please view docs change.

added editorconfig file for constribution

20 Oct 05:38
Compare
Choose a tag to compare
v0.5.1

feat(editorconfig): add for constribution

Changed namespace to Msg91 from MSG91

20 Oct 05:24
Compare
Choose a tag to compare

This may break some existing functionality. Please update accordingly. Find all occurrence of MSG91 and replace with Msg91

Fix readme for Installation instructions

19 Oct 14:07
Compare
Choose a tag to compare
v0.4.3

fix(docs): installation instruction not correct

Update phpunit to ^8.4

19 Oct 11:54
Compare
Choose a tag to compare
v0.4.2

tests(phpunit) updated phpunit

Namespace Migration to Craftsys\MSG91Client

19 Oct 11:17
Compare
Choose a tag to compare
v0.4.1

fix(namespace): move craftsys\msg91 to craftsys\msg91client namespace

Add config file

19 Oct 08:39
Compare
Choose a tag to compare

Feature

  • Add configuration file to customise the default behaviour
  • Add test for Send and Verify services

Fix the fatal error of method conflicts

18 Oct 17:21
Compare
Choose a tag to compare

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

18 Oct 17:02
Compare
Choose a tag to compare
v0.3.0

fix(style): fix readme toc

Send OTP added

18 Oct 12:00
Compare
Choose a tag to compare

Added send OTP functionality.