Skip to content

Commit 6c39302

Browse files
committed
Update changelog + add transport packages
1 parent 2ff8829 commit 6c39302

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

_build/gpm_resolvers/gpm.resolve.tables.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@
2222
$modx->addPackage('formit', $modelPath, null);
2323

2424

25-
2625
$manager = $modx->getManager();
2726

2827
$manager->createObjectContainer('FormItForm');
2928

30-
3129
break;
3230
}
3331
}

_packages/formit-4.0-beta.transport.zip

100644100755
File mode changed.

_packages/formit-4.0-beta2.transport.zip

100644100755
File mode changed.

_packages/formit-4.0-beta3.transport.zip

100644100755
File mode changed.

_packages/formit-4.0.1-pl.transport.zip

100644100755
5.42 KB
Binary file not shown.

core/components/formit/docs/changelog.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ Changelog for FormIt.
22

33
FormIt 4.0.1
44
====================================
5-
- Fix modx log calls to prevent errors
5+
- Add option to specify csv delimiter for form export
6+
- Add GDPR compliant attachment handling (#154) - Thanks to @wax100
7+
- Allow empty isDate validator (PR#164) - Thanks to JoshuaLuckers
8+
- Fix bug with multiple forms on one page (#160)
9+
- Fix modx->log calls in various classes (#161)
10+
- Fix setting redirectParams variable (#165)
611

712
FormIt 4.0.0
813
====================================

0 commit comments

Comments
 (0)