Skip to content

ZF 2.3 support

Compare
Choose a tag to compare
@bramstroker bramstroker released this 28 Mar 15:14
· 75 commits to master since this release

This release adds the following:

  • Raised the dependency to Zend Framework 2.3, because it introduced a BC change in the typehint on Validator\TranslatorInterface now.
  • StrokerForm also tries to retrieve a form instance from the FormElementManager, besides the strokerform FormManager.
  • Fix the inArray validator to work with associative arrays.