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
2
7
June 19th, 2018
3
8
4
9
- 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
37
37
/**
38
38
* @const string Version of the Optimizely PHP SDK.
39
39
*/
40
- const SDK_VERSION = '2.0.1 ' ;
40
+ const SDK_VERSION = '2.1.0 ' ;
41
41
42
42
/**
43
43
* @var string URL to send event to.
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public function setUp()
73
73
]],
74
74
'revision ' => '15 ' ,
75
75
'client_name ' => 'php-sdk ' ,
76
- 'client_version ' => '2.0.1 ' ,
76
+ 'client_version ' => '2.1.0 ' ,
77
77
'anonymize_ip ' => false ,
78
78
];
79
79
$ this ->expectedEventHttpVerb = 'POST ' ;
You can’t perform that action at this time.
0 commit comments