100%
UmbracoCms.7.0.3.zip
This is the main Umbraco download, generally you won't need anything else.
Downloaded 3393 times - uploaded 03 February 2014UmbracoCms.AllBinaries.7.0.3.zip
Downloaded 1345 times - uploaded 03 February 2014Release notes
Summary
Blog post
This 7.0.3 release is fixing some bugs with media, embedding content through the rich text editor and adds an XPath selector for a start node on the Multi Node Tree Picker (MNTP).
Upgrading note
Google Chrome has notoriously aggressive caching, so if something doesn't seem to work well in the backoffice, make sure to clear cache and cookies thoroughly (for other browsers as well).
One way to nudge the cache in Chrome is to open the developer tools (F12) and go to the settings (the cog icon). There will be a checkbox that says "Disable cache (while DevTools is open)". Once this checkbox is on you can refresh the page and the cache should be invalidated. To force it even more, the "reload" button next to your address bar now has extra options when you right-click it. It should have "Normal reload", "Hard reload" and "Empty cache and hard reload" now. The last option is the most thorough and you might want to try that.
We're working on making this experience better and seamless, but for now make sure to follow these steps for v7 upgrades.
Upgrading from version 7.0.1 and 7.0.2
Follow the general upgrade guide AND the version specific upgrade guide.
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.3 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.
Related changes from the issue tracker
Breaking Changes
No items to display
Issues & Tasks
- U4-3894 - Date picker with time resets to "måndag januari 1, 0001" on Republish entire site
- U4-3928 - media.save throws an error in Umbraco 7.0.1
- U4-4132 - Fix hard coded URL path for RTE's embed plugin
- U4-4144 - Crash trying to call HasValue() or IsNull() on empty property in Media
- U4-4160 - v7 - Media Picker value type changes between int and string
- U4-2317 - Multilingual website: second Culture/Language setting do reset previus setting.