Merge branch 'v10/dev' into v10/feature/variant-permissions

This commit is contained in:
Mads Rasmussen
2022-08-03 11:22:35 +02:00
166 changed files with 4212 additions and 2750 deletions

View File

@@ -598,7 +598,7 @@ namespace Umbraco.Cms.Web.BackOffice.Controllers
{ "assemblyVersion", _umbracoVersion.AssemblyVersion?.ToString() }
};
app.Add("runtimeMode", _runtimeSettings.Mode.ToString());
//the value is the hash of the version, cdf version and the configured state
app.Add("cacheBuster", $"{version}.{_runtimeState.Level}.{_runtimeMinifier.CacheBuster}".GenerateHash());