Releases: SallaApp/ZATCA
Releases · SallaApp/ZATCA
3.0.3: fix(FIX-202409): Fix expired certificate (#43)
3.0.2: feat(ZAY-20240727): Use tags classes when qr-code array (#37)
use tags classes
Support more tags
3.0.1 add phase two tags (#36)
Support ZATCA phase two
- Support ZATCA phase two
- Drop support PHP 7.X
2.0.2: Enable file save in render method (#21)
What's Changed
- Enable file save in render method #21 thanks ayaseensdali-alharthi
2.0.1
What's Changed
- Support PHP 7.2
2.0.0
What's Changed
- Allow passing mutliple QROptions #10 by @ali-alharthi
🚨 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
What's Changed
- Add feature scale render QR code image (#7), Thanks @moayadalsariya
1.0.3
Add more details how you can read the QR-Code
Support Arabic Values
Base in the last update from ZATCA its should be count the bytes of a string