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

zend-form 2.9.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 22 Sep 15:59
· 376 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #122 fixes collection binding following successful validation. The fix introduced in #106, while it corrected the behavior around binding a collection that was not re-submitted, broke behavior around binding submitted collections. #122 corrects the issue, retaining the fix from #106.