Skip to content

Releases: khanamiryan/php-qrcode-detector-decoder

2.0.2

17 Nov 11:07
8d53cbe
Compare
Choose a tag to compare

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

20 Oct 10:33
b331b0e
Compare
Choose a tag to compare

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

05 Jul 07:32
69c49a5
Compare
Choose a tag to compare
Merge pull request #128 from GenieTim/master

Add 2 more tests and many more typehints

PHP 8 minor update

02 Aug 14:26
04fdd58
Compare
Choose a tag to compare

Fixed text() does not support PHP8

1.0.5.1: Merge pull request #80 from remicollet/issue-lic

21 Apr 08:03
b96163d
Compare
Choose a tag to compare
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-…

20 Apr 18:36
6c8c230
Compare
Choose a tag to compare

PHP 8

29 Nov 21:37
07fceef
Compare
Choose a tag to compare
Merge pull request #101 from Moskito89/feature/allow-php-8

PHP 8 || Updated composer.json and PHPUnit

fixed PHP 7.4 problems

19 Apr 16:22
89b57f2
Compare
Choose a tag to compare
Merge pull request #78 from andreybolonin/master

fix php 7.4 deprecations

bug fixes

26 Apr 11:43
Compare
Choose a tag to compare

After last commit there were some errors in code.

Some bags

01 Apr 20:27
4ff2f14
Compare
Choose a tag to compare
1.0.1

Update QrReader.php