Skip to content

Commit 7cbb08d

Browse files
Release 3.0.1 (#170)
1 parent 7073e25 commit 7cbb08d

File tree

4 files changed

+11
-47
lines changed

4 files changed

+11
-47
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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
211
March 6th, 2019
312

src/Optimizely/Event/Builder/EventBuilder.php

+1-1
Original file line numberDiff line numberDiff 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.

src/Optimizely/Event/Dispatcher/CurlEventDispatcher.php

-45
This file was deleted.

tests/EventTests/EventBuilderTest.php

+1-1
Original file line numberDiff line numberDiff 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
];

0 commit comments

Comments
 (0)