From 12825715a274da6901b28f44ce38d097fae95232 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Wed, 6 Nov 2024 12:56:23 +0100 Subject: [PATCH] Split up 15 and 14 section --- .../fundamentals/setup/upgrading/version-specific/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/15/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md b/15/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md index ba881734108..945a43b31bb 100644 --- a/15/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md +++ b/15/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md @@ -56,6 +56,10 @@ You can now re-enable precompiled views and rebuild your site. If you have custom C# code that references the models this will also not build. You can either comment out your custom code temporarily until the models have been rebuilt or fix the models manually. To fix the models manually you need to find and replace `IPublishedSnapshotAccessor` with `IPublishedContentTypeCache`. + + +
+ Umbraco 14 Read more about the release of Umbraco 14 in the [Blog Post](https://umbraco.com/blog/umbraco-14-release/).