Skip to content

Commit 9b30186

Browse files
[FSSDK-10015] chore: Prepare release 4.0.2
EventBuilder.php -> Updated SDK version to 4.0.2 EventBuilderTest.php -> Updated client version to 4.0.2 CHANGELOG.md -> Added version 4.0.2 details (#291)
1 parent 00eb15c commit 9b30186

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Optimizely PHP SDK Changelog
22

3+
## 4.0.2
4+
March 14, 2025
5+
6+
* Fix: Explicitly define class properties #288
7+
38
## 4.0.1
49
December 4, 2023
510

src/Optimizely/Event/Builder/EventBuilder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class EventBuilder
3939
/**
4040
* @const string Version of the Optimizely PHP SDK.
4141
*/
42-
const SDK_VERSION = '4.0.1';
42+
const SDK_VERSION = '4.0.2';
4343

4444
/**
4545
* @var string URL to send event to.

tests/EventTests/EventBuilderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected function setUp() : void
6969
]],
7070
'revision' => '15',
7171
'client_name' => 'php-sdk',
72-
'client_version' => '4.0.1',
72+
'client_version' => '4.0.2',
7373
'anonymize_ip'=> false,
7474
'enrich_decisions' => true,
7575
];

0 commit comments

Comments
 (0)