Skip to content

Commit

Permalink
Cleanup microflow after fix #9, bump version to minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelte Lagendijk committed Feb 6, 2017
1 parent 61fb015 commit 1f61c62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MicroflowTimer",
"version": "3.0.2",
"version": "3.1.0",
"description": "",
"license": "",
"author": "",
Expand Down Expand Up @@ -34,4 +34,4 @@
"folders": "node ./node_modules/gulp/bin/gulp folders",
"modeler": "node ./node_modules/gulp/bin/gulp modeler"
}
}
}
5 changes: 0 additions & 5 deletions src/MicroflowTimer/widget/MicroflowTimer.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,6 @@ define([
console.warn("Error executing mf: ", error);
}
};
if (!mx.version || parseInt(mx.version.split(".")[0], 10) < 6) {
microflowAction.store = {
caller: this.mxform
};
}

mx.ui.action(this.microflow, microflowAction);
}
Expand Down
4 changes: 2 additions & 2 deletions src/package.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="MicroflowTimer" version="3.0.2" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="MicroflowTimer" version="3.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="MicroflowTimer/MicroflowTimer.xml"/>
</widgetFiles>
<files>
<file path="MicroflowTimer/widget/"/>
</files>
</clientModule>
</package>
</package>
Binary file modified test/widgets/MicroflowTimer.mpk
Binary file not shown.

0 comments on commit 1f61c62

Please sign in to comment.