100%
UmbracoCms.7.1.9.zip
This is the main Umbraco download, generally you won't need anything else.
Downloaded 2502 times - uploaded 26 November 2014UmbracoCms.AllBinaries.7.1.9.zip
Downloaded 1238 times - uploaded 26 November 2014Release notes
This is a small bugfix release (mostly to eliminate some issues we had on Umbraco as a Service). See the list below to learn what has been fixed.
Upgrading from 7.1.x
Important: we've added two keys in the web.config, your previously cropped images will no look be cropped if you don't add them, so don't forget:
In the httpModules section add:
<add name="ImageProcessorModule" type="ImageProcessor.Web.HttpModules.ImageProcessingModule, ImageProcessor.Web"/>
And in system.webServer/modules add:
<add name="ImageProcessorModule" type="ImageProcessor.Web.HttpModules.ImageProcessingModule, ImageProcessor.Web"/>
Other than that, follow the general upgrade guide.
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 7.0.3/7.0.4
Follow the general upgrade guide.
The significant config file changes are that the UmbracoMembershipProvider, UsersMembershipProvider and UmbracoRoleProvider have been updated in the web.config (if you're using the older providers then there's no need to update them though) and an assembly redirect is added to point to Newtonsoft.Json version 6.
Please also remove the /Install folder if you haven't done so, it is no longer used and might conflict with the new upgrader if it's still there.
Upgrading from version 7.0.0/7.0.2./7.0.2/7.0.3
Follow the general upgrade guide AND the version specific upgrade guide.
The significant config file changes are that the UmbracoMembershipProvider, UsersMembershipProvider and UmbracoRoleProvider have been updated in the web.config (if you're using the older providers then there's no need to update them though) and an assembly redirect is added to point to Newtonsoft.Json version 6.
Please also remove the /Install folder if you haven't done so, it is no longer used and might conflict with the new upgrader if it's still there.
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
Issues & Tasks
- U4-2756 - Bad italian translation of "Unpublish" button
- U4-3979 - Update en_us.xml Language File in Umbraco 7
- U4-4585 - I cant change UI language for the login screen in Umbraco 7.1.6
- U4-4840 - Bad italian translation of "Unpublish" button
- U4-5126 - config files get cleared out with zero size
- U4-5220 - XSLT Extensions in App_Code or /bin not working in 7.1.4
- U4-5307 - Multiple Textbox Width is Arbitrarily Short
- U4-5391 - Create config to explicitly set the 'base url' for a website that is not running as a load balanced site - used for scheduled tasks/publishing/keepalive
- U4-5657 - List view typo: "There are no items show in the list."
- U4-5714 - Calling Index() on IPublishedContent level 1 media fails
- U4-5715 - On startup when detecting if the db is configured we need to ensure it can also be connected to
- U4-5728 - OriginalRequestUrl not initialized, KeepAlive or ScheduledPublishing run too soon
- U4-5737 - Create package: ContentType Tab index not saved
- U4-5789 - Add native option to UmbracoExamine library to run the indexes locally
- U4-5792 - Ensure task that are executed by the scheduler are web aware
- U4-5818 - Packaging event for successful install that lists all files included
- U4-5851 - Typo of 'seperate' when creating new MNTP data type
- U4-1083 - Document type alias can be created the same.
- U4-5746 - Files missing from the zip version of Umbraco
- U4-5820 - List View showing content of complete site after deleting last page of data