Skip to content

Commit 052c899

Browse files
committed
Update build config + changelog + add new transport zip
1 parent 426469f commit 052c899

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

_build/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"lowCaseName": "formit",
44
"description": "FormIt is a dynamic form processing Snippet for MODx Revolution. It handles a form after submission, performing validation and followup actions like sending an email. It does not generate the form, but it can repopulate it if it fails validation.",
55
"author": "Sterc",
6-
"version": "3.0.1",
6+
"version": "3.0.2",
77
"package": {
88
"actions": [{
99
"id": 1,

_build/gpm_resolvers/gpm.resolve.tables.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
*
77
* @package formit
88
* @subpackage build
9-
*
10-
* @var mixed $object
11-
* @var modX $modx
12-
* @var array $options
139
*/
1410

1511
if ($object->xpdo) {
185 KB
Binary file not shown.

core/components/formit/docs/changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changelog for FormIt.
22

3+
FormIt 3.0.2
4+
====================================
5+
- Fix encryption in formitsaveform snippet to save correct encryption_type
6+
- Fix bug in forms grid when decrypting encrypted forms fail
7+
- Fix migration to check if decrypted data is correct
8+
39
FormIt 3.0.1
410
====================================
511
- Store file uploads in tmp folder to prevent file uploads getting lost in multistep forms

0 commit comments

Comments
 (0)