Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "HTMLSnippet",
"version": "3.9.9",
"version": "3.9.10",
"description": "",
"license": "",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion src/HTMLSnippet/HTMLSnippet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</property>

<!-- html/js string -->
<property key="contents" type="translatableString" multiline="true" required="false">
<property key="contents" type="string" multiline="true" required="false">
<caption>Contents</caption>
<category>Behavior</category>
<description>The HTML or Javascript to embed.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/HTMLSnippet/HTMLSnippetContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</property>

<!-- html/js string -->
<property key="contents" type="translatableString" multiline="true" required="false">
<property key="contents" type="string" multiline="true" required="false">
<caption>Contents</caption>
<category>Behavior</category>
<description>The HTML or Javascript to embed.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="HTMLSnippet" version="3.9.9" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="HTMLSnippet" version="3.9.10" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="HTMLSnippet/HTMLSnippet.xml"/>
<widgetFile path="HTMLSnippet/HTMLSnippetContext.xml"/>
Expand Down
Binary file modified test/Test.mpr
Binary file not shown.
Binary file modified test/widgets/HTMLSnippet.mpk
Binary file not shown.
Binary file modified test/widgets/SprintrFeedbackWidget.mpk
Binary file not shown.