v8.9.3 - Language 🧄
This is a patch release to address an issue with language reporting that we only spotted after the v8.9.2 release of uSync. this is non-critical but we wanted to clean up the release. This release contains all the things fixed in 8.9.2 (see https://github.com/KevinJump/uSync8/releases/tag/8.9.2)
Fixes
- New Languages report error : "Object not set" - (still import ok) 4895871
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.9.3
Content Edition
Add Content, Media, Domains, Dictionary Items and Content Templates
PM> install-package uSync.ContentEdition -version 8.9.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