Skip to content

Commit 825acfe

Browse files
[FSSDK-8940] Prepare for release 3.9.4 (#266)
* Bump minor version and update change logs * Update copyright
1 parent e025f61 commit 825acfe

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Optimizely PHP SDK Changelog
22

3+
## 3.9.4
4+
March 29 , 2023
5+
6+
* We have made changes to avoid unnecessary deprecation notices and fixed some incorrect return hints. ([#265](https://github.com/optimizely/php-sdk/pull/265)).
7+
38
## 3.9.3
49
March 13, 2023
510

src/Optimizely/Event/Builder/EventBuilder.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright 2016-2021, Optimizely
3+
* Copyright 2016-2021, 2023, Optimizely
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@ class EventBuilder
3939
/**
4040
* @const string Version of the Optimizely PHP SDK.
4141
*/
42-
const SDK_VERSION = '3.9.3';
42+
const SDK_VERSION = '3.9.4';
4343

4444
/**
4545
* @var string URL to send event to.

tests/EventTests/EventBuilderTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright 2016-2021, Optimizely
3+
* Copyright 2016-2021, 2023, Optimizely
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
@@ -68,7 +68,7 @@ public function setUp()
6868
]],
6969
'revision' => '15',
7070
'client_name' => 'php-sdk',
71-
'client_version' => '3.9.3',
71+
'client_version' => '3.9.4',
7272
'anonymize_ip'=> false,
7373
'enrich_decisions' => true,
7474
];

0 commit comments

Comments
 (0)