Skip to content

Commit e03828a

Browse files
committed
Added version specific upgrade notes
1 parent f365227 commit e03828a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,20 @@ 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 back-office-, views and assets files from development projects.
16+
While this is not considered a breaking change, it is recommended to remove these folders from your project to avoid any potential conflicts in the future.
17+
The following folders should be manually removed from your project upon updating:
18+
* `App_Plugins\Umbraco.Engage`
19+
* `Assets\Umbraco.Engage`
20+
* `Views\Partials\Umbraco.Engage`
21+
22+
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.
23+
24+
Please note that this is only for the `Umbraco.Engage` package. Any addons like `Umbraco.Engage.Forms` will still have physical files in your project in this version.
25+
26+
#### v13.0.0 (Umbraco Engage Launch)
27+
28+
Umbraco Engage contains a number of breaking changes from the previous uMarketingSuite product.
29+
30+
See the [Migrate from uMarketingSuite](migrate-from-umarketingsuite) for full details.

0 commit comments

Comments
 (0)