Skip to content

Commit 9dc0e5f

Browse files
Updated changelog file
1 parent 418d3a2 commit 9dc0e5f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
## CHANGELOG
33
------------------------------------------------
4+
## Version 2.5.0
5+
###### Date: 15-June-2026
6+
### Enhancement
7+
- Added support for custom URL endpoint integration
8+
------------------------------------------------
49
## Version 2.4.2
510
###### Date: 05-January-2026
611
### Security fix

src/Support/Utility.php

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

397397
$request_headers = array();
398-
$request_headers[] = 'x-user-agent: contentstack-php/2.3.1';
398+
$request_headers[] = 'x-user-agent: contentstack-php/2.5.0';
399399
$request_headers[] = 'api_key: '.$Headers["api_key"];
400400
if (Utility::isLivePreview($queryObject)) {
401401
$request_headers[] = 'authorization: '.$queryObject->contentType->stack->live_preview['management_token'] ;

0 commit comments

Comments
 (0)