Skip to content

Releases: bramstroker/zf2-form

V1.0.1

01 Jun 07:18
Compare
Choose a tag to compare

Fix for regex modifier not passed

First stable release

16 Sep 07:06
Compare
Choose a tag to compare
  • Dropped support for older PHP versions. Minimum required version is PHP 5.6 now
  • PSR2 standards
  • Added option to disable ajax fallback
  • Added regex validation rule
  • Several improvements in travis build
  • Changed RuleInterface signature

Version 0.2.0

20 Feb 11:38
Compare
Choose a tag to compare
  • Drop PHP 5.3 support
  • Improve code quality
  • Add some more unit tests

Fix for multiple forms on same page

08 Oct 07:37
Compare
Choose a tag to compare
  • Fix for multiple forms on same page
  • Optimize composer.json (now it will download seperate zend packages)
  • Fix build
  • Minimum PHP version set to 5.4

0.1.5

13 May 06:26
Compare
Choose a tag to compare

Bump ZF2 version

0.1.4

25 Sep 15:48
Compare
Choose a tag to compare
Remove version so packagist can use the tags automatic

0.1.3: Merge pull request #27 from roed/master

17 Sep 11:32
Compare
Choose a tag to compare
  • Fixes rules and messages when dealing with multiple forms

ZF 2.3 support

28 Mar 15:14
Compare
Choose a tag to compare

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.

Fieldset support

12 Sep 11:55
Compare
Choose a tag to compare
Merge pull request #14 from AxaliaN/master

Fixed issue when using multiple fieldsets

0.1.0

17 Aug 08:22
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Several fixes and new features:

  • PluginManager for rules
  • Distributed config added
  • Translator textdomain can be overwritten
  • Option to exclude elements from validation
  • Cleanups
  • Options are overwritable in your view now