Skip to content

Commit ea22aa6

Browse files
eshanrnhgitbook-bot
authored andcommitted
GITBOOK-1: Removed v13 info from RN
1 parent 0413d98 commit ea22aa6

File tree

1 file changed

+4
-87
lines changed

1 file changed

+4
-87
lines changed

16/umbraco-engage/release-notes.md

Lines changed: 4 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -4,97 +4,14 @@ description: Get an overview of the changes and fixes in each version of Umbraco
44

55
# Release Notes
66

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.
88

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.
1010

1111
{% 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.
1313
{% endhint %}
1414

1515
## Release History
1616

17-
This section contains the release notes for Umbraco Engage 13 including all changes for this version.
18-
19-
[13.5.2](https://www.nuget.org/packages/Umbraco.Engage/13.5.2) **(June 30th 2025)**
20-
21-
* 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
28-
JOIN umbracoEngageAnalyticsPageview pv ON pvabtv.pageviewId = pv.id
29-
JOIN umbracoEngageAnalyticsSession s ON pv.sessionId = s.id
30-
JOIN umbracoEngageAnalyticsVisitor v ON s.visitorId = v.id
31-
WHERE v.externalId = '11111111-1111-1111-1111-111111111111';
32-
```
33-
34-
[**13.5.1**](https://www.nuget.org/packages/Umbraco.Engage/13.5.1) **(June 30th 2025)**
35-
36-
* Resolved Data Generation issue involving duplicate primary keys in the `umbracoEngageReportingDimCampaign` table.
37-
* Resolved Visitor Segment Settings being created for invalid or unknown visitors.
38-
* Removed legacy `umbracoEngage.analytics.ga-bridge.js` script.
39-
40-
[**13.5.0**](https://www.nuget.org/packages/Umbraco.Engage/13.5.0) **(June 24th 2025)**
41-
42-
* Resolved incorrect Analytics Goals date picker display.
43-
* Resolved incorrect Analytics Locations dropdown with unknown province and/or country.
44-
* Resolved incorrect Analytics data when Group by Day is selected in a narrow timeframe.
45-
* Resolved client-side form submissions causing incorrect profiles to get marked as Identified. Now requires \`Engage.Forms\` add-on.
46-
* Resolved outbound clicks not showing up on the Cockpit as being tracked.
47-
* Restructured Reporting data generation tasks to prevent database modification schema locking.
48-
* Added database preparations for future deploy support.
49-
* Added automatic cockpit injection to the frontend.
50-
* Can be disabled by setting ‘Engage:Cockpit:EnableInjection’ configuration to false.
51-
52-
#### [13.4.0](https://www.nuget.org/packages/Umbraco.Engage/13.4.0) (March 31st 2025)
53-
54-
* Optimized the Profile Overview & Export performance by using reporting instead of real-time data.
55-
* Added the ‘Visited page(s)’ segment parameter to allow segmentation based on a visitor's activity history.
56-
* Added the ability to set Implicit Scoring on Goals.
57-
* Set the default goal type to ‘Macro’ when creating a new goal.
58-
* Updated the Analytics Locations to allow a drill-down into State/Province and County.
59-
* Updated the GA4 Bridging Script to bridge the following GA4 events too:
60-
* file\_download
61-
* form\_start
62-
* form\_submit
63-
* view\_search\_results
64-
* Optimized the report generation performance for A/B testing performance.
65-
* Optimized various client-side scripts performance & compatibility.
66-
67-
#### [13.3.1](https://www.nuget.org/packages/Umbraco.Engage/13.3.1) (March 10th 2025)
68-
69-
* Bumped Umbraco.Licenses version to resolve an issue with keys in environment variables.
70-
71-
#### [**13.3.0**](https://www.nuget.org/packages/Umbraco.Engage/13.3.0) **(February 21st 2025)**
72-
73-
* 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.
81-
82-
#### [**13.2.0**](https://www.nuget.org/packages/Umbraco.Engage/13.2.0) **(January 21st 2025)**
83-
84-
* Added Razor Class Library support for Engage, removing physical backoffice, views, and assets files from development projects.
85-
* Resolved the issue where accessing the backoffice through domains with "www." would display as invalid on the start dashboard.
86-
* Resolved the issue where logging into Umbraco Cloud through an Identity Provider would reset the Engage analytics cookie.
87-
* Resolved the issue that would display incorrect goal performances in A/B Tests.
88-
* Improved error indication in case Engage fails to install.
89-
90-
#### [**13.1.0**](https://www.nuget.org/packages/Umbraco.Engage/13.1.0) **(December 9th 2024)**
91-
92-
* Introduced the Last Attribution Model when assigning pageviews to campaigns.
93-
* Optimized A/B Testing Dashboard performance by making use of reporting instead of real-time data.
94-
* Resolved the issue where Customer Journey Step Scores were incorrectly assigned.
95-
* Added validation for triggering custom goals on supported pageviews.
96-
97-
#### [**13.0.0**](https://www.nuget.org/packages/Umbraco.Engage/13.0.0) **(November 7th 2024)**
98-
99-
* Rebranded uMarketingSuite to Umbraco Engage.
100-
* Upgraded all dependencies to the latest versions.
17+
Below are the release notes for Umbraco Engage, detailing all changes in this version.

0 commit comments

Comments
 (0)