Releases: picqer/php-barcode-generator
Releases · picqer/php-barcode-generator
v2.3.1
v2.3.0
What's Changed
- Add ITF-14 barcode type by @igor-tv in #137
- Fixing problems with barcode type code 32 by @Bernhard-Krop in #165
- Working ITF14 support with test and updated readme by @dvrtech-us in #183
New Contributors
- @dvrtech-us made their first contribution in #183
- @igor-tv made their first contribution in #137
Full Changelog: v2.2.4...v2.3.0
v2.2.4
What's Changed
- Fixing barcode type "Standard 2 of 5" by @Bernhard-Krop in #161
- Fixing a bug in Code 39 Extended (with or without checksum) by @Bernhard-Krop in #160
Full Changelog: v2.2.3...v2.2.4
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.