From 76b9a775b980ed177f8e67cfe48eeaf66b27d8f4 Mon Sep 17 00:00:00 2001 From: Laurent Petard Date: Mon, 19 Feb 2018 10:09:13 +0100 Subject: [PATCH] Add some precisions to the readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 02e6ac93..a64354b3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ A simple PHP client to use the [Akeneo PIM API](https://api.akeneo.com/). +- The version v1.0 is compatible with the PIM 2.0. +- The version v2.0 is compatible with the PIM 2.1. + ## Requirements * PHP >= 5.6 @@ -130,5 +133,7 @@ $client->getProductApi()->upsertList([ ## Support +The support of this client is made in best effort by our Akeneo team. + If you find a bug or want to submit an improvement, don't hesitate to raise an issue on Github. Also, you can ask questions and discuss about the PHP client with the community in the [Slack User Group](https://akeneopim-ug.slack.com/messages/web-api/).