Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions integrations/optimizely/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
4.1.0 / 2020-07-13
==================

* Track conversion events using `window.optimizelyEdge` instead of `window.optimizely` if Optimizely Performance Edge is running on the page.

4.0.0 / 2020-06-12
==================

* Don't attempt to interface with Optimizely Classic Web, since Classic is finally dead
* Prepare to support Optimizely Edge, an alternative to Optimizely Web
* Drop all references to customCampaignProperties. It seems to have been documented [here](https://segment.com/docs/connections/destinations/catalog/optimizely-web/#settings) but it couldn't possibly have worked.
* Generally refactor the code and tests.
* If there is an effective referrer for the current page load, include it when tracking future campaigns and not just when tracking current campaigns.

3.5.0 / 2019-12-28
==================
Expand Down
Loading