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+
16## 2.0.0
27April 12th, 2018
38
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class EventBuilder
3737 /**
3838 * @const string Version of the Optimizely PHP SDK.
3939 */
40- const SDK_VERSION = '2.0.0 ' ;
40+ const SDK_VERSION = '2.0.1 ' ;
4141
4242 /**
4343 * @var string URL to send event to.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public function setUp()
6868 ]],
6969 'revision ' => '15 ' ,
7070 'client_name ' => 'php-sdk ' ,
71- 'client_version ' => '2.0.0 ' ,
71+ 'client_version ' => '2.0.1 ' ,
7272 'anonymize_ip ' => false ,
7373 ];
7474 $ this ->expectedEventHttpVerb = 'POST ' ;
You can’t perform that action at this time.
0 commit comments