100%
UmbracoCms.7.5.7.zip
This is the main Umbraco download, generally you won't need anything else.
Downloaded 3268 times - uploaded 10 January 2017UmbracoCms.AllBinaries.7.5.7.zip
Downloaded 1037 times - uploaded 10 January 2017Release notes
Umbraco 7.5, the "System management update"
- 301 redirect management
- Health check dashboard
- Password recovery for backoffice
- Packages installer UI update / packages can target a minimum Umbraco version
Make sure to read the blog post for the 7.5.0 release!
Note: version 7.5.x changes the ImageProcessor version, which might have impact on your site. Make sure to read the blog post for all the details on that.
Note: if you had previously installed the beta/beta2 and are relying on the URL tracker already then please note that we had to make some changes and WILL drop the redirect table completely, so all of your current redirects will be deleted. Make sure to make database backups so you can migrate them.
Installing
Follow the normal installation guidelines.
Upgrading from 7.4.x / 7.5.x
Make sure to follow the general upgrade guide.
Upgrading from 7.3.x / 7.4 pre-releases
Make sure to follow the general upgrade guide AND the version specific upgrade guide.
Note: If you're upgrading manually: make sure to merge both web.config in the root AND the web.config in the Views folder and Dashboard.config/trees.config in the Config folder.
Note: if you're doing a NuGet upgrade from 7.4.0-RC1 then your web.config will be overwritten completely, make sure to back it up first and then restore it after NuGet is done working. This will not happen in future upgrades and only affects upgrading from this one specific version 7.4.0-RC1. You will also lose the App_Browsers folder, make sure to copy those files back in too.
Upgrading from 7.1.x or 7.2.x
There are a few minor breaking changes in this release, listed below. Make sure to go through them before you upgrade.
Upgrading manually
Make sure to follow the general upgrade guide AND the version specific upgrade guide when upgrading manually.
Upgrading through NuGet
NuGet upgrades will handle everything for you automatically, so you only need to follow the general upgrade guide.
Related changes from the issue tracker
Features
No items to display
Breaking Changes
Issues & Tasks
- U4-9148 - noNodes Splash screen apostrophe char
- U4-9199 - Grid RTE (rich text editor/ tinyMCE) does not have a max height, causing the user to have to scroll up to see RTE menu buttons
- U4-9246 - Should ship with numRecompilesBeforeAppRestart="50" to avoid max recompilations reached errors
- U4-9259 - Don't eagerly create the static queries in ContentService or EntityService
- U4-9262 - CleanForXss breaks rgba() values set as grid background color style
- U4-9267 - Umbraco TV screenshots in help panel should be loaded over HTTPS
- U4-9271 - Installer craches if you install in solution with a reference to IndexProviderCollection
- U4-9282 - Rollback not working
- U4-9298 - Property sort order not respected across compositions
- U4-9301 - Default Member Login Controller doesn't check for local url
- U4-9302 - Add logging of non security related connection string details when the connection fails
- U4-9316 - Published nodes with pending changes went missing after examine rebuilds its index.
- U4-9318 - Examine indexes inherited unpublished nodes on index rebuild
- U4-9319 - Update to latest ImageProcessor and ImageProcessor.Web
- U4-9320 - Tag property - double encoding
- U4-9326 - Removing a master template from a Template does not update the Template's path correctly
- U4-9329 - ExamineIndex.config should not ship with the {machinename} token for Examine
- U4-9332 - Language of DefaultCultureDictionary is cached without the current Culture identifier
- U4-9335 - UmbracoExamine needs to ignore the useTempStorage option if an IDirectoryFactory config option is supplied by the indexer
- U4-9336 - Deleting a node with an incorrect path of -1 will unpublish every node in the entire site
- U4-9337 - Double-checking urls is killing the CPU
- U4-9340 - Add better logging to ScheduledPublishing endpoint