Releases: netgen/NetgenEzFormsBundle
Releases · netgen/NetgenEzFormsBundle
v2.0.2
[2.0.2] - 2018-25-09
Added
- Enabled Scrutinizer service
Fixed
- Fix for Relation field type handler by @amirkoklan
- Fix for Country field type handler by @SofLesc
2.0.1
1.3.3
2.0
- Symfony 3 compatibility
- PSR-4 dev autoload for tests
- bundle and tests directories
- started using keepachangelog convention
- test classes now extend TestCase rather than PHPUnit_Framework_TestCase
1.3.2
- Bug fix - Selection handler was ignoring selected values in edit mode
1.3.1
- Use early returns ( by @dantleech )
- Support for Object Relation ( by @nspyke )
- Bug fix for empty validator case
- InformationCollection mapper now uses FieldDefinition
1.3.0
- Full test coverage (by @MarioBlazek)
- Prevent overwriting form model value with default value (by @alymdrictels)
- PHP 7 support
- PSR-4 autoloader
1.2.0
- Added ability to handle info collection forms (by @MarioBlazek)
- Added various new field type handlers (ISBN, binary file, map location) (by @MarioBlazek)
- Coding standards switched to PSR-2
- Bugfixes