Version 2.14.0 - 2021-01-07
Added
#58 adds a Laminas\Validator\BusinessIdentifierCode
validator, which can be used for validating SWIFT business identifier codes.
#75 adds support for PHP 8.0.
Changed
InArray
validator may work differently than under PHP 7 when doing non-strict comparisons involving numbers and strings. Under PHP versions prior to v8, strings would be cast to numbers before comparing to a numeric value; now, the opposite occurs, which means that while "b" == 0
was true in PHP 7, it no longer is in PHP 8. We recommend only using the InArray
validator with strict comparisons enabled to prevent issues moving from PHP 7 to PHP 8.Removed
Version 2.13.5 - 2021-01-06
Bug
sudo dnf upgrade --refresh --advisory=FEDORA-2021-eab612275e
Please login to add feedback.
This update has been submitted for testing by remi.
This update's test gating status has been changed to 'ignored'.
This update's test gating status has been changed to 'waiting'.
This update has obsoleted php-laminas-validator-2.13.5-1.fc33, and has inherited its bugs and notes.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by bodhi.
This update has been pushed to stable.