You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-engage/release-notes.md
+4-87Lines changed: 4 additions & 87 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,97 +4,14 @@ description: Get an overview of the changes and fixes in each version of Umbraco
4
4
5
5
# Release Notes
6
6
7
-
In this section, you will find a summary of changes made to Umbraco Engage that were released in each version. Each version has a link to the [Engage issue tracker](https://github.com/umbraco/Umbraco.Engage.Issues/) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail.
7
+
This section summarizes the changes and fixes introduced in each version of Umbraco Engage. Each release includes a link to the [Engage issue tracker](https://github.com/umbraco/Umbraco.Engage.Issues/), where you can find a list of resolved issues. Individual issues are also linked for more details.
8
8
9
-
If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.
9
+
If there are any breaking changes or other issues to be aware of when upgrading, they are also noted here.
10
10
11
11
{% hint style="info" %}
12
-
When upgrading to a major version, be sure to look at the breaking changes outlined in the [Version Specific Upgrade Notes](upgrading/version-specific-upgrade-notes.md) article.
12
+
If you are upgrading to a new major version, check the breaking changes in the [Version Specific Upgrade Notes](upgrading/version-specific-upgrade-notes.md) article.
13
13
{% endhint %}
14
14
15
15
## Release History
16
16
17
-
This section contains the release notes for Umbraco Engage 13 including all changes for this version.
* Resolves issue where under certain edge cases, visitors without A/B Testing cookie consent were still being assigned to A/B test variants. This caused anonymous visitors to be incorrectly segmented and included in A/B test results.
22
-
* This patch includes an automatic migration that removes any variant assignments for anonymous visitors. However, it does **not** automatically delete associated A/B test data, to avoid long processing times on large datasets.
23
-
* After upgrading, you may optionally run the SQL query below to reset any potentially inaccurate A/B test results. Once executed, the updated data will be reflected in the backoffice within 24 hours.
24
-
25
-
```sql
26
-
DELETE pvabtv
27
-
FROM umbracoEngageAnalyticsPageviewAbTestVariant pvabtv
* Added the ability to [set a CSP Nonce](getting-started/for-developers/content-security-policy-nonce-configuration.md) to all scripts injected by Engage.
74
-
* Resolved various bugs & issues:
75
-
* Resolved chunked cookie handling for the cockpit.
76
-
* Resolved an issue when choosing a 100% control group size for A/B Tests.
77
-
* Resolved the styling of the A/B Test performance table.
78
-
* Resolved an error when generating reporting tables involving Sessions.
79
-
* Resolved the redirection of Split URL Tests without cookie consent.
80
-
* Resolved the parsing of request Headers on a RawPageview object.
0 commit comments