Releases: live627/smf-custom-forms
Releases · live627/smf-custom-forms
v2.2.3
v2.2.2
v2.2.1
v2.2.0
Features
- Make the input box for the field text a textarea (2690700)
- Show form activity in the who's online page (76ca0ea)
Bug Fixes
- Actually show help text when clicking on icon (dfc59fa)
- Don't write the global $board because it confuses SMF into looking up undefined variables (parent_boards) (3c074ab)
- Parse error (9517398)
- Select correct board value for dropdown (ef9d571)
- Thankyou page was blank and generated errors (a0333a4)
- Undefined variable $true (fd61441)
v2.1.1
v2.1.0
v2.0.3
v2.0.2
custom-forms v2.0.1
custom-forms v2.0.0
⚠ BREAKING CHANGES
- Require PHP 7.4
Features
- Allow whitespace in template vars (18297e7)
- Check session when users submit forms (bf7139a)
- Show a list of errors if a form is submitted with invalid data (facb90a)
Bug Fixes
- Make select boxes validate if no value provided and default is set (05605a2)
- Populate field types when editing or adding fields (2d4e575)
- Translate old field names so they can actually be used (867076e)
Code Refactoring
- Require PHP 7.4 (4abc062)