Skip to content

Commit 204bfb1

Browse files
committed
Branching feature merged
1 parent 2802612 commit 204bfb1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
## CHANGELOG
33
------------------------------------------------
44
## Version 2.1.0
5-
###### Date: 14-Oct-2021
5+
###### Date: 29-Oct-2021
66
### New Feature
77
- Live Preview feature support added
8+
- Content branching feature support added
89
------------------------------------------------
910

1011
## Version 2.0.0

src/Support/Utility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ public static function contentstackRequest($queryObject = '', $type = '')
388388
$Headers = Utility::headers($queryObject);
389389

390390
$request_headers = array();
391-
$request_headers[] = 'x-user-agent: contentstack-php/1.6.1';
391+
$request_headers[] = 'x-user-agent: contentstack-php/2.1.0';
392392
$request_headers[] = 'api_***: '.$Headers["api_***"];
393393
if (Utility::isLivePreview($queryObject)) {
394394
$request_headers[] = 'authorization: '.$queryObject->contentType->stack->live_preview['management_token'] ;

0 commit comments

Comments
 (0)