File tree 4 files changed +12
-2
lines changed
src/Optimizely/Event/Builder
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Optimizely PHP SDK Changelog
2
2
3
+ ## 4.0.0
4
+ June 12, 2023
5
+
6
+ * Provided support for PHP version 8.x.
7
+ * Version 4.0.0 requires PHP8+.
8
+ * Version 3 requires PHP5.5+ up to PHP7.
9
+
3
10
## 3.9.4
4
11
March 29 , 2023
5
12
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ Refer to the [PHP SDK's developer documentation](https://docs.developers.optimiz
19
19
20
20
To access the Feature Management configuration in the Optimizely dashboard, please contact your Optimizely account executive.
21
21
22
+ SDK version 4.0.0 requires PHP8+.
23
+ SDK version 3 requires PHP5.5+ up to PHP7.
24
+
22
25
### Install the SDK
23
26
24
27
The Optimizely PHP SDK can be installed through [ Composer] ( https://getcomposer.org/ ) . Please use the following command:
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class EventBuilder
39
39
/**
40
40
* @const string Version of the Optimizely PHP SDK.
41
41
*/
42
- const SDK_VERSION = '3.9.4 ' ;
42
+ const SDK_VERSION = '4.0.0 ' ;
43
43
44
44
/**
45
45
* @var string URL to send event to.
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ protected function setUp() : void
69
69
]],
70
70
'revision ' => '15 ' ,
71
71
'client_name ' => 'php-sdk ' ,
72
- 'client_version ' => '3.9.4 ' ,
72
+ 'client_version ' => '4.0.0 ' ,
73
73
'anonymize_ip ' => false ,
74
74
'enrich_decisions ' => true ,
75
75
];
You can’t perform that action at this time.
0 commit comments