Compare Releases

From:
To:

Note: breaking changes are no longer listed as this overview was unreliable for that. Make sure to read the version specific upgrades notes for guidance.

New Features

Features released in version 7.0.1

Issues & Tasks

Issues & Tasks fixed in version 7.0.1

Release Notes

Notes for version 7.0.1

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