Skip to content

Latest commit

 

History

History
231 lines (125 loc) · 4.81 KB

CHANGELOG.md

File metadata and controls

231 lines (125 loc) · 4.81 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.9.1 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.9.0 - 2021-02-10


Release Notes for 2.9.0

Added

  • Adds support for PHP 8.

Removed

  • Removes support for PHP versions prior to 7.3.0.

  • Removes support for laminas/laminas-servicemanager versions prior to 3.6.0.

2.9.0

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

Enhancement

2.8.2 - 2020-03-29

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixed replace version constraint in composer.json so repository can be used as replacement of zendframework/zend-barcode:^2.8.0.

2.8.1 - 2020-01-24

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #2 Fixes php warning about invalid character ignored when setting color as hex code

2.8.0 - 2019-12-26

Added

  • zendframework/zend-barcode#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

  • zendframework/zend-barcode#49 deprecates Laminas\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.

2.7.1 - 2019-09-21

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

2.7.0 - 2017-12-11

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

Fixed

  • Nothing.

2.6.1 - 2017-12-11

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • zendframework/zend-barcode#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.

  • zendframework/zend-barcode#36 provides several minor changes to namespace imports for the Laminas\Barcode\Object namespace to ensure the package works on PHP 7.2.

2.6.0 - 2016-02-17

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed