Skip to content

Commit 3b68628

Browse files
authored
[FSSDK-9415] Revert minor release 3.10.0 (#271)
* Update CHANGELOG.md * Update EventBuilder.php * Update EventBuilderTest.php
1 parent 1f258ab commit 3b68628

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

CHANGELOG.md

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

3-
## 3.10.0
4-
June 9, 2023
5-
6-
* Provided support for PHP version 8.x (backwards compatible with previous PHP versions).
7-
83
## 3.9.4
94
March 29 , 2023
105

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 = '3.10.0';
42+
const SDK_VERSION = '3.9.4';
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' => '3.10.0',
72+
'client_version' => '3.9.4',
7373
'anonymize_ip'=> false,
7474
'enrich_decisions' => true,
7575
];

0 commit comments

Comments
 (0)