File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
src/Optimizely/Event/Builder Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 2.0.1
2
+ June 19th, 2018
3
+
4
+ - Fix: send impression event for Feature Test when Feature is disabled ([ #114 ] ( https://github.com/optimizely/php-sdk/pull/114 ) ).
5
+
1
6
## 2.0.0
2
7
April 12th, 2018
3
8
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class EventBuilder
37
37
/**
38
38
* @const string Version of the Optimizely PHP SDK.
39
39
*/
40
- const SDK_VERSION = '2.0.0 ' ;
40
+ const SDK_VERSION = '2.0.1 ' ;
41
41
42
42
/**
43
43
* @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 ' => '2.0.0 ' ,
71
+ 'client_version ' => '2.0.1 ' ,
72
72
'anonymize_ip ' => false ,
73
73
];
74
74
$ this ->expectedEventHttpVerb = 'POST ' ;
You can’t perform that action at this time.
0 commit comments