File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
src/Optimizely/Event/Builder Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Optimizely PHP SDK Changelog
22
3+ ## 3.6.1
4+ November 19th, 2020
5+
6+ ### Bug Fixes
7+ - Added "enabled" field to decision metadata structure. [ #217 ] ( https://github.com/optimizely/php-sdk/pull/217 )
8+
39## 3.6.0
410November 2nd, 2020
511
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.6.0 ' ;
41+ const SDK_VERSION = '3.6.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.6.0 ' ,
71+ 'client_version ' => '3.6.1 ' ,
7272 'anonymize_ip ' => false ,
7373 'enrich_decisions ' => true ,
7474 ];
You can’t perform that action at this time.
0 commit comments