Skip to content

Releases: live627/smf-custom-forms

v4.0.6

04 Oct 21:29
d60389c
Compare
Choose a tag to compare

4.0.6 (2023-10-04)

Bug Fixes

  • pass backwards compatible field types to the template (d8adf63), closes #43

v4.0.5

04 May 04:49
82c0a2c
Compare
Choose a tag to compare

4.0.5 (2023-05-04)

Bug Fixes

  • Add missing input for field description (9a38c54), closes #40

v4.0.4

04 Apr 07:22
66240a3
Compare
Choose a tag to compare

4.0.4 (2023-04-04)

Bug Fixes

  • Add upgrade instructions (54c9574)

v4.0.3

04 Apr 06:25
d2cdbfa
Compare
Choose a tag to compare

4.0.3 (2023-04-04)

Bug Fixes

  • Null fields cause problems when used in string functions (a464946)

v4.0.2

12 Jan 11:10
fcf9990
Compare
Choose a tag to compare

4.0.2 (2023-01-12)

Bug Fixes

v4.0.1

09 Dec 00:10
06e91b6
Compare
Choose a tag to compare

4.0.1 (2022-12-08)

Bug Fixes

v4.0.0

08 Dec 11:38
cf3ee13
Compare
Choose a tag to compare

4.0.0 (2022-12-08)

⚠ BREAKING CHANGES

  • Field descriptions no longer accept raw HTML as part of the security fix (BBC accepted instead)
  • Requires PHP 8 or newer

Features

  • Add update notice for admins (8d88ff6)
  • Form edit box now includes a button to add field macros (445473d)
  • integrate_customform_classlist (bd054cb)

Bug Fixes

  • Tighten security by encoding HTML special characters (430f1f7)

Code Refactoring

  • move to namespace classes (3289cd8)

v3.1.0

21 Nov 10:45
f5a4052
Compare
Choose a tag to compare

Features

  • Ability to directly upgrade (efb3b57)

v3.0.0

02 Nov 23:11
f0e1ba9
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Drop support for SMF 2.0.x

Features

  • Add meta descriptions to forms for SERPs (7cc30b4)
  • Build linktree in forms (03ad761)
  • Form grid is now responsive (334ade3)
  • Make target board selection a list (4926bf6)
  • Request search engines to not index the thank you page (f55392f)

Bug Fixes

  • AssertionError (d76de71)
  • Checkbox validation didn't work at all (8aecc9e)
  • Radio button values needed to be set in HTML (5fc912d)
  • Undefined $board (877c242)

Code Refactoring

  • Drop support for SMF 2.0.x (867edf1)

v2.2.4

24 May 12:29
dbf3908
Compare
Choose a tag to compare

Bug Fixes

  • Naming mixup on Who's Online page (2acb35b)