Skip to content

Commit

Permalink
Update build config + changelog + add new transport zip
Browse files Browse the repository at this point in the history
  • Loading branch information
joeke committed Apr 26, 2017
1 parent 426469f commit 052c899
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _build/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"lowCaseName": "formit",
"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.",
"author": "Sterc",
"version": "3.0.1",
"version": "3.0.2",
"package": {
"actions": [{
"id": 1,
Expand Down
4 changes: 0 additions & 4 deletions _build/gpm_resolvers/gpm.resolve.tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*
* @package formit
* @subpackage build
*
* @var mixed $object
* @var modX $modx
* @var array $options
*/

if ($object->xpdo) {
Expand Down
Binary file added _packages/formit-3.0.2-pl.transport.zip
Binary file not shown.
6 changes: 6 additions & 0 deletions core/components/formit/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changelog for FormIt.

FormIt 3.0.2
====================================
- Fix encryption in formitsaveform snippet to save correct encryption_type
- Fix bug in forms grid when decrypting encrypted forms fail
- Fix migration to check if decrypted data is correct

FormIt 3.0.1
====================================
- Store file uploads in tmp folder to prevent file uploads getting lost in multistep forms
Expand Down

0 comments on commit 052c899

Please sign in to comment.