Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

zend-form 2.14.2

Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 03 Oct 19:19
· 14 commits to master since this release
release-2.14.2

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #232 fixes validating $creationOption
    of Zend\Form\ElementFactory. Allowed values are: array, Traversable or null.
    If invalid value provided exception will be thrown.

  • #234 registers Search and Tel form elements
    within Zend\Form\FormElementManager plugin manager.