100%
UmbracoCms.7.1.5.zip
This is the main Umbraco download, generally you won't need anything else.
Downloaded 2574 times - uploaded 21 August 2014UmbracoCms.AllBinaries.7.1.5.zip
Downloaded 1315 times - uploaded 21 August 2014Release notes
Read the release blog post.
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 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 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
Features
- U4-2462 - Does the app_plugins manager monitor file changes?
- U4-3596 - Recycle bin, use the listview on the recycle bin instead of showing the deleted items as children
- U4-3963 - Ability to sort related links
- U4-4716 - IPropertyValueConverter meta-data
- U4-4729 - Make max dimensions of images in the RTE configurable
- U4-4734 - Remove default alt text on images from RTE
- U4-5290 - nodeCount property for Tag.cs
- U4-4738 - Backoffice search should support node ID search
- U4-5258 - RelationService AreRelated should accepts two entity IDs and a relationTypeAlias
- U4-5264 - Add Count methods to IContentService, IMediaService, etc...
Breaking Changes
Issues & Tasks
- U4-3154 - Deleting single media item in recycle bin does not use the FileSystemProvider
- U4-3575 - Get Started Dashboard does not changes when changing sections using Left Menu icons
- U4-3838 - ContentService Copy uses IOHelper.MapPath but should use fs.GetFullPath
- U4-3953 - Installing package - installing message progressbar causes horizontal scrollbar
- U4-4162 - Cannot edit macro using a macro container
- U4-4263 - U7 - HasValue method returns true for Json editors when there is no value
- U4-4287 - Missing characters for some culture names
- U4-4382 - Awkward Phrasing on Multinode Treepicker Filter
- U4-4416 - UX: Make "No thanks" option more clear in new installer
- U4-4493 - Install dialog needs a way to navigate back to initial view
- U4-4538 - Spanish translation e-mail has broken links
- U4-4593 - EntityService.GetObjectType(int id) throws exception
- U4-4634 - Image preview in Media is stretched
- U4-4636 - The upload file editor does not create correct image thumbnails based on prevalues
- U4-4685 - Default sorting of listview items
- U4-4782 - Duplicate content after validation error correction
- U4-4852 - ContentService can add new permissions but not remove them
- U4-4874 - Installer: textbox/checkbox missing id's to get "for" attributes to focus
- U4-4892 - Inconsistent (lack of) instructions regarding file extensions in the UI
- U4-4893 - Inconsistent display of file extensions in the UI
- U4-4913 - The 'Notifications' panel needs space between labels and checkboxes
- U4-4947 - Tag Editor twitter typeahead
- U4-4977 - Preview blocked in the browser
- U4-5003 - List View getting slow when number of items grows
- U4-5004 - Pressing escape in the login screen causes a blank screen
- U4-5005 - YesNoValueConverter fails for int
- U4-5007 - Typo on translation tasks page "automaticly"
- U4-5010 - Package editing view missing in distribution
- U4-5011 - Auto collapsing tree structure
- U4-5021 - Search term followed by space and - or * causes error
- U4-5025 - Backoffice spelling errors
- U4-5040 - The installation buttons "Install" and "Customize" are not equally visible
- U4-5044 - U7 - Sorting nodes should use full height of pane
- U4-5048 - cannot search back-office for semi-colon
- U4-5057 - UmbracoHelper.TypedSearch does not do a typed search
- U4-5065 - Add event to modify the model on front-end for IRenderMvcControllers
- U4-5066 - Display message on empty ListView
- U4-5078 - ImageProcessor: Arithmetic operation resulted in an overflow.
- U4-5080 - Error deleting property type that references tags
- U4-5092 - Czech language support
- U4-5095 - Recreated applications.config contains invalid icons
- U4-5097 - Initial value of slider not saved when create node
- U4-5109 - 7.1.4 TinyMCE visualblocks plugin toolbar icon missing
- U4-5110 - 7.1.4 Blank lines before <!DOCTYPE> declaration in Login
- U4-5111 - 7.1.4 JavaScript runtime error: 'UmbClientMgr' is undefined
- U4-5128 - PropertyEditor Attributes - View doesn't support virtual paths
- U4-5138 - ListView paging broken
- U4-5140 - Tags are not respected with bulk publish operations
- U4-5141 - Packager doesn't respect 'allow at root' or 'list view'
- U4-5142 - Fix the horrible orange warning color in the back office
- U4-5145 - Color Picker - after adding color, it resets to black, but added color is still chosen in the color picker
- U4-5151 - Backoffice controllers collide on name even if different namespace
- U4-5167 - Exception When Searching Backoffice Content Using Quoted Term
- U4-5194 - v7: Backoffice search is imprecise, doesn't handle multiple words correctly
- U4-5198 - Tags still appearing from items tagged in recycle bin
- U4-5212 - Preview button only greyed and not disabled while previewing. (was save button)
- U4-5221 - Umbraco.CheckBoxList not sorting prevalues correctly.
- U4-5267 - v7: Backoffice search-as-you-type should be throttled
- U4-5275 - IPublishedContentFactory should be used for members to
- U4-5276 - Installing packages ignore bindingRedirect, shows warnings
- U4-5291 - UmbracoVirtualNodeRouteHandler throws exception: parameter culture cannot be null
- U4-5295 - Dictionary table styles are difficult to read
- U4-5304 - 7.1.4 Media Picker can't view images RangeError: Maximum call stack size exceeded
- U4-5313 - Buttons overlap scrollbar with overflow horizontal
- U4-5316 - Media Picker panel loading bar cause horizontal scrollbar
- U4-5324 - Users with a content root node, cant have custom tree roots
- U4-5330 - umb-tab-buttons should have higher z-index than image cropper focal point
- U4-5333 - Datepicker starts on today's date instead of current value when you switch nodes
- U4-5355 - Examine version upgraded due to invalid locking in examine version 0.1.55.2941
- U4-5363 - v7.1.5 Add Richtext (RTE) Config Caching
- U4-5373 - Can select web.config when making a new macro
- U4-6774 - PropertyEditor Attributes - View doesn't support virtual paths
- U4-2238 - 6.0.5 - Issue when saving/publishing special characters - '' hexadecimal value 0x03, is an invalid character
- U4-2633 - Bundle all cache refresher transmissions into a single call per request for much better performance
- U4-4249 - PetaPocoExtensions CreateTable doesn't recreate the table
- U4-4866 - Select content root when creating a package
- U4-4931 - Application is slow then locks itself
- U4-5069 - Deadlock occurring in MemberService.GetByUsername
- U4-5079 - Opening 'Scripting files' gives error
- U4-5084 - DynamicPublishedContentList extension methods confusion
- U4-5118 - Examine not storing XML fragments
- U4-5121 - umbraco.content launches threadpool threads to reload the xml cache which causes lots of other issues
- U4-5157 - Membership.GetUser() causes 13 SQL queries, including duplicates
- U4-5190 - Overwrite Media File in 6.2.1 - process cannot access
- U4-5199 - Appending certain query strings to URLs cause InvalidOperationException (The UmbracoContext.Current is null)
- U4-5207 - User Type with a space in the name breaks User Content
- U4-5208 - RenderActionInvoker needs to be able to run async so needs to inherit from AsyncControllerActionInvoker
- U4-5223 - Can't save macro with large id
- U4-5273 - 6.2: Umbraco.Field no longer rendering macro container
- U4-5312 - Need to ensure the cache headers are set correctly for templates, Chrome will keep the cached value by default now.
- U4-5337 - Too easy to lock yourself out of the backoffice
- U4-581 - Automatic publishing not working in load balanced setup