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

zend-form 2.8.4

Compare
Choose a tag to compare
@weierophinney weierophinney released this 07 Jun 18:25
· 453 commits to master since this release

Added

  • #74 adds an alias for the FormTextarea view helper that is referenced in the documentation.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #77 updates Zend\Form\View\HelperConfig to improve performance when running under zend-servicemanager v3.
  • #19 provides a thorough fix for an issue when removing all items in a collection associated with a form. Prior to this release, values that existed in the collection persisted when a form submission intended to remove them.