twilio / authy-php

A PHP client for Authy
245 stars 87 forks source link

QR Code method missing from 4.x release #82

Closed aaronhuisinga closed 3 years ago

aaronhuisinga commented 3 years ago

Somehow the qrCode method was merged directly into a 3.x release branch, and is missing from the 4.x release due to it not being available in master.

The PR in question: https://github.com/twilio/authy-php/pull/61

aaronhuisinga commented 3 years ago

Opened https://github.com/twilio/authy-php/pull/83 to fix this. @luisuribe can we get this merged ASAP? This is an unintended breaking change in v4.x.

luisuribe commented 3 years ago

Done! Thanks for the PR

aaronhuisinga commented 3 years ago

Thanks for the prompt merge @luisuribe! Can we get an updated release tagged as well?