Skip to content

Releases: Sterc/FormIt

FormIt 4.2.6

22 Jan 21:22
Compare
Choose a tag to compare
  • Add support for UTF-8 when exporting (PR#221)
  • Move limit from foreach to query in migration class (PR#236)
  • Remove unnecessary mail->reset from autoresponder hook (PR#240)
  • Add Ukrainian lexicon + some changes to RU and EN lexicons (PR#242)
  • Update Composer autoloader for newer Composer versions (PR#243)

FormIt 4.2.5

10 Jan 14:56
Compare
Choose a tag to compare
  • Added new properties to email hook (#229, thanks to @Jako)
    - emailSelectTo, emailSelectToName, emailSelectField

FormIt 4.0.1

01 May 21:07
Compare
Choose a tag to compare
  • Add option to specify csv delimiter for form export
  • Add GDPR compliant attachment handling (#154) - Thanks to @wax100
  • Allow empty isDate validator (PR#164) - Thanks to @JoshuaLuckers
  • Fix bug with multiple forms on one page (#160)
  • Fix modx->log calls in various classes (#161)
  • Fix setting redirectParams variable (#165)

FormIt 3.0.2

26 Apr 10:47
Compare
Choose a tag to compare

FormIt 3.0.2 fixes some bugs that originated from the encryption migration process shipped with 3.0.0

Formit 3.0.0

03 Feb 14:38
Compare
Choose a tag to compare
Formit 3.0.0 Pre-release
Pre-release

Formit 3.0.0 sees a change in the way encrypted is used. The widely-used mcrypt-extension was used in verions prior to 3.0.0. Formit 3.0.0 sees the introduction of the openssl encrypt, since PHP 7.2 will see the removal of mcrypt.

A migration script is included within this release.

Formit 2.2.11

21 Dec 08:54
Compare
Choose a tag to compare
  • Added storeLocation property to FormIt and FormItRetriever. (issue #95, PR #105#106#107)
  • Changed default behaviour of emailReplyTo parameter to fallback to email field in form (issue #101)
  • Changed math hook to store values in session, preventing easy bypass of math hook (issue #64)
  • Add GPM config
  • Fix bug with multiple file upload (PR #104)
  • Add 'hash' field to FormItSaveForm to allow updating of previously saved forms (PR #94)
  • Add FormItLoadSavedForm snippet to retrieve saved forms (PR #94)
  • Fix for export with datefilter (issue #96, PR #97)
  • Add fiarRequired property (PR#83)
  • Update resolver to check for current version to prevent errors on upgrade
  • Add system setting for form_encryptkey, to not rely on site_id (issue #68)
  • Fix saved forms export when using encrypted forms (issue #48)

FormIt 2.2.10

11 Mar 09:58
Compare
Choose a tag to compare
  • Merged PR#58: Added BOM for Excel to understand UTF-8 non-latin symbols properly. (thanks to govza)
  • Merged PR#73: JSON output options for errors and hooks
  • Merged PR#79: Create German lexicon for FormIt-CMP (thanks to sebastian-marinescu)

FormIt 2.2.9

11 Mar 09:58
Compare
Choose a tag to compare
  • Merging PR#74 from Jako which solves multiple issues.
  • Fix XSS vulnerabilities
  • Javascript code cleanup
  • Fix empty math operator after form submission #d782c29