File tree 3 files changed +9
-2
lines changed
src/Optimizely/Event/Builder
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Optimizely PHP SDK Changelog
2
2
3
+ ## 3.5.0
4
+ October 1st, 2020
5
+
6
+ ### New Features:
7
+ - Version targeting using semantic version syntax. [ #213 ] ( https://github.com/optimizely/php-sdk/pull/213 )
8
+ - Datafile accessor API added to access current config as a JSON string. [ #211 ] ( https://github.com/optimizely/php-sdk/pull/211 )
9
+
3
10
## 3.4.0
4
11
July 8th, 2020
5
12
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class EventBuilder
38
38
/**
39
39
* @const string Version of the Optimizely PHP SDK.
40
40
*/
41
- const SDK_VERSION = '3.4 .0 ' ;
41
+ const SDK_VERSION = '3.5 .0 ' ;
42
42
43
43
/**
44
44
* @var string URL to send event to.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public function setUp()
68
68
]],
69
69
'revision ' => '15 ' ,
70
70
'client_name ' => 'php-sdk ' ,
71
- 'client_version ' => '3.4 .0 ' ,
71
+ 'client_version ' => '3.5 .0 ' ,
72
72
'anonymize_ip ' => false ,
73
73
'enrich_decisions ' => true ,
74
74
];
You can’t perform that action at this time.
0 commit comments