Releases: AppsDevTeam/AjaxSelect
Releases · AppsDevTeam/AjaxSelect
v3.2.2
v3.2.1: Merge pull request #10 from conflictboy/mcontrol_php8
Fix method_exists
v3.2
v3.1.3: Merge pull request #7 from vpalousek98/master
Update AbstractEntity.php
v3.1.2
v3.1.1: Translator switch
Option to turn off automatic translation of select values
v3.1: Translator switch
Option to turn off automatic translation of select values
v3.0: Merge pull request #6 from AppsDevTeam/nette-2.1
Automatic orById
v2.2.2: NULL in setValue for INVALID_VALUE_MODE_EMPTY
Problem: When INVALID_VALUE_MODE_EMPTY is configured for AjaxSelect and selected value is invalid and then set to NULL, an error was thrown in 'count($value)'. Solution: check if $value is array before the count so the NULL value is evaluated as FALSE and count is never checked.
v2.2.1: Merge pull request #5 from AppsDevTeam/improvements
Update AbstractEntity.php