Skip to content

v8.8.3 - Track and Trace

Compare
Choose a tag to compare
@KevinJump KevinJump released this 22 Jan 14:00

This is a minor release of uSync for Umbraco containing fixes for variant limited syncing, support for a new property attribute introduced in Umbraco 8.10 and improvements in the UI and code for the change detail tracking.

Fixes

  • Fix incorrect reporting of changes when sync is limited by variant type (uSync Complete Issue 80)
  • Fix scheduled publish items are not removed when the file doesn't contain any scheduled publish items #199

Features

  • Clearer messages and UI when part of an import failed #194
  • Add support for new "labelOnTop" setting in Umbraco 8.10 #195
  • Improve tracking code / more info on creation of new items #196

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.3

Content Edition

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

PM> install-package uSync.ContentEdition -version 8.8.3

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