Skip to content

Releases: phpfui/phpfui

Reverting AutoComplete update

30 Nov 19:00

Choose a tag to compare

^ Latest JQuery AutoComplete breaks modal dialog autocompletes

PHP 8.5

07 Nov 02:52

Choose a tag to compare

  • Updated JS subtrees

AJAX class allows url to be specified

06 Oct 20:48

Choose a tag to compare

V6.3.8

AJAX class can specify url

Allow FontAwesome 7

28 Jul 23:12

Choose a tag to compare

V6.3.7

Allow FontAwesome 7

Just suggest recaptcha

23 Jun 14:49

Choose a tag to compare

  • Use phpfui/recaptcha instead of google/recaptcha for PHP 8.4 support
  • Suggest recaptcha instead of requiring it
  • Use proposed PSR standard for captcha

Prevent random drops on ToFromList

26 Mar 14:13

Choose a tag to compare

  • Better drop request filtering for ToFromList
  • Upgrade to PHPUnit 12

PHP 8.4 support for google/recaptcha

09 Jan 23:03

Choose a tag to compare

Use 8.4 version of google's recaptcha

PHP 8.4 Support

23 Oct 19:21

Choose a tag to compare

V6.3.3

PHP 8.4 Support

AutoComplete clears input on no selection

08 Aug 18:43
8a3f328

Choose a tag to compare

  • AutoComplete will clear the input field when no option is chosen. Previously you had to select something, then invalidate it to clear the field
  • AutoComplete now allows for setting and clearing options
  • Updated the SlickSlider and AutoComplete JavaScript libraries

Input\SelectEnum

08 May 02:20

Choose a tag to compare

  • Input\SelectEnum constructs a Select input from a backed enum using the names for the options. Words are split by _ and properly cased and presented in the order of the enum.