100%

v6.1.3

Status: Released

Released on Not yet determined

There is a newer version available - v13.2.2

UmbracoCms.6.1.3.zip

This is the main Umbraco download, generally you won't need anything else.

Downloaded 5159 times - uploaded 25 July 2013

UmbracoCms.AllBinaries.6.1.3.zip

Downloaded 1658 times - uploaded 25 July 2013

UmbracoCms.WebServices.v6.zip

Downloaded 1514 times - uploaded 27 June 2013

Also available on NuGet

Release notes

Blog

Read the release blog post for 6.1.3.

Upgrading from 4.10+ and 6.0.0 beta/RC to 6.1.3

Note:
We upgraded the bundled version of HtmlAgilityPack from 1.4.5.0 to 1.4.6.0. Some 3rd party components may still rely on the old version and you'll see an error (Could not load file or assembly HtmlAgilityPack, Version=1.4.5.0).

To fix this error, add the following to your web.config (in the runtime/assemblyBinding section):

<dependentAssembly>
 <assemblyIdentity name="HtmlAgilityPack" publicKeyToken="bd319b19eaf3b43a" culture="neutral" />  <bindingRedirect oldVersion="1.4.5.0-1.4.6.0" newVersion="1.4.6.0" />
</dependentAssembly>  

A note on config file changes:

  • If you're using MySQL, make sure to update your web.config, the MySQL Data Provider (in DbProviderFactories) has changed from version 6.6.4.0 to 6.6.5.0
  • In umbracoSettings.config in the content section there's a new key "defaultDocumentTypeProperty" which is not required. If you don't copy it in, the default is Textstring

There are no other config changes between 6.1.2 and 6.1.3 but if you're upgrading from a different version make sure to do a merge (use WinMerge for example) of all of the config files, especially the web.config

Upgrading from older versions?

Visual Studio 2013 Preview

If you're testing Visual Studio 2013 then the install process will fail, the new "Browser Link" option in the preview release interferes with our javascript. You can disable Browser Link temporarily to get through the installer. This error has been reported to Microsoft.

Related changes from the issue tracker

Issues & Tasks