version 6.2 (08/2025)
Improvements:
- remove the "required" attribute from the radio & checkboxes labels
- rewrite the cURL test script for better clarity and readability
Bug Fix:
- fix fileuploader removing the extension from the filename if the filename itself contains the extension string
- move $_SESSION[token] to $_SESSION[form][token] in the templates with dynamic fields
- fix Validator::validate() method error with arrays and recursive validation
version 6.1 (01/2025)
Improvements:
- upgrade PowerLite PDO to the latest version
Bug Fix:
- fix the PHP validator's 'required' validation with "0" string values