Hey there,

I've recently identified and fixed a bug in my QR Code library that could cause unreadable codes under certain conditions. I went all the way and ported the fix even to the outdated branches, that includes the one your libary is using. The fixed version is now available as 1.0.9. I'd also advise to use a version switch in your composer.json like so "chillerlan/php-qrcode": "1.0.9 || ^2.0 || ^3.2 || ^4.0" to allow more modern versions if the underlying PHP version is supported. The API may have changed slightly between the different versions, but since your library only uses the most basic syntax, it remains unaffected.

Cheers!

Comments

codemasher created an issue. See original summary.

jcnventura’s picture

Thanks a lot for taking the time to update your 1.0.x branch. I've only changed the rule slighly if ever you release a 1.0.10 version.

  • jcnventura authored b986ef7 on 8.x-1.x
    Issue #3125318 by codemasher, jcnventura: QR Code library update/bugfix
    
jcnventura’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.