Skip to content

Commit ff85413

Browse files
authored
Merge pull request #6791 from cornehoskam/engage/release-notes
Engage Release Notes & Version Specific Notes
2 parents 181e77b + 5493d89 commit ff85413

File tree

3 files changed

+50
-10
lines changed

3 files changed

+50
-10
lines changed

13/umbraco-engage/release-notes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,22 @@ When upgrading to a major version, be sure to look at the breaking changes outli
1313
{% endhint %}
1414

1515
## Release History
16+
17+
This section contains the release notes for Umbraco Engage 13 including all changes for this version.
18+
19+
#### **[13.2.0](https://www.nuget.org/packages/Umbraco.Engage/13.2.0) (January 21st 2025)**
20+
* Added Razor Class Library support for Engage, removing physical backoffice, views and assets files from development projects.
21+
* Resolved the issue where accessing the backoffice through domains with "www." would display as invalid on the start dashboard.
22+
* Resolved the issue where logging into Umbraco Cloud through an Identity Provider would reset the Engage analytics cookie.
23+
* Resolved the issue that would display incorrect goal performances in A/B Tests.
24+
* Improved error indication in case Engage fails to install.
25+
26+
#### **[13.1.0](https://www.nuget.org/packages/Umbraco.Engage/13.1.0) (December 9th 2024)**
27+
* Introduced the Last Attribution Model when assigning pageviews to campaigns.
28+
* Optimized A/B Testing Dashboard performance by making use of reporting instead of real-time data.
29+
* Resolved the issue where Customer Journey Step Scores were incorrectly assigned.
30+
* Added validation for triggering custom goals on supported pageviews.
31+
32+
#### **[13.0.0](https://www.nuget.org/packages/Umbraco.Engage/13.0.0) (November 7th 2024)**
33+
* Rebranded uMarketingSuite to Umbraco Engage.
34+
* Upgraded all dependencies to the latest versions.

13/umbraco-engage/upgrading/upgrade-umbraco-engage.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@ When the task completes, open the **.csproj** file to make sure the package refe
3737

3838
If you are using one or more of the below sub-packages, they also need to be upgraded as well:
3939

40-
| Sub-package | Description |
41-
| -- | -- |
42-
| Umbraco.Engage.Core | Core Engage functionality that doesn't require any infrastructure-specific dependencies. |
40+
| Sub-package | Description |
41+
|-------------------------------|------------------------------------------------------------------------------------------|
42+
| Umbraco.Engage.Core | Core Engage functionality that doesn't require any infrastructure-specific dependencies. |
4343
| Umbraco.Engage.Infrastructure | Infrastructure-specific project containing implementations of core Engage functionality. |
44-
| Umbraco.Engage.Web | The core Engage logic that requires a web context. |
45-
| Umbraco.Engage.Data | |
46-
| Umbraco.Engage.Common | |
47-
| Umbraco.Engage.Forms | A package that extends Umbraco Engage with Umbraco Forms. |
48-
| Umbraco.Engage.Headless | A package that adds headless functionality to Umbraco Engage. |
49-
| Umbraco.Engage.Commerce | A package that extends Umbraco Engage with Umbraco Commerce. |
44+
| Umbraco.Engage.Web | The core Engage logic that requires a web context. |
45+
| Umbraco.Engage.Data | The data connectivity layer for Engage. |
46+
| Umbraco.Engage.Common | The shared utility library for Engage. |
47+
| Umbraco.Engage.StaticAssets | The Static Assets library for Engage. |
48+
| Umbraco.Engage.Forms | A package that extends Umbraco Engage with Umbraco Forms. |
49+
| Umbraco.Engage.Headless | A package that adds headless functionality to Umbraco Engage. |
50+
| Umbraco.Engage.Commerce | A package that extends Umbraco Engage with Umbraco Commerce. |

13/umbraco-engage/upgrading/version-specific-upgrade-notes.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Version specific documentation for upgrading to new major versions of Umbraco Engage.
2+
description: Version-specific documentation for upgrading to new major versions of Umbraco Engage.
33
---
44

55
# Version Specific Upgrade Notes
@@ -11,3 +11,23 @@ When upgrading to a new minor or patch version, learn about the changes in the [
1111
{% endhint %}
1212

1313
## Breaking changes
14+
#### v13.2.0
15+
Introduced Razor Class Library support to serve static files for Engage, removing physical backoffice, views, and assets files from development projects.
16+
17+
While this is not considered a breaking change, it is recommended that such folders be removed from the project to avoid conflicts in the future.
18+
19+
The following folders should be manually removed from your project upon updating:
20+
21+
* `App_Plugins\Umbraco.Engage`
22+
* `Assets\Umbraco.Engage`
23+
* `Views\Partials\Umbraco.Engage`
24+
25+
Health checks have been added to verify whether these folders are present in your project. If they are, you will receive a warning in the Health Check dashboard.
26+
27+
The above only applies to the `Umbraco.Engage` package. Any addons like `Umbraco.Engage.Forms` will still have physical files in your project in this version.
28+
29+
#### v13.0.0 (Umbraco Engage Launch)
30+
31+
Umbraco Engage contains a number of breaking changes from the previous uMarketingSuite product.
32+
33+
See the [Migrate from uMarketingSuite](migrate-from-umarketingsuite) for full details.

0 commit comments

Comments
 (0)