This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
zf-apigility-admin 1.5.8
Added
- #363 adds an entry for
Zend\Validator\Uuid
to the validator metadata. - #368 updates the
bin/apigility-upgrade-to-1.5
script to also inject a stub into thepublic/index.php
that will interceptphp public/index.php development [enable|disable]
commands, and proxy them to the v3 zf-development-mode tooling.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #365 updates the logic in the
DbAutodiscoveryModel
to catch and report exceptions due to metadata discovery issues (typically invalid character sets) that were previously returning an empty list, providing better diagnostic details to end-users.