From 8c090e5157069d1806560de94652e3f062a081ef Mon Sep 17 00:00:00 2001 From: Marcus Weiner Date: Mon, 16 Sep 2019 11:49:55 +0200 Subject: [PATCH] Warn about JS client version in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14f3175..b016d06 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ tax has been included in that product. The easiest way to use GoCommerce is with [commerce-js](https://github.com/netlify/netlify-commerce-js). +**IMPORTANT:** Since Release 1.8.0 of GoCommerce at least Version 5.0.0 of the JavaScript Client is required. + ## Running the GoCommerce backend GoCommerce can be deployed to any server environment that runs Go. Minimum requirement for Go is version 1.11 since GoCommerce is using Go modules.