Skip to content

Commit 6021059

Browse files
committed
Update readme for the 2.3 release
1 parent ee1431c commit 6021059

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ A simple PHP client to use the [Akeneo PIM API](https://api.akeneo.com/).
44

55
Matrix compatibility:
66

7-
| API PHP Client version | PIM version(s) | CI status |
8-
|------------------------|--------------------|---------------------------------------------------------------------------------------------------------------------------|
9-
| 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)|
10-
| v2.0 | v2.1 - v2.2 - v2.3 | [![Build Status](https://travis-ci.org/akeneo/api-php-client.svg?branch=2.0)](https://travis-ci.org/akeneo/api-php-client)|
11-
| master | - | [![Build Status](https://travis-ci.org/akeneo/api-php-client.svg?branch=2.0)](https://travis-ci.org/akeneo/api-php-client)|
7+
| PIM version(s) | API PHP Client version |CI status |
8+
|--------------------|-------------------------|--------------------------------------------------------------------------------------------------------------------------|
9+
| v2.0 | v1.0 |[![Build Status](https://travis-ci.org/akeneo/api-php-client.svg?branch=1.0)](https://travis-ci.org/akeneo/api-php-client)|
10+
| v2.1 - v2.2 | v2.0 |[![Build Status](https://travis-ci.org/akeneo/api-php-client.svg?branch=2.0)](https://travis-ci.org/akeneo/api-php-client)|
11+
| v2.3 | v3.0 |[![Build Status](https://travis-ci.org/akeneo/api-php-client.svg?branch=3.0)](https://travis-ci.org/akeneo/api-php-client)|
12+
| - | master |[![Build Status](https://travis-ci.org/akeneo/api-php-client.svg?branch=master)](https://travis-ci.org/akeneo/api-php-client)|
13+
14+
Note that our PHP client is backward compatible.
15+
For example, if your PIM is currently a v2.3, you can still use a 1.0 version of the PHP client. The new endpoints available in v2.3 will not be available in the v1.0 of the PHP client.
1216

1317
## Requirements
1418

0 commit comments

Comments
 (0)