Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-barcode 2.8.0

Latest
Compare
Choose a tag to compare
@weierophinney weierophinney released this 26 Dec 21:11
· 3 commits to master since this release
release-2.8.0

Added

  • #48 adds the methods setProvidedChecksum(bool $value) (and the option providedChecksum) and getProvidedChecksum(). These allow indicating that the barcode text includes a checksum value for purposes of validation.

Changed

  • Nothing.

Deprecated

  • #49 deprecates Zend\Barcode\Renderer\Pdf. The renderer uses the now-abandoned zendframework/zendpdf package, and, as such, is deprecated as well, and scheduled for removal with version 3.0.0. We will release a separate PDF renderer package at a later date that consumes a 3rd party PDF library.

Removed

  • Nothing.

Fixed

  • Nothing.