Skip to content

v8.8.5 - fix, patch, release

Compare
Choose a tag to compare
@KevinJump KevinJump released this 17 Mar 07:39

This is a regular patch release for uSync/uSync.Content eidtion. This release fixes some minor issues we didn't deal with in the last release and adds the ability to set a handler group (e.g settings, content, etc) to use when ImportAtStartup is set to true.

Fixes

  • #209 : Fix - LableOnTop not syncing in v8.8.4
  • #210 : Fix - Saving handler settings creates extra node under handler
  • #211 : Fix - Running '_clean.config' files on a non-flat export can report/delete items that don't need to be deleted

Updates

  • #208 : Feature - Set which group to use on ImportAtStartup

Get uSync

uSync is best installed via NuGet, as part of a calorie-controlled installation. you can also download it as a Umbraco package via the Umbraco BackOffice or the our.umbraco.com website.

uSync

Sync DataTypes, DocumentTypes, MediaTypes, Languages, Macros, Templates & MemberTypes

PM> install-package uSync -version 8.8.5

Content Edition

Add Content, Media, Domains, Dictionary Items and Content Templates

PM> install-package uSync.ContentEdition -version 8.8.5

Upgrade

When upgrading the best thing to do is not overwrite your uSync8.config file - new config settings will always defaults to something doesn't alter existing behaviors - so not having values in the config will no break anything.

during a nuget upgrade you should choose not to overwrite the usync8.config file. If you haven't altered any other files from the usync packages you can also instruct nuget to do this on the update line

PM> update-package uSync.ContentEdition -FileConflictAction Ignore