Skip to content

Commit be16fd9

Browse files
Tamara-Barumclaude
andauthored
[FSSDK-12610] chore: Prepare release 4.0.3 (#297)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 52b8b07 commit be16fd9

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Optimizely PHP SDK Changelog
22

3+
## 4.0.3
4+
May 20, 2026
5+
6+
* Fix: PHP 8.4 implicit nullable parameter deprecation warnings #296
7+
* Security: Fix curl|bash vulnerability in SourceClear scan #294
8+
39
## 4.0.2
410
March 14, 2025
511

src/Optimizely/Event/Builder/EventBuilder.php

Lines changed: 1 addition & 1 deletion
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.2';
42+
const SDK_VERSION = '4.0.3';
4343

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

tests/EventTests/EventBuilderTest.php

Lines changed: 1 addition & 1 deletion
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.2',
72+
'client_version' => '4.0.3',
7373
'anonymize_ip'=> false,
7474
'enrich_decisions' => true,
7575
];

0 commit comments

Comments
 (0)