Skip to content

Releases: picqer/php-barcode-generator

v2.2.3

14 Jun 07:13
7b053ad
Compare
Choose a tag to compare

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

Full Changelog: v2.2.2...v2.2.3

v2.2.2

06 May 07:22
877fcb0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.2.2

v2.2.1

07 Feb 09:49
4902279
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

27 Mar 09:08
7df93b4
Compare
Choose a tag to compare
  • Added new Dynamic HTML generator for vector based HTML output, thanks to @Xi0s #126

v2.1.0

24 Dec 15:38
Compare
Choose a tag to compare
  • Fixed imagick results is different from GD result #103
  • Throw exception on invalid Pharmacode 2 code to prevent infinite loop #118
  • Drop support for PHP 7.2 for phpunit 9 and PHP 8.0

v2.0.1

28 Jan 13:00
Compare
Choose a tag to compare

Fixed

  • Removed special chars from filenames we use for test validation #94

v2.0.0

11 Jan 20:08
fd18d04
Compare
Choose a tag to compare

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

  • Fixed a bug in Codabar generation 2d1128f
  • Do not draw multiple bars on the same position #74
  • Do not try to draw barcodes for empty strings #42
  • Fixed possible casting issue in Codabar #92

v0.4.0

31 Dec 20:07
6495fec
Compare
Choose a tag to compare

Added support for PHP 7.4, thanks to @pilif

v0.3

12 Jan 09:31
2e4d5b1
Compare
Choose a tag to compare

v0.2.2

28 Sep 19:25
Compare
Choose a tag to compare

Raising exceptions if we cannot generate JPG or PNG because of missing libraries. Thanks @OskarStark