Update dependency zendframework/zend-barcode to v2.8.0 #77
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.6
->2.8.0
Release Notes
zendframework/zend-barcode
v2.8.0
Compare Source
Added
setProvidedChecksum(bool $value)
(and the optionprovidedChecksum
) andgetProvidedChecksum()
. These allow indicating that the barcode text includes a checksum value for purposes of validation.Changed
Deprecated
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
Fixed
v2.7.1
Compare Source
Added
Changed
Deprecated
Removed
Fixed
#43 fixes typo in exception message of
Zend\Barcode\Exception\UnexpectedValueException
.#44 changes
curly braces in array and string offset access to square brackets
in order to prevent issues under the upcoming PHP 7.4 release.
#45 fixes
rotation calculations.
#46 fixes
generating checksum for EAN5 and Identcode/Leitcode. These barcodes
have fixed length and checksum generator must use also leading zeros.
#47 fixes
text length for EAN2 and EAN5 by adding leading zeros.
v2.7.0
Compare Source
Added
Changed
Deprecated
Removed
#25 removes support
for PHP 5.5.
#38 removes support
for HHVM.
Fixed
v2.6.1
Compare Source
Added
Changed
Deprecated
Removed
Fixed
#24 updates the SVG
renderer to remove extraneous whitespace in
rgb()
declarations, as thespecification dis-allows whitespace, and many PDF readers/manipulators will
not correctly consume SVG definitions that include them.
#36 provides several
minor changes to namespace imports for the
Zend\Barcode\Object
namespace toensure the package works on PHP 7.2.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.