Be sure to check our Hotfix instructions before starting the hotfix process.It might save you some trouble afterwards.
Fixed bugs:
- Categories - The order of page categories was not preserved after an import.
- Files - The 'Insert image or media dialog' did not reflect the user's 'Starting alias path' when selecting files on the 'Content tab'. The root page was always selected when first opening the dialog instead.
- Form controls - The labels associated with the 'Radio buttons' and 'Multiple choice' form controls were generated with invalid markup according to HTML5 validators.
- General - Service initialization errors could occur in rare cases if the site came under load during the initialization of the application (for example after the application pool was recycled).
- Health monitoring - The health monitoring counters that track the number of event log errors and warnings incorrectly counted asynchronously logged items twice.
- Search - The smart search incorrectly stored the Content field within index files, which resulted in unnecessarily large files and lower indexing performance. If you need to view the Content field when inspecting or debugging index files, you can revert the change by adding the <add key="CMSSearchStoreContentField" value="true" /> key to your web.config and rebuilding the index.
- Web analytics - When using Internet Explorer in compatibility mode, web analytics logged statistics for the browser's compatibility version, not the real one.
- Workflow - The panel at the top of a page was not refreshed after rolling back a version of a page.