Skip to content

Commit

Permalink
Generated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Sadler committed Oct 24, 2020
1 parent 5f1c010 commit 0566d48
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Builds/NuGet/UmbracoForms.uCaptcha.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>AaronSadler.uCaptcha</id>
<version>1.0.0</version>
<version>1.0.2</version>
<title>UmbracoForms.uCaptcha</title>
<authors>Aaron Sadler</authors>
<owners>Aaron Sadler</owners>
Expand All @@ -12,7 +12,7 @@
<icon>uCaptcha-logo.png</icon>
<summary>A simple to use and integrate captcha plugin for Umbraco Forms which supports both hCaptcha and reCaptcha</summary>
<description>A simple to use and integrate captcha plugin for Umbraco Forms which supports both hCaptcha and reCaptcha</description>
<releaseNotes><![CDATA[1.0.0 Initial release]]></releaseNotes>
<releaseNotes><![CDATA[1.0.1 Fixed string conversion to bool exception]]></releaseNotes>
<copyright>Copyright 2020</copyright>
<tags>umbraco, umbraco-cms, hCaptcha, umbraco-forms, reCaptcha</tags>
<dependencies>
Expand Down
3 changes: 3 additions & 0 deletions Builds/UmbracoForms_uCaptcha_1.0.2.zip
Git LFS file not shown
2 changes: 1 addition & 1 deletion Builds/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<info>
<package>
<name>UmbracoForms.uCaptcha</name>
<version>1.0.1</version>
<version>1.0.2</version>
<iconUrl></iconUrl>
<licence url="https://opensource.org/licenses/MIT">MIT</licence>
<url>https://github.com/AaronSadlerUK/UmbracoForms.uCaptcha</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@
"preValues": []
},
{
"caption": "uCaptcha",
"caption": "Captcha",
"tooltip": null,
"placeholder": null,
"cssClass": null,
"alias": "uCaptcha",
"id": "34bff5dc-52e7-4b4c-d08a-62e73eb10ebd",
"alias": "captcha",
"id": "828d21f4-d48c-4471-ed4d-61b7ae0eb4ff",
"fieldTypeId": "76fc6a38-4517-4fea-b928-9ff20c626adb",
"prevalueSourceId": "00000000-0000-0000-0000-000000000000",
"dataSourceFieldKey": null,
"containsSensitiveData": false,
"mandatory": false,
"mandatory": true,
"regex": null,
"requiredErrorMessage": null,
"invalidErrorMessage": null,
Expand All @@ -65,11 +65,7 @@
"rules": []
},
"settings": {
"ShowLabel": "False",
"Theme": "light",
"Size": "normal",
"reCaptchaBadgePosition": "bottomleft",
"ErrorMessage": "Different Message"
"Size": "invisible"
},
"preValues": []
}
Expand Down

0 comments on commit 0566d48

Please sign in to comment.