Skip to content

Commit b9ca9d6

Browse files
committed
Mention the v4.0 of the PHP client
1 parent d2d3268 commit b9ca9d6

File tree

7 files changed

+23
-1
lines changed

7 files changed

+23
-1
lines changed

content/php-client/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Below you will find which PHP client version to use depending on your PIM versio
1414
| v2.0 | v1.0 |
1515
| v2.1 - v2.2 | v2.0 |
1616
| v2.3 | v3.0 |
17+
| v3.0 | v4.0 |
1718

1819
::: info
1920
Note that our PHP client is backward compatible.

content/php-client/introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Two clients exist:
99
There are three versions of these clients:
1010
- The version v1.0 is compatible with the PIM 2.0.
1111
- The version v2.0 is compatible with the PIM 2.1 and 2.2.
12-
- The current and latest version v3.0 is compatible with the PIM 2.3.
12+
- The version v3.0 is compatible with the PIM 2.3.
13+
- The current and latest version v4.0 is compatible with the PIM 3.0.
1314

1415
## Support & issues
1516
Please be aware that these PHP clients are only supported **in best effort**, whether you are an Entreprise or Community customer.

content/php-client/resources/reference-entity/attribute-options.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
This resource is only available in the [Entreprise Edition](https://www.akeneo.com/enterprise-edition/).
55
:::
66

7+
:::warning
8+
This resource is only available since the version 4.0 of the PHP API client.
9+
:::
10+
711
#### Get an attribute option for a given attribute of a given reference entity
812

913
```php

content/php-client/resources/reference-entity/attributes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
This resource is only available in the [Entreprise Edition](https://www.akeneo.com/enterprise-edition/).
55
:::
66

7+
:::warning
8+
This resource is only available since the version 4.0 of the PHP API client.
9+
:::
10+
711
#### Get an attribute of a given reference entity
812

913
```php

content/php-client/resources/reference-entity/media-files.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
This resource is only available in the [Entreprise Edition](https://www.akeneo.com/enterprise-edition/).
55
:::
66

7+
:::warning
8+
This resource is only available since the version 4.0 of the PHP API client.
9+
:::
10+
711
#### Download the media file associated to a reference entity or a record
812

913
```php

content/php-client/resources/reference-entity/records.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
This resource is only available in the [Entreprise Edition](https://www.akeneo.com/enterprise-edition/).
55
:::
66

7+
:::warning
8+
This resource is only available since the version 4.0 of the PHP API client.
9+
:::
10+
711
#### Get a record of a given reference entity
812

913
```php

content/php-client/resources/reference-entity/reference-entities.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
This resource is only available in the [Entreprise Edition](https://www.akeneo.com/enterprise-edition/).
55
:::
66

7+
:::warning
8+
This resource is only available since the version 4.0 of the PHP API client.
9+
:::
10+
711
#### Get a reference entity
812

913
```php

0 commit comments

Comments
 (0)