File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
src/Optimizely/Event/Builder Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- # 2.0.1
1+ ## 2.1.0
2+ June 29th, 2018
3+
4+ - Introduces support for bot filtering ([ #110 ] ( https://github.com/optimizely/php-sdk/pull/110 ) ).
5+
6+ ## 2.0.1
27June 19th, 2018
38
49- Fix: send impression event for Feature Test when Feature is disabled ([ #114 ] ( https://github.com/optimizely/php-sdk/pull/114 ) ).
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.1 ' ;
40+ const SDK_VERSION = '2.1.0 ' ;
4141
4242 /**
4343 * @var string URL to send event to.
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public function setUp()
7373 ]],
7474 'revision ' => '15 ' ,
7575 'client_name ' => 'php-sdk ' ,
76- 'client_version ' => '2.0.1 ' ,
76+ 'client_version ' => '2.1.0 ' ,
7777 'anonymize_ip ' => false ,
7878 ];
7979 $ this ->expectedEventHttpVerb = 'POST ' ;
You can’t perform that action at this time.
0 commit comments