Skip to content

Commit 9b30bdd

Browse files
authored
Update 16/umbraco-deploy/upgrades/version-specific.md
1 parent b2ddc14 commit 9b30bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-deploy/upgrades/version-specific.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Version 16 contains breaking changes. The breaking changes appear in areas relat
2121

2222
#### Entity type registration
2323

24-
The entity type registration has been simplified, removing client-side concerns from the server-side and align behavior between built-in Umbraco CMS entities and custom ones (like Forms and Commerce).
24+
Entity type registration is simplified by removing client-side concerns from the server and aligning built-in and custom Umbraco CMS entities (like Forms and Commerce).
2525

2626
* `IDiskEntityService.RegisterDiskEntityType(...)` - This now only requires the entity type, removing the `name`, `isUmbracoEntity` and `installedUdisGetter` parameters.
2727
* `ITransferEntityService.RegisterTransferEntityType(...)` - This is also simplified, removing the `name`, `isUmbracoEntity`, `treeAlias`, `matchesRoutePath`, `matchesNodeId` and `entitiesGetter` parameters.

0 commit comments

Comments
 (0)