Skip to content

Commit

Permalink
Update changelog + add transport packages
Browse files Browse the repository at this point in the history
  • Loading branch information
joeke committed May 1, 2018
1 parent 2ff8829 commit 6c39302
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions _build/gpm_resolvers/gpm.resolve.tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@
$modx->addPackage('formit', $modelPath, null);



$manager = $modx->getManager();

$manager->createObjectContainer('FormItForm');


break;
}
}
Expand Down
Empty file modified _packages/formit-4.0-beta.transport.zip
100644 → 100755
Empty file.
Empty file modified _packages/formit-4.0-beta2.transport.zip
100644 → 100755
Empty file.
Empty file modified _packages/formit-4.0-beta3.transport.zip
100644 → 100755
Empty file.
Binary file modified _packages/formit-4.0.1-pl.transport.zip
100644 → 100755
Binary file not shown.
7 changes: 6 additions & 1 deletion core/components/formit/docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ Changelog for FormIt.

FormIt 4.0.1
====================================
- Fix modx log calls to prevent errors
- 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 4.0.0
====================================
Expand Down

0 comments on commit 6c39302

Please sign in to comment.