Skip to content

Commit 0580218

Browse files
authored
Readme CMS versioning
1 parent 956b4af commit 0580218

File tree

1 file changed

+5
-2
lines changed
  • src/Umbraco.Cms.Integrations.Commerce.Shopify

1 file changed

+5
-2
lines changed

src/Umbraco.Cms.Integrations.Commerce.Shopify/readme.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ for products within a simple [Shopify](https://www.shopify.com/) store or throug
55

66
## Prerequisites
77

8-
Requires minimum version of Umbraco CMS: 8.5.4.
8+
Required minimum versions of Umbraco CMS:
9+
10+
- 8.5.4 for version 8
11+
- 9.0.1 for version 9
912

1013
## How To Use
1114

@@ -81,4 +84,4 @@ To copy the front-end assets to the test site While in DEBUG mode, use following
8184
set ShopifyDir=%UmbracoCmsIntegrationsTestsiteV8Path%\App_Plugins\UmbracoCms.Integrations\Commerce\Shopify
8285
if not exist %ShopifyDir% mkdir -p %ShopifyDir%
8386
xcopy "$(ProjectDir)App_Plugins\UmbracoCms.Integrations\Commerce\Shopify" "%ShopifyDir%" /e /y
84-
```
87+
```

0 commit comments

Comments
 (0)