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: 13/umbraco-engage/release-notes.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ 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
+
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 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
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.
@@ -16,7 +16,14 @@ When upgrading to a major version, be sure to look at the breaking changes outli
16
16
17
17
This section contains the release notes for Umbraco Engage 13 including all changes for this version.
* Resolved Data Generation no longer executing after being interrupted by a restart of the application by adding a generation status healthcheck on startup.
22
+
* Resolved issue where segments could not be deleted on an installation with a separated Engage and Umbraco database.
23
+
* Resolved issue where Analytics Pageviews would show URLs with 0 pageviews and 0 sessions.
24
+
* Resolved issue where Profiles would not show Members associated with the visitor profile.
* 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
29
* 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.
0 commit comments