Skip to content

Commit

Permalink
chore: prepare for release 3.9.0 (#239)
Browse files Browse the repository at this point in the history
* chore: prepare for release 3.9.0

* Date Updated

Co-authored-by: mnoman09 <[email protected]>
  • Loading branch information
mnoman09 and NomanShoaib authored Jan 10, 2022
1 parent 00f3c3a commit 8b1367a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Optimizely PHP SDK Changelog

## 3.9.0
January 10th, 2022

### New Features
* Add a set of new APIs for overriding and managing user-level flag, experiment and delivery rule decisions. These methods can be used for QA and automated testing purposes. They are an extension of the OptimizelyUserContext interface ([#233](https://github.com/optimizely/php-sdk/pull/233), [#236](https://github.com/optimizely/php-sdk/pull/236), [#237](https://github.com/optimizely/php-sdk/pull/237), [#238](https://github.com/optimizely/php-sdk/pull/238))
- setForcedDecision
- getForcedDecision
- removeForcedDecision
- removeAllForcedDecisions

- For details, refer to our documentation pages: [OptimizelyUserContext](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyusercontext-php) and [Forced Decision methods](https://docs.developers.optimizely.com/full-stack/v4.0/docs/forced-decision-methods-php).

## 3.8.0
September 16th, 2021

Expand Down
2 changes: 1 addition & 1 deletion src/Optimizely/Event/Builder/EventBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class EventBuilder
/**
* @const string Version of the Optimizely PHP SDK.
*/
const SDK_VERSION = '3.8.0';
const SDK_VERSION = '3.9.0';

/**
* @var string URL to send event to.
Expand Down
2 changes: 1 addition & 1 deletion tests/EventTests/EventBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function setUp()
]],
'revision' => '15',
'client_name' => 'php-sdk',
'client_version' => '3.8.0',
'client_version' => '3.9.0',
'anonymize_ip'=> false,
'enrich_decisions' => true,
];
Expand Down

0 comments on commit 8b1367a

Please sign in to comment.