Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 7, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
zendframework/zend-barcode require minor ^2.6 -> 2.8.0

Release Notes

zendframework/zend-barcode

v2.8.0

Compare Source

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.

v2.7.1

Compare Source

Added
  • Nothing.
Changed
  • Nothing.
Deprecated
  • Nothing.
Removed
  • Nothing.
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
  • Nothing.
Changed
  • Nothing.
Deprecated
  • Nothing.
Removed
  • #​25 removes support
    for PHP 5.5.

  • #​38 removes support
    for HHVM.

Fixed
  • Nothing.

v2.6.1

Compare Source

Added
  • Nothing.
Changed
  • Nothing.
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • #​24 updates the SVG
    renderer to remove extraneous whitespace in rgb() declarations, as the
    specification 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 to
    ensure 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants