You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 17/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,18 @@ They should now be imported from `@umbraco-cms/backoffice/current-user`.
149
149
150
150
For more details on this update see the following PR: [#20125](https://github.com/umbraco/Umbraco-CMS/pull/20125).
151
151
152
+
**URL provider updates**
153
+
154
+
URL providers are now responsible for generating content preview URLs. To achieve this, the `IUrlProvider` interface has been extended with the `GetPreviewUrlAsync()` method.
155
+
156
+
The `IUrlProvider` interface must also provide a system-wide unique `Alias`.
157
+
158
+
Lastly, the `UrlInfo` class has been revamped to support this setup.
159
+
160
+
For more details on this update see the following PR: [#20021](https://github.com/umbraco/Umbraco-CMS/pull/20021).
161
+
162
+
See also this announcement: [#27](https://github.com/umbraco/Announcements/issues/27).
163
+
152
164
**Updated dependencies**
153
165
154
166
As is usual for a major upgrade, the dependencies Umbraco takes have been updated to their latest, compatible versions.
0 commit comments