Skip to content

Commit 0f4491a

Browse files
authored
Merge pull request #56 from umbraco/feature/marketplace-tags
Marketplace updates for packages.
2 parents 50ca57d + 4bc7c37 commit 0f4491a

File tree

31 files changed

+458
-29
lines changed

31 files changed

+458
-29
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
2+
"name": "Umbraco.Cms.Integrations.Automation.Zapier",
3+
"version": "1.0.4",
4+
"allowPackageTelemetry": true,
25
"javascript": [
36
"~/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/js/zapier.controller.js",
47
"~/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/js/zapier.resource.js"
58
],
69
"css": [
7-
"~/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/css/zapier.css"
8-
]
10+
"~/App_Plugins/UmbracoCms.Integrations/Automation/Zapier/css/zapier.css"
11+
]
912
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<TargetFrameworks>net472;net50</TargetFrameworks>
55
<Authors>Umbraco HQ</Authors>
66
<Company>Umbraco</Company>
7-
<Title>Umbraco CMS Integrations: Automation - Zapier</Title>
7+
<Title>Umbraco CMS Integrations: Automation - Zapier</Title>
88
<Description>An extension for Umbraco CMS providing an automation tool for calling Zapier triggers when specific content gets published.</Description>
99
<RepositoryUrl>https://github.com/umbraco/Umbraco.Cms.Integrations</RepositoryUrl>
10-
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Cms.Integrations</PackageProjectUrl>
10+
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Cms.Integrations/blob/main/src/Umbraco.Cms.Integrations.Automation.Zapier</PackageProjectUrl>
1111
<Product>Umbraco.Cms.Integrations.Automation.Zapier</Product>
12-
<ApplicationManifest>App_Plugins\UmbracoCms.Integrations\Automation\Zapier\package.manifest</ApplicationManifest>
13-
<Version>1.0.3</Version>
12+
<Version>1.0.4</Version>
13+
<PackageTags>Umbraco;Umbraco-Marketplace</PackageTags>
1414
</PropertyGroup>
1515

1616
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">

src/Umbraco.Cms.Integrations.Automation.Zapier/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<info>
44
<package>
55
<name>Umbraco.Cms.Integrations.Automation.Zapier</name>
6-
<version>1.0.3</version>
6+
<version>1.0.4</version>
77
<iconUrl></iconUrl>
88
<licence url="https://opensource.org/licenses/MIT">MIT</licence>
99
<url>https://github.com/umbraco/Umbraco.Cms.Integrations</url>
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"AuthorDetails": {
3+
"Description": "Umbraco HQ",
4+
"Url": "https://umbraco.com/",
5+
"ImageUrl": "https://avatars.githubusercontent.com/u/1419552?s=200&v=4"
6+
},
7+
"Category": "CMS Extensions",
8+
"LicenseType": "Free",
9+
"PackageType": "Package",
10+
"PackagesByAuthor": [
11+
"Umbraco.Cms.Integrations.Commerce.CommerceTools",
12+
"Umbraco.Cms.Integrations.Commerce.Shopify",
13+
"Umbraco.Cms.Integrations.SEO.Semrush",
14+
"Umbraco.Cms.Integrations.SEO.GoogleSearchConsole.URLInspectionTool",
15+
"Umbraco.Cms.Integrations.Crm.Hubspot",
16+
"Umbraco.Cms.Integrations.Crm.Dynamics",
17+
"Umbraco.Cms.Integrations.Crm.ActiveCampaign"
18+
],
19+
"RelatedPackages": [
20+
{
21+
"PackageId": "Umbraco.Cms.Integrations.Commerce.CommerceTools",
22+
"Description": "A product and category picker that can be added as a property editor for content, with a value converter providing a strongly typed model for rendering."
23+
},
24+
{
25+
"PackageId": "Umbraco.Cms.Integrations.Commerce.Shopify",
26+
"Description": "A products picker that can be added as a property editor for content, with a value converter providing a strongly typed model for rendering."
27+
},
28+
{
29+
"PackageId": "Umbraco.Cms.Integrations.SEO.Semrush",
30+
"Description": "A search tool available as a content app, helping editors research and use appropriate keywords for their content, to help with website search engine optimisation."
31+
},
32+
{
33+
"PackageId": "Umbraco.Cms.Integrations.SEO.GoogleSearchConsole.URLInspectionTool",
34+
"Description": "A tool allowing programmatic access to URL-level data for properties managed in Google Search Console and the indexed version of a URL."
35+
},
36+
{
37+
"PackageId": "Umbraco.Cms.Integrations.Crm.Hubspot",
38+
"Description": "A form picker and rendering component for Hubspot forms."
39+
},
40+
{
41+
"PackageId": "Umbraco.Cms.Integrations.Crm.Dynamics",
42+
"Description": "A form picker and rendering component for Dynamics 365 Marketing forms."
43+
},
44+
{
45+
"PackageId": "Umbraco.Cms.Integrations.Crm.ActiveCampaign",
46+
"Description": "A form picker and rendering component for ActiveCampaign forms."
47+
}
48+
],
49+
"Tags": []
50+
}

src/Umbraco.Cms.Integrations.Commerce.CommerceTools/App_Plugins/UmbracoCms.Integrations/Commerce/CommerceTools/package.manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"name": "Umbraco.Cms.Integrations.Commerce.CommerceTools",
3+
"version": "1.0.1",
4+
"allowPackageTelemetry": true,
25
"javascript": [
36
"~/App_Plugins/UmbracoCms.Integrations/Commerce/CommerceTools/Resources/CommerceToolsResource.js",
47
"~/App_Plugins/UmbracoCms.Integrations/Commerce/CommerceTools/Overlays/CommerceToolsPickerOverlayController.js",

src/Umbraco.Cms.Integrations.Commerce.CommerceTools/Umbraco.Cms.Integrations.Commerce.CommerceTools.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
<Title>Umbraco CMS Integrations: Commerce - CommerceTools</Title>
99
<Description>An extension for Umbraco CMS providing product and category pickers for CommerceTools.</Description>
1010
<PackageIconUrl></PackageIconUrl>
11-
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Cms.Integrations</PackageProjectUrl>
11+
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Cms.Integrations/blob/main/src/Umbraco.Cms.Integrations.Commerce.CommerceTools</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/umbraco/Umbraco.Cms.Integrations</RepositoryUrl>
13-
<Version>1.0.0</Version>
13+
<Version>1.0.1</Version>
1414
<Authors>Umbraco HQ</Authors>
1515
<Company>Umbraco</Company>
16+
<PackageTags>Umbraco;Umbraco-Marketplace</PackageTags>
1617
</PropertyGroup>
1718

1819
<ItemGroup>

src/Umbraco.Cms.Integrations.Commerce.CommerceTools/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<info>
44
<package>
55
<name>Umbraco.Cms.Integrations.Commerce.CommerceTools</name>
6-
<version>1.0.0</version>
6+
<version>1.0.1</version>
77
<iconUrl></iconUrl>
88
<licence url="https://opensource.org/licenses/MIT">MIT</licence>
99
<url>https://github.com/umbraco/Umbraco.Cms.Integrations</url>
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"AuthorDetails": {
3+
"Description": "Umbraco HQ",
4+
"Url": "https://umbraco.com/",
5+
"ImageUrl": "https://avatars.githubusercontent.com/u/1419552?s=200&v=4"
6+
},
7+
"Category": "CMS Extensions",
8+
"LicenseType": "Free",
9+
"PackageType": "Package",
10+
"PackagesByAuthor": [
11+
"Umbraco.Cms.Integrations.Commerce.Shopify",
12+
"Umbraco.Cms.Integrations.SEO.Semrush",
13+
"Umbraco.Cms.Integrations.SEO.GoogleSearchConsole.URLInspectionTool",
14+
"Umbraco.Cms.Integrations.Crm.Hubspot",
15+
"Umbraco.Cms.Integrations.Crm.Dynamics",
16+
"Umbraco.Cms.Integrations.Crm.ActiveCampaign",
17+
"Umbraco.Cms.Integrations.Automation.Zapier"
18+
],
19+
"RelatedPackages": [
20+
{
21+
"PackageId": "Umbraco.Cms.Integrations.Commerce.Shopify",
22+
"Description": "A products picker that can be added as a property editor for content, with a value converter providing a strongly typed model for rendering."
23+
},
24+
{
25+
"PackageId": "Umbraco.Cms.Integrations.SEO.Semrush",
26+
"Description": "A search tool available as a content app, helping editors research and use appropriate keywords for their content, to help with website search engine optimisation."
27+
},
28+
{
29+
"PackageId": "Umbraco.Cms.Integrations.SEO.GoogleSearchConsole.URLInspectionTool",
30+
"Description": "A tool allowing programmatic access to URL-level data for properties managed in Google Search Console and the indexed version of a URL."
31+
},
32+
{
33+
"PackageId": "Umbraco.Cms.Integrations.Crm.Hubspot",
34+
"Description": "A form picker and rendering component for Hubspot forms."
35+
},
36+
{
37+
"PackageId": "Umbraco.Cms.Integrations.Crm.Dynamics",
38+
"Description": "A form picker and rendering component for Dynamics 365 Marketing forms."
39+
},
40+
{
41+
"PackageId": "Umbraco.Cms.Integrations.Crm.ActiveCampaign",
42+
"Description": "A form picker and rendering component for ActiveCampaign forms."
43+
},
44+
{
45+
"PackageId": "Umbraco.Cms.Integrations.Automation.Zapier",
46+
"Description": "A dashboard interface allowing users to vizualize registered subscription hooks for content types and to call Zapier triggers when content gets published."
47+
}
48+
],
49+
"Tags": []
50+
}

src/Umbraco.Cms.Integrations.Commerce.Shopify/App_Plugins/UmbracoCms.Integrations/Commerce/Shopify/package.manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"name": "Umbraco.Cms.Integrations.Commerce.Shopify",
3+
"version": "1.0.3",
4+
"allowPackageTelemetry": true,
25
"javascript": [
36
"~/App_Plugins/UmbracoCms.Integrations/Commerce/Shopify/js/productPicker.controller.js",
47
"~/App_Plugins/UmbracoCms.Integrations/Commerce/Shopify/js/productPickerSettings.controller.js",

src/Umbraco.Cms.Integrations.Commerce.Shopify/Umbraco.Cms.Integrations.Commerce.Shopify.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
<Title>Umbraco CMS Integrations: Commerce - Shopify</Title>
99
<Description>An extension for Umbraco CMS providing a products picker and rendering component for Shopify.</Description>
1010
<PackageIconUrl></PackageIconUrl>
11-
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Cms.Integrations</PackageProjectUrl>
11+
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Cms.Integrations/blob/main/src/Umbraco.Cms.Integrations.Commerce.Shopify</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/umbraco/Umbraco.Cms.Integrations</RepositoryUrl>
13-
<Version>1.0.2</Version>
13+
<Version>1.0.3</Version>
1414
<Authors>Umbraco HQ</Authors>
1515
<Company>Umbraco</Company>
16+
<PackageTags>Umbraco;Umbraco-Marketplace</PackageTags>
1617
</PropertyGroup>
1718

1819
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">

0 commit comments

Comments
 (0)