Releases: khanamiryan/php-qrcode-detector-decoder
Releases · khanamiryan/php-qrcode-detector-decoder
2.0.3
What's Changed
- chore: upgrade rector 0.x to 1 by @Chris53897 in #148
- chore: remove git info in ci by @Chris53897 in #147
- chore: fix ci deprecations, add testruns for PHP 8.2 and 8.3 by @Chris53897 in #145
- Added a new hint
BINARY_MODE
to allow working with binary QRCodes. by @LZZZZ in #158
New Contributors
- @Chris53897 made their first contribution in #148
- @LZZZZ made their first contribution in #158
Full Changelog: 2.0.2...2.0.3
2.0.2
What's Changed
- Fix issue where in some cases the bits could be decoded to the neighbouring char by @GenieTim in #139
Full Changelog: 2.0.1...2.0.2
Thanks @GenieTim
Merge various of the open PRs + Improve PHP 8.1+ compatibility
Fixing even more possible "Implicit conversion from float" PHP 8 issues
Add more tests I want to fix for
Link the GitHub action in the README
Even more typehints and checks
Fix for when memory limit is set to -1
PHP 8 Update
Merge pull request #128 from GenieTim/master Add 2 more tests and many more typehints
PHP 8 minor update
Fixed text() does not support PHP8
1.0.5.1: Merge pull request #80 from remicollet/issue-lic
fix #79 add LICENSE file, set to ASL 2.0 and MIT
1.0.5
Merge pull request #95 from ilario-pierbattista/qr-code-decoder-meta-…
PHP 8
Merge pull request #101 from Moskito89/feature/allow-php-8 PHP 8 || Updated composer.json and PHPUnit
fixed PHP 7.4 problems
Merge pull request #78 from andreybolonin/master fix php 7.4 deprecations
bug fixes
After last commit there were some errors in code.