Releases: picqer/php-barcode-generator
Releases · picqer/php-barcode-generator
v0.4.0
v0.3
- SVG: Add viewBox attribute to allow svg scaling #68 by @cuchac
- Adjust CODE_128 to handle odd number of digits #55 by @richayles
- Bugfix update imagick function #51 by @Keinbockwurst
v0.2.2
Raising exceptions if we cannot generate JPG or PNG because of missing libraries. Thanks @OskarStark
v0.2.1
Bugfixes for wrong constant values.
v0.2
This release adds exceptions to this package. Now it is easier to detect if the generated barcode is correct or not.
v0.1
First version