From 9374f8da2466b008f93a4cde8ad33bf9dd852db1 Mon Sep 17 00:00:00 2001 From: Alexandre Hocquard Date: Sat, 26 May 2018 23:20:39 +0200 Subject: [PATCH 1/2] Add CI status and fix version matrix compatibility --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 10639d6b..fa329ae7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A simple PHP client to use the [Akeneo PIM API](https://api.akeneo.com/). +Matrix compatibility: + +| API PHP Client version | PIM version(s) | CI status | +|------------------------|----------------|---------------------------------------------------------------------------------------------------------------------------| +| v1.0 | v2.0 | [![Build Status](https://travis-ci.org/akeneo/api-php-client.svg?branch=1.0)](https://travis-ci.org/akeneo/api-php-client)| + ## Requirements * PHP >= 5.6 From 7f6fed9ff1fb94cd71680d5cba5c147ff80b1762 Mon Sep 17 00:00:00 2001 From: Alexandre Hocquard Date: Sat, 26 May 2018 23:41:01 +0200 Subject: [PATCH 2/2] Merge 1.0 into 2.0: add matrix compatibility --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 159eb7a3..62490f4d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ A simple PHP client to use the [Akeneo PIM API](https://api.akeneo.com/). +Matrix compatibility: | API PHP Client version | PIM version(s) | CI status | |------------------------|----------------|---------------------------------------------------------------------------------------------------------------------------| | v1.0 | v2.0 | [![Build Status](https://travis-ci.org/akeneo/api-php-client.svg?branch=1.0)](https://travis-ci.org/akeneo/api-php-client)|