Skip to content

Commit d025abd

Browse files
committed
Merge branch 'main' into bugfix/hubspot-auth
# Conflicts: # src/Umbraco.Forms.Integrations.Crm.Hubspot/Umbraco.Forms.Integrations.Crm.Hubspot.csproj # src/Umbraco.Forms.Integrations.Crm.Hubspot/hubspot.png
2 parents d1f7066 + 8e4c9a5 commit d025abd

File tree

9 files changed

+33
-7
lines changed

9 files changed

+33
-7
lines changed

src/Umbraco.Forms.Integrations.Automation.Zapier/Umbraco.Forms.Integrations.Automation.Zapier.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
<PackageIconUrl></PackageIconUrl>
1212
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Forms.Integrations/tree/main/src/Umbraco.Forms.Integrations.Automation.Zapier</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/umbraco/Umbraco.Forms.Integrations</RepositoryUrl>
14-
<Version>1.0.4</Version>
14+
<Version>1.0.5</Version>
1515
<Authors>Umbraco HQ</Authors>
1616
<Company>Umbraco</Company>
1717
<PackageTags>Umbraco;Umbraco-Marketplace</PackageTags>
18+
<PackageIcon>zapier.png</PackageIcon>
1819
</PropertyGroup>
1920

2021
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
@@ -29,6 +30,13 @@
2930
<PackageReference Include="Umbraco.Cms.Core" version="9.0.1" />
3031
<PackageReference Include="Umbraco.Forms.Core.Providers" version="9.1.0" />
3132
</ItemGroup>
33+
34+
<ItemGroup>
35+
<Content Include="zapier.png">
36+
<Pack>true</Pack>
37+
<PackagePath>\</PackagePath>
38+
</Content>
39+
</ItemGroup>
3240

3341
<Target Name="RemoveLuceneAnalyzer" BeforeTargets="CoreCompile">
3442
<ItemGroup>

src/Umbraco.Forms.Integrations.Automation.Zapier/umbraco-marketplace.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"Description": "A custom workflow allowing form form entries to be mapped to a HubSpot contact record, and stored within the CRM platform."
1919
}
2020
],
21-
"Tags": []
21+
"Tags": [],
22+
"Title": "Zapier with Umbraco Forms"
2223
}
4.44 KB
Loading

src/Umbraco.Forms.Integrations.Commerce.EMerchantPay/Umbraco.Forms.Integrations.Commerce.EMerchantPay.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
<PackageIconUrl></PackageIconUrl>
1212
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Forms.Integrations/tree/main/src/Umbraco.Forms.Integrations.Commerce.EMerchantPay</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/umbraco/Umbraco.Forms.Integrations</RepositoryUrl>
14-
<Version>1.0.0</Version>
14+
<Version>1.0.1</Version>
1515
<Authors>Umbraco HQ</Authors>
1616
<Company>Umbraco</Company>
1717
<PackageTags>Umbraco;Umbraco-Marketplace</PackageTags>
18+
<PackageIcon>emerchantpay.png</PackageIcon>
1819
</PropertyGroup>
1920

2021
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
@@ -37,6 +38,13 @@
3738
</Content>
3839
</ItemGroup>
3940

41+
<ItemGroup>
42+
<Content Include="emerchantpay.png">
43+
<Pack>true</Pack>
44+
<PackagePath>\</PackagePath>
45+
</Content>
46+
</ItemGroup>
47+
4048
<Target Name="RemoveLuceneAnalyzer" BeforeTargets="CoreCompile">
4149
<ItemGroup>
4250
<Analyzer Remove="@(Analyzer)" Condition="%(FileName) == 'Lucene.Net.CodeAnalysis.CSharp'" />
2.75 KB
Loading

src/Umbraco.Forms.Integrations.Commerce.EMerchantPay/umbraco-marketplace.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"Description": "A custom workflow allowing form form entries to be mapped to a HubSpot contact record, and stored within the CRM platform."
1919
}
2020
],
21-
"Tags": []
21+
"Tags": [],
22+
"Title": "emerchantpay with Umbraco Forms"
2223
}

src/Umbraco.Forms.Integrations.Crm.Hubspot/Umbraco.Forms.Integrations.Crm.Hubspot.csproj

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<PackageIconUrl></PackageIconUrl>
1212
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Forms.Integrations/tree/main/src/Umbraco.Forms.Integrations.Crm.Hubspot</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/umbraco/Umbraco.Forms.Integrations</RepositoryUrl>
14-
<Version>2.0.2</Version>
14+
<Version>2.0.3</Version>
1515
<Authors>Umbraco HQ</Authors>
1616
<Company>Umbraco</Company>
1717
<PackageTags>Umbraco;Umbraco-Marketplace</PackageTags>
18-
<PackageIconUrl>hubspot.png</PackageIconUrl>
18+
<PackageIcon>hubspot.png</PackageIcon>
1919
</PropertyGroup>
2020

2121
<ItemGroup>
@@ -30,6 +30,13 @@
3030
</Content>
3131
</ItemGroup>
3232

33+
<ItemGroup>
34+
<Content Include="hubspot.png">
35+
<Pack>true</Pack>
36+
<PackagePath>\</PackagePath>
37+
</Content>
38+
</ItemGroup>
39+
3340
<ItemGroup>
3441
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
3542
<_Parameter1>Umbraco.Forms.Integrations.Crm.Hubspot.Tests</_Parameter1>
-13.9 KB
Loading

src/Umbraco.Forms.Integrations.Crm.Hubspot/umbraco-marketplace.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"Description": "A dashboard interface that allows users to vizualize registered subscription hooks for their Umbraco Forms and to call Zapier triggers when a specific forms gets submitted."
1515
}
1616
],
17-
"Tags": []
17+
"Tags": [],
18+
"Title": "HubSpot with Umbraco Forms"
1819
}

0 commit comments

Comments
 (0)