Release notes v8.10.7

Release Details

v8.10.7 - DoctypeGridEditor listical fixicals

This is a patch release for uSync for Umbraco 8.x installations, it contains some minor fixes for how content inside doctypegrid editors in serialized.

Fixes

  • 323 - Repeatable strings inside DocTypeGridEditors are not deserialized correctly
  • 330 - Change warnings to Debug logs (they only matter when you are trying to debug an issue)

updates

  • Add name/version to package manifest for future tracking of package installs.

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

Content Edition

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

PM> install-package uSync.ContentEdition -version 8.10.7

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