Releases: bramstroker/zf2-form
Releases · bramstroker/zf2-form
V1.0.1
First stable release
- 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
- Drop PHP 5.3 support
- Improve code quality
- Add some more unit tests
Fix for multiple forms on same page
- 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
Bump ZF2 version
0.1.4
Remove version so packagist can use the tags automatic
0.1.3: Merge pull request #27 from roed/master
- Fixes rules and messages when dealing with multiple forms
ZF 2.3 support
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 strokerformFormManager
. - Fix the inArray validator to work with associative arrays.
Fieldset support
Merge pull request #14 from AxaliaN/master Fixed issue when using multiple fieldsets
0.1.0
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