You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -476,7 +476,7 @@
476
476
- DoctrineCacheAdapter
477
477
- NullCacheAdapter
478
478
- PhpRedisCacheAdapter
479
-
479
+
480
480
Use an appropiate PSR-6 or PRS-16 cache adapter as a replacement. The SDK uses the [cache\apcu-adapter](https://packagist.org/packages/cache/apcu-adapter) as default or if available the [cache\filesystem-adapter](https://packagist.org/packages/cache/filesystem-adapter)
481
481
* Deprecations have been removed
482
482
- FileRequest
@@ -490,9 +490,8 @@
490
490
491
491
### DEPRECATION NOTE
492
492
493
-
The class ```Commercetools\Commons\Helper\PriceFinder``` has been deprecated. Please use the
494
-
[price selection](http://docs.commercetools.com/http-api-projects-products.html#price-selection) functionality of
495
-
the platform. E.g. ```ProductProjectionSearchRequest::of()->currency('EUR')->country('DE')```
493
+
The class ```Commercetools\Commons\Helper\PriceFinder``` has been deprecated. Please use the
494
+
[price selection](http://docs.commercetools.com/http-api-projects-products.html#price-selection) functionality of Composable Commerce. E.g. ```ProductProjectionSearchRequest::of()->currency('EUR')->country('DE')```
496
495
497
496
498
497
<aname="2.0.0-RC1"></a>
@@ -543,7 +542,7 @@ the platform. E.g. ```ProductProjectionSearchRequest::of()->currency('EUR')->cou
* Token caching is now using [PSR-6](https://packagist.org/providers/psr/cache-implementation) or [PSR-16](https://packagist.org/providers/psr/simple-cache-implementation) cache adapters only.
549
548
Removed classes:
@@ -554,7 +553,7 @@ the platform. E.g. ```ProductProjectionSearchRequest::of()->currency('EUR')->cou
554
553
- DoctrineCacheAdapter
555
554
- NullCacheAdapter
556
555
- PhpRedisCacheAdapter
557
-
556
+
558
557
Use an appropiate PSR-6 or PRS-16 cache adapter as a replacement. The SDK uses the [cache\apcu-adapter](https://packagist.org/packages/cache/apcu-adapter) as default or if available the [cache\filesystem-adapter](https://packagist.org/packages/cache/filesystem-adapter)
559
558
* Deprecations have been removed
560
559
- FileRequest
@@ -860,53 +859,53 @@ There had been no changes
860
859
* Product: renamed the ProductSetSKUAction to ProductSetSKUNotStageableAction
861
860
862
861
Before:
863
-
862
+
864
863
```
865
864
ProductSetSKUAction::ofVariantId()
866
865
```
867
866
868
867
After:
869
-
868
+
870
869
```
871
870
ProductSetSKUNotStageableAction::ofVariantId() // old behavior action
The PHP SDK allows developers to build applications on the commercetools platform (technically speaking against our REST API) using PHP native interfaces, models and helpers instead of manually using the HTTP and JSON API.
13
+
The PHP SDK allows developers to integrate with Composable Commerce APIs using PHP native interfaces, models and helpers instead of manually using the HTTP and JSON API.
14
14
15
15
You gain lots of IDE Auto-Completion, type checks on a literal API, Warnings, Object Mapping, i18n support etc.. The Client manages the OAuth2 security tokens, provides caches and interfaces for concurrent and asynchronous API calls.
16
16
@@ -70,7 +70,7 @@ Please read the [Changelog](CHANGELOG.md) before updating in any case.
70
70
71
71
### Getting started
72
72
73
-
To get up and running, create a free test project ([EU located](https://mc.commercetools.com/login/new)or [US located](https://mc.commercetools.co/login/new)) on the commercetools platform. To generate your API credentials go to [EU Merchant Center](https://mc.commercetools.com/)or [US Merchant Center](https://mc.commercetools.co/) (Menu "Settings"->"Developer Settings"->"API Clients"->"Create New Api Client").
73
+
To get up and running, create a free test [Project](https://mc.commercetools.com/login/new) on Composable Commerce. You can create your first API Client in [The Merchant Center](https://mc.commercetools.com/)(Menu "Settings"->"Developer settings"->"Create new API client").
74
74
You need to select the template for the "Admin client".
@@ -419,7 +419,7 @@ Now you can enable at Preferences > Editor > Inspections > PHP the "PHP code sni
419
419
420
420
### Running integration tests
421
421
422
-
For running the integration tests you need an empty commercetools project and have to create an API client using the commercetools Merchant Center with the scopes:
422
+
For running the integration tests you need an empty Project and have to create an API client using the commercetools Merchant Center with the scopes:
0 commit comments