Releases: popphp/pop-form
Releases · popphp/pop-form
3.6.5 Release
ADDED
- Extend attribute support to Radio sets and Checkbox sets
3.6.4 Release
ADDED
- Added support for attributes for select options in form config format
3.6.3 Release
PATCHED
- Patched filter null value issue
3.6.2 Release
UPDATED
- Updated to support PHP 8
3.6.1 Release
PATCHED
- Patched
setValue
issue with Checkbox element.
3.6.0 Release
UPDATED
- Updated to PHP 7.3 and PHPUnit 9
- Migrated from Travis CI to GitHub Actions for CI
- Updated copyright
3.5.4 Release
ADDED
- Support for validate only a single field or a subset of fields with the FormValidator class.
3.5.3 Release
ADDED
- Add public
setValues()
method to the Select Element class (separate from the constructor)
3.5.2 Release
UPDATED
- Updated filter method type for value param.
3.5.1 Release
UPDATED
- Updated composer to latest versions