100%
UmbracoCms.7.6.9.zip
This is the main Umbraco download, generally you won't need anything else.
Downloaded 942 times - uploaded 03 October 2017UmbracoCms.AllBinaries.7.6.9.zip
Downloaded 858 times - uploaded 03 October 2017Release notes
"Template experience update"
- New script and template editors
- New Colors
- Improved content/media/member picker experience
- Support for list view pickers
- New “UDI” ids for unique relation between umbraco items
- Improved security defaults
Read the blog post about the 7.6.0 release.
Upgrading
Make sure to follow the general upgrade guide AND the version specific upgrade guide - there may be some breaking changes for you in this release.
Important if you are upgrading an existing site: for the best results:
- In web.config do NOT change useLegacyEncoding to false if it is currently set to true - changing the password encoding will cause you not being able to log in any more
- In umbracoSettings.config leave EnablePropertyValueConverters set to false - this will help your existing content queries to still work
- In tinyMceConfig.config make sure to remove <plugin loadOnFrontend="true">umbracolink</plugin> so that the rich text editor works as it should
Related changes from the issue tracker
Features
No items to display
Breaking Changes
No items to display
Issues & Tasks
- U4-10464 - Unable to select multiple items in listview when item IDs are int.MaxValue
- U4-10364 - SQL error occurs when we attempt to sort media items by "Created by" column
- U4-10455 - Issue with reserved ids
- U4-10470 - Missing transform for the scripts tree when upgrading
- U4-5222 - Rollback Feature fails to update the UI to show the rolled back content - requires refresh