Skip to content

Releases: popphp/pop-form

3.6.5 Release

03 Jul 00:34
Compare
Choose a tag to compare

ADDED

  • Extend attribute support to Radio sets and Checkbox sets

3.6.4 Release

30 Jun 04:10
Compare
Choose a tag to compare

ADDED

  • Added support for attributes for select options in form config format

3.6.3 Release

01 Jan 04:06
Compare
Choose a tag to compare

PATCHED

  • Patched filter null value issue

3.6.2 Release

16 Nov 17:09
Compare
Choose a tag to compare

UPDATED

  • Updated to support PHP 8

3.6.1 Release

18 Aug 16:37
Compare
Choose a tag to compare

PATCHED

  • Patched setValue issue with Checkbox element.

3.6.0 Release

12 Feb 23:35
Compare
Choose a tag to compare

UPDATED

  • Updated to PHP 7.3 and PHPUnit 9
  • Migrated from Travis CI to GitHub Actions for CI
  • Updated copyright

3.5.4 Release

13 Oct 22:18
Compare
Choose a tag to compare

ADDED

  • Support for validate only a single field or a subset of fields with the FormValidator class.

3.5.3 Release

24 Sep 19:13
Compare
Choose a tag to compare

ADDED

  • Add public setValues() method to the Select Element class (separate from the constructor)

3.5.2 Release

03 Jun 22:25
Compare
Choose a tag to compare

UPDATED

  • Updated filter method type for value param.

3.5.1 Release

14 Feb 22:54
Compare
Choose a tag to compare

UPDATED

  • Updated composer to latest versions