Skip to content

Latest commit

 

History

History
116 lines (50 loc) · 4.28 KB

CHANGELOG.md

File metadata and controls

116 lines (50 loc) · 4.28 KB

0.15.3 (2023-01-17)

Bug Fixes

  • php-8.1: Ensure JsonSerializable implementation follows interface (40ee752)

0.15.2 (2021-08-30)

Bug Fixes

  • php8: required params should be first (#8) (1c75ad7)

0.15.1 (2021-03-23)

Bug Fixes

  • otp-resend: otp resend requires content type to be form data (#7) (bbffa00)

0.15.0 (2020-11-11)

Features

0.14.2 (2020-10-20)

Bug Fixes

  • verify-otp: content type for otp is not correct (b767e3a)

0.14.1 (2020-09-30)

Bug Fixes

  • variables: merging sms options with variables not working (c96f2e0)

0.14.0 (2020-09-29)

Features

  • options: enhance the options for better testing (4e272e1)

0.13.0 (2020-09-29)

Features

  • message: remove the unused message class (4446f5a)

0.12.0 (2020-09-29)

Features

  • variables: add method to set variable for sms (9f49f6a)

0.11.2 (2020-09-29)

Bug Fixes

  • sms: fix content type for sms sending apis (95b099b)

0.11.1 (2020-09-29)

Bug Fixes

  • url: send sms url is not correct (170340e)

0.11.0 (2020-09-29)

Bug Fixes

  • sms: fix the sms endpoint and code refactoring (e8f6323)

Features

  • receiver: add custom receiver key (1e4fa8f)

0.10.1 (2020-09-28)

Bug Fixes

  • syntax: tests failing below 7.3 (e6afd04)

0.10.0 (2020-09-28)

Features

  • sms: use new flow for sending sms (efff817)

0.9.0 (2020-09-18)

Features

  • deps: support for guzzlehttp/guzzle^7 (694ffe2)

0.8.1 (2020-06-01)

Bug Fixes