Skip to content

Releases: SallaApp/ZATCA

3.0.2: feat(ZAY-20240727): Use tags classes when qr-code array (#37)

31 Jul 11:46
38d9c99
Compare
Choose a tag to compare

Support more tags

24 Jul 14:57
f06c5a9
Compare
Choose a tag to compare
3.0.1

add phase two tags (#36)

Support ZATCA phase two

22 Jul 11:56
209d211
Compare
Choose a tag to compare
  • Support ZATCA phase two
  • Drop support PHP 7.X

2.0.2: Enable file save in render method (#21)

04 Nov 22:07
e8f53ce
Compare
Choose a tag to compare

What's Changed

2.0.1

21 Dec 20:12
Compare
Choose a tag to compare

What's Changed

  • Support PHP 7.2

2.0.0

14 Dec 18:34
70f548d
Compare
Choose a tag to compare

What's Changed

🚨 Brack Change

The render function now accept a array of options for render the QR, you can find the all available options at (https://github.com/chillerlan/php-qrcode)

Before

$displayQRCodeAsBase64 = GenerateQrCode::fromArray([
.....
])->render(3);

After

$displayQRCodeAsBase64 = GenerateQrCode::fromArray([
.....
])->render(['scale' => 3]);

1.0.4

11 Dec 20:04
f4a4bd5
Compare
Choose a tag to compare

What's Changed

1.0.3

18 Nov 06:35
faadf78
Compare
Choose a tag to compare
Add more details how you can read the QR-Code

Support Arabic Values

14 Oct 14:06
Compare
Choose a tag to compare

Base in the last update from ZATCA its should be count the bytes of a string

1.0.1

11 Oct 21:46
63f53f6
Compare
Choose a tag to compare
first commit