This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
weierophinney
released this
26 Dec 21:11
·
3 commits
to master
since this release
Added
- #48 adds the methods
setProvidedChecksum(bool $value)
(and the optionprovidedChecksum
) andgetProvidedChecksum()
. 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.