Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
This topic lists Optimizely updates, delivered as NuGet packages and services. You decide which updates apply to your project.
Select a product, package, or service in the left menu, and then select one of the following filters from Item type and click Filter.
Note: NuGet packages listed here may not be immediately available in the Optimizely NuGet feed.
Latest changes
On November 30, 2022, HubSpot's API Key authentication option is no longer supported and is being replaced by Private Apps Token. See Connect for Hubspot and Hubspot connector (CMS 12).
In accordance with GDPR regulations, you can choose whether you want to accept cookies for Marketing Automation connectors. (Normally, the cookie is created when you submit a marketing automation form.)
Customers are responsible for presenting the cookie option dialog box to the user, obtaining the response, and then passing the response to Optimizely through the IPersonalizationEvaluator.AcceptCookies property. If the user chooses not to accept the cookies, some or all functionality of the connector will not work; the form will post successfully but personalization features will not.
Update the Hubspot connector to place a content-type header in POST and PUT requests.
Form and form field mappings are lost if the database is upgraded from 3.x to 4.x via the updateDatabaseSchema attribute of the <episerver.framework> element in the web.config.
When a form mapped to Hubspot is submitted, it is only successful the first time. Subsequent submissions with the same email value are not successful.
When a form mapped to Hubspot is submitted, it is only successful the first time. Subsequent submissions with the same email value are not successful. It works fine if the email value is changed.
If credentials are saved and the site/database is deployed to a server whose machine key is different, the site throws cryptographic error and becomes unusable.
Steps to reproduce 1. Open Admin > Config > Connect for Marketing Automation page. 2. Enter invalid data into HubSpot API Key, for example, Test123. 3. Click the Save button.
Expected: A message warning about wrong credentials, as the other connectors provide.
Actual: Message appears: 'Your settings have been saved'.
.
XML comments on public methods are now displayed in Visual Studio intellisense.