File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
src/Optimizely/Event/Builder Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 3.0.1
2+ April 19th, 2019
3+
4+ ### Security Fix:
5+ * Removed CurlEventDispatcher. ([ #168 ] ( https://github.com/optimizely/php-sdk/pull/168 ) )
6+ - ID: [ opt-2019-0001] ( https://www.optimizely.com/security/advisories/opt-2019-0001 )
7+ - Overall CVSSv3: 6.0
8+ - Optimizely Severity: High
9+
110## 3.0.0
211March 6th, 2019
312
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class EventBuilder
3838 /**
3939 * @const string Version of the Optimizely PHP SDK.
4040 */
41- const SDK_VERSION = '3.0.0 ' ;
41+ const SDK_VERSION = '3.0.1 ' ;
4242
4343 /**
4444 * @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 ' => '3.0.0 ' ,
71+ 'client_version ' => '3.0.1 ' ,
7272 'anonymize_ip ' => false ,
7373 'enrich_decisions ' => true ,
7474 ];
You can’t perform that action at this time.
0 commit comments