Skip to content

Commit 8da3541

Browse files
committed
Update version specific upgrade notes
1 parent 12cb6db commit 8da3541

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

+8-4
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,24 @@ 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
14+
#### v13.2.0 (Umbraco Engage) & v13.1.0 (Umbraco Engage Forms)
1515
Introduced Razor Class Library support to serve static files for Engage, removing physical backoffice, views, and assets files from development projects.
1616

1717
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.
1818

19-
The following folders should be manually removed from your project upon updating:
19+
The following folders should be manually removed from your project upon updating Umbraco Engage:
2020

2121
* `App_Plugins\Umbraco.Engage`
2222
* `Assets\Umbraco.Engage`
2323
* `Views\Partials\Umbraco.Engage`
2424

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.
25+
The same changes apply to the Forms add-on `Umbraco.Engage.Forms`.
26+
27+
The following folder should be manually removed from your project upon updating Umbraco Engage Forms:
2628

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.
29+
* `App_Plugins\Umbraco.Engage.Forms`
30+
31+
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.
2832

2933
#### v13.0.0 (Umbraco Engage Launch)
3034

0 commit comments

Comments
 (0)