Skip to content

Commit 10bc8c7

Browse files
authored
Merge pull request #155 from akeneo/upgrade-changelog-v4
Prepare the release 4.0
2 parents 193acef + 27b0029 commit 10bc8c7

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# 4.0.0 (2018-02-12)
1+
# 4.0.0 (2019-02-15)
22

33
## BC Breaks
44

55
Drop support for PHP 5.6, PHP 7.0 and PHP 7.1
66

7+
# 3.0.0 (2018-06-26)
8+
79
# 2.0.1 (2018-05-03)
810

911
## Improvements

README.md

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

55
Matrix compatibility:
66

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)|
7+
| PIM version(s) | API PHP Client version | End of life | CI status |
8+
|-----------------|-------------------------|----------------|------------------------------------------------------------------------------------------------------------------------------|
9+
| v2.0 | v1.0 | March 2019 | [![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 | March 2019 | [![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 | December 2019 | [![Build Status](https://travis-ci.org/akeneo/api-php-client.svg?branch=3.0)](https://travis-ci.org/akeneo/api-php-client) |
12+
| v3.0 | v4.0 | August 2020 | [![Build Status](https://travis-ci.org/akeneo/api-php-client.svg?branch=4.0)](https://travis-ci.org/akeneo/api-php-client) |
13+
| - | master | - | [![Build Status](https://travis-ci.org/akeneo/api-php-client.svg?branch=master)](https://travis-ci.org/akeneo/api-php-client)|
1314

1415
Note that our PHP client is backward compatible.
1516
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.

0 commit comments

Comments
 (0)