This repository was archived by the owner on Oct 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +23
-17
lines changed Expand file tree Collapse file tree 8 files changed +23
-17
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 1.5.1 " ></a >
2
+ ## [ 1.5.1] ( https://github.com/commercetools/commercetools-php-sdk/compare/v1.5.0...v1.5.1 ) (2016-11-21)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * ** Subscription:** fix typo in subscription delivery model ([ 5e1761b] ( https://github.com/commercetools/commercetools-php-sdk/commit/5e1761b ) )
8
+
9
+
10
+
1
11
<a name =" 1.5.0 " ></a >
2
12
# [ 1.5.0] ( https://github.com/commercetools/commercetools-php-sdk/compare/v1.3.1...v1.5.0 ) (2016-11-17)
3
13
Original file line number Diff line number Diff line change 14
14
*/
15
15
abstract class AbstractHttpClient
16
16
{
17
- const VERSION = '1.5.0 ' ;
17
+ const VERSION = '1.5.1 ' ;
18
18
19
19
/**
20
20
* @var AdapterInterface
Original file line number Diff line number Diff line change 15
15
* @method Delivery setProjectKey(string $projectKey = null)
16
16
* @method string getNotificationType()
17
17
* @method Delivery setNotificationType(string $notificationType = null)
18
- * @method Reference getReference ()
19
- * @method Delivery setReference (Reference $reference = null)
18
+ * @method Reference getResource ()
19
+ * @method Delivery setResource (Reference $resource = null)
20
20
*/
21
21
class Delivery extends JsonObject
22
22
{
@@ -31,7 +31,7 @@ public function fieldDefinitions()
31
31
return [
32
32
'projectKey ' => [static ::TYPE => 'string ' ],
33
33
static ::NOTIFICATION_TYPE => [static ::TYPE => 'string ' ],
34
- 'reference ' => [static ::TYPE => '\Commercetools\Core\Model\Common\Reference ' ],
34
+ 'resource ' => [static ::TYPE => '\Commercetools\Core\Model\Common\Reference ' ],
35
35
];
36
36
}
37
37
Original file line number Diff line number Diff line change 10
10
11
11
/**
12
12
* @package Commercetools\Core\Model\Subscription
13
- *
14
13
* @method string getProjectKey()
15
14
* @method MessageDelivery setProjectKey(string $projectKey = null)
16
15
* @method string getNotificationType()
17
16
* @method MessageDelivery setNotificationType(string $notificationType = null)
18
- * @method Reference getReference ()
19
- * @method MessageDelivery setReference (Reference $reference = null)
17
+ * @method Reference getResource ()
18
+ * @method MessageDelivery setResource (Reference $resource = null)
20
19
* @method string getId()
21
20
* @method MessageDelivery setId(string $id = null)
22
21
* @method int getVersion()
Original file line number Diff line number Diff line change 9
9
10
10
/**
11
11
* @package Commercetools\Core\Model\Subscription
12
- *
13
12
* @method string getProjectKey()
14
13
* @method ResourceCreatedDelivery setProjectKey(string $projectKey = null)
15
14
* @method string getNotificationType()
16
15
* @method ResourceCreatedDelivery setNotificationType(string $notificationType = null)
17
- * @method Reference getReference ()
18
- * @method ResourceCreatedDelivery setReference (Reference $reference = null)
16
+ * @method Reference getResource ()
17
+ * @method ResourceCreatedDelivery setResource (Reference $resource = null)
19
18
* @method int getVersion()
20
19
* @method ResourceCreatedDelivery setVersion(int $version = null)
21
20
*/
Original file line number Diff line number Diff line change 9
9
10
10
/**
11
11
* @package Commercetools\Core\Model\Subscription
12
- *
13
12
* @method string getProjectKey()
14
13
* @method ResourceDeletedDelivery setProjectKey(string $projectKey = null)
15
14
* @method string getNotificationType()
16
15
* @method ResourceDeletedDelivery setNotificationType(string $notificationType = null)
17
- * @method Reference getReference ()
18
- * @method ResourceDeletedDelivery setReference (Reference $reference = null)
16
+ * @method Reference getResource ()
17
+ * @method ResourceDeletedDelivery setResource (Reference $resource = null)
19
18
* @method int getVersion()
20
19
* @method ResourceDeletedDelivery setVersion(int $version = null)
21
20
*/
Original file line number Diff line number Diff line change 9
9
10
10
/**
11
11
* @package Commercetools\Core\Model\Subscription
12
- *
13
12
* @method string getProjectKey()
14
13
* @method ResourceUpdatedDelivery setProjectKey(string $projectKey = null)
15
14
* @method string getNotificationType()
16
15
* @method ResourceUpdatedDelivery setNotificationType(string $notificationType = null)
17
- * @method Reference getReference ()
18
- * @method ResourceUpdatedDelivery setReference (Reference $reference = null)
16
+ * @method Reference getResource ()
17
+ * @method ResourceUpdatedDelivery setResource (Reference $resource = null)
19
18
* @method int getVersion()
20
19
* @method ResourceUpdatedDelivery setVersion(int $version = null)
21
20
* @method int getOldVersion()
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commercetools-php-sdk-changelog" ,
3
- "version" : " 1.5.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"description" : " commercetools PHP SDK changelog generator package description" ,
5
5
"homepage" : " https://github.com/commercetools/commercetools-php-sdk" ,
6
6
"bugs" : " https://github.com/commercetools/commercetools-php-sdk/issues" ,
You can’t perform that action at this time.
0 commit comments