Skip to content

Releases: live627/smf-custom-forms

v2.2.3

20 Mar 09:45
d23f098
Compare
Choose a tag to compare

Bug Fixes

  • Load language file for the Who's Online page (81ab2b0)
  • Typo in the help text for the tittle setting (4943ec7)

v2.2.2

19 Mar 01:58
c938039
Compare
Choose a tag to compare

Bug Fixes

  • Naming mixup on Whv's Online page (bb65db8)

v2.2.1

28 Feb 02:37
c4cef1a
Compare
Choose a tag to compare

Bug Fixes

  • Parse error (dfd9bd0)
  • Show missing description on form list (cca43c8)

v2.2.0

27 Feb 06:24
12173b2
Compare
Choose a tag to compare

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

26 Feb 08:23
83d42ec
Compare
Choose a tag to compare

Bug Fixes

  • Do not define a default value for BLOB/TEXT column 'output' (4a4f8f7)
  • Do not define a hook for integrate_menu_buttons that leads to nowhere (4b310da)

v2.1.0

25 Feb 14:28
a08f729
Compare
Choose a tag to compare

Features

  • Add support for SMF 2.1 (3a7f063)

v2.0.3

20 Oct 07:00
0a7408a
Compare
Choose a tag to compare

Bug Fixes

  • Make info fields show correctly (cfdb62c)

v2.0.2

18 Oct 04:38
3f39f0b
Compare
Choose a tag to compare

Bug Fixes

  • Be sure to post the values from large text (7887555)

custom-forms v2.0.1

10 Jun 02:54
f309d01
Compare
Choose a tag to compare

Bug Fixes

  • Send correct field names when submitting a form (0542987)
  • Version check should replace placeholders (9a78c4c)

custom-forms v2.0.0

25 Mar 18:29
cfa084a
Compare
Choose a tag to compare

⚠ 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