Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 12c76b6

Browse files
author
Jens Schulze
committed
Merge branch 'hotfix/changelog'
2 parents 1cc5662 + 7abdf9d commit 12c76b6

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# SPHERE.IO PHP SDK Changelog
22

3+
### 1.0.0 Milestone 3
4+
Major refactoring of the http client handling. Sphere client uses now PSR http messages for internal request and response representation and ships with a guzzle5 and guzzle6 http client adapter which will be automatically used. It's also possible to register new http client adapters implementing Sphere\Core\Client\Adapter\AdapterInterface
5+
6+
* switch composer to caret operator
7+
* add redis to travis configuration
8+
* update customer create endpoint with API changes
9+
* add productSlug to LineItem
10+
* add homepage and support sections to composer.json
11+
* add accessor for adapter factory to client
12+
* [BREAKING] move guzzle to http client adapter to reduce dependencies
13+
* sphere client can use guzzle5 and guzzle6
14+
* [BREAKING] fix product variants mapping type
15+
* add price validity ranges
16+
* add php-intl as dependency to readme for development
17+
* [BREAKING] update price update and remove action to priceId
18+
* update links to documentation
19+
* [DEPRECATED] ProductSetMetaAttributesAction
20+
* add meta attribute update actions for categories
21+
* add meta attribute update actions for products
22+
* change userAgent signature
23+
* add missing type mappings to requests
24+
* [BREAKING] add required attributes to StateDraft add behat test for StateCreate
25+
* add ReviewCreateRequest
26+
* add CommentCreateRequest
27+
* add ProductDiscountCreateRequest
28+
* add ProductTypeCreateRequest
29+
* add hipchat notification
30+
* set values collection type only on deserialisation in AttributeType
31+
* FilterRange adds quotes to string and formats DateTime
32+
* add ShippingMethodCreateRequest
33+
* add InventoryCreateRequest
34+
* add InventoryEntry model
35+
* add DiscountCodeCreateRequest
36+
* add CustomerGroupCreateRequest
37+
* add ChannelCreateRequest
38+
* add CartDiscountCreateRequest
39+
* remove context type hint from TaxCategoryDraft
40+
* add zone create request
41+
* add context to ZoneDraft constructor
42+
* add tax category create request
43+
* add importOrder unit tests
44+
* add order import request and models
45+
* add sdk user agent to client header
46+
* expose headers and status code in response objects
47+
* refactor getters for results and facets in paged responses
48+
* fix bool filter more type safe filter to string conversion
49+
* more type safe filter to string conversion
50+
* fix multi facet and filter params
51+
* fix type of TaxRate
52+
353
### 1.0.0 Milestone 2
454
* add unit tests for query, fetch and delete requests
555
* add tests for order and product update actions

0 commit comments

Comments
 (0)