Releases: it-all/FormFormer
Releases · it-all/FormFormer
v2.2.2
v2.2.1
htmlentities Modifications
Modify htmlentities calls to remove HTML5 flag. Make htmlentities call optional for element content and disable for select and datalist fields options.
Security Patch
Using htmlentities() to escape html content.
v2.0.2
Enable Fieldset Errors
v2.0.1 change strlen to mb_strlen
v2.0
Radio and Checkbox Field Label Update
v1.1.2 allow checkbox and radio inputs the option of having field label on top
FormFormer_Twig
I will be abandoning the use of Twig in future FormFormer versions.
Why?
- To reduce both package and language dependencies (both for FormFormer and projects that use FormFormer)
- Performance
- To increase PHP skill in templating and security
- The benefits of templating languages are dubious for larger, more complex applications