Releases: picqer/php-barcode-generator
Releases · picqer/php-barcode-generator
v2.2.3
What's Changed
- Solution for Issue: Error with Code 11 using check digit K by @Bernhard-Krop in #158
- Solution for Issue: Invalid XML when using SVG generator for type Code 93 by @Bernhard-Krop in #159
New Contributors
- @Bernhard-Krop made their first contribution in #158
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- Fix encoding of char 11 in Code39e by @casperbakker in #153
- Fix couple encodings in Code93 by @casperbakker in #154
- Added Type code32 by @str4to in #142
New Contributors
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
- fix deprecated: strtoupper(): Passing null to parameter (#144) by @turbopixel in #146
New Contributors
- @turbopixel made their first contribution in #146
Full Changelog: v2.2.0...v2.2.1
v2.2.0
v2.1.0
v2.0.1
v2.0.0
Big new version 🎉
Finally got around to refactoring the original structure from the original tcpdf library.
Added
- Introduced Barcode and BarcodeBar classes to standardise generator output.
- Introduced methods to force use of GD or Imagick, see readme.
- Loads of new tests added, including tests on Github Actions.
Changed
- Splitted all barcode types to different files.
- Refactored a lot of code for better readability, stricter checking, and to be more efficient.
- Merged JPG and PNG generators, because of duplicate code.
Fixed
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