Skip to content

Releases: popphp/pop-form

Update for PHP 7

14 Feb 05:12
Compare
Choose a tag to compare

UPDATED

  • Updated and tested for PHP 7

Move field group headers outside of the DL

08 Aug 17:33
Compare
Choose a tag to compare

UPDATED

  • Move field group headers outside of the DL

Add field group headers

08 Aug 17:11
Compare
Choose a tag to compare

ADDED

  • Add field group headers for rendering w/o a template

Update Pop DB

10 Jul 17:15
Compare
Choose a tag to compare

UPDATED

  • Update to popphp/pop-db 3.0.0

Update for PHP 7

01 Jul 21:31
Compare
Choose a tag to compare

UPDATED

  • Updated and tested for PHP 7

Add exclude functionality

17 Jun 22:23
Compare
Choose a tag to compare

ADDED

  • Add exclude functionality to the addFilter() and addFilters() methods.

Update README.md

10 May 14:59
Compare
Choose a tag to compare

Update README.md

Fixed dupe setMarked() issue

26 Apr 00:36
Compare
Choose a tag to compare

FIXED

  • Fixed a duplicate/unnecessary setMarked() called in the Form class.

Fixed setValue/setMarked

25 Apr 17:29
Compare
Choose a tag to compare

FIXED

  • The setValue() method for Textarea objects
  • The setMarked() method for Select, CheckboxSet and RadioSet objects.

Fix datalist options key/value assignment

06 Apr 22:31
Compare
Choose a tag to compare

Fixed

  • Add support for only key/value pairs for datalist options