100%

v7.0.1

Status: Released

Released on Not yet determined

There is a newer version available - v13.2.2

UmbracoCms.7.0.1.zip

This is the main Umbraco download, generally you won't need anything else.

Downloaded 4601 times - uploaded 13 December 2013

UmbracoCms.AllBinaries.7.0.1.zip

Downloaded 1288 times - uploaded 13 December 2013

Also available on NuGet

Release notes

Summary

Blog post

Upgrading from version 7.0.0

Follow the general upgrade guide AND the version specific upgrade guide.

To upgrade from 7.0.0 to 7.0.1 you will need to perform these tasks manually, the rest is handled by the installer:

  • Remove all uGoLive dlls from /bin
    These are not compatible with V7

  • Move appSettings/connectionStrings back to web.config
    If you are on 7.0.0 you should migrate these settings into the web.config instead of having them in seperate files in /config/
    So the keys in config/AppSettings.config need to be moved back to the web.config <appSettings> section and similarly, the config/ConnectionStrings.config holds the Umbraco database connections in v7.0.0 and they should be moved back to the web.config <connectionStrings> section. 
    /config/AppSettings.config and /config/ConnectionString.config can be removed (make backups, just in case) after the contents have been moved back to web.config.

  • Delete all files in ~/App_Data/TEMP/Razor/*
    Related to issues with razor macros

  • Replace all files in the /install folder

Upgrading from Version 6

This is a major version, there are therefore several things you must be aware of before attempting to upgrade a site.

Upgrading from older versions?

Breaking changes

There are no breaking changes between this version and 7.0.0

Related changes from the issue tracker

Breaking Changes

No items to display

Issues & Tasks