v8.9.2 - Strike a pose 📷
This is a patch release of uSync 8 - containing fixes for some known issues, and additional uSync.Complete support for the new Media editor (3) in Umbraco 8.14 (you don't need to upgrade to get support unless you are also using uSync.Compete)
Fixes
- #222 Typo fixes by @leekelleher
- #243 reporting fails when tabs contain apostrophes.
- #242 #237 Improvements in handling corrupt data in nested content type properties during mapping
Updates
- #244 Support for MediaPicker3 (umbraco/Umbraco-CMS#9461)
- #241 Additional ISyncMapper interface to pass more context to mappers
- Improved error reporting when calculating values in content/media
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.2
Content Edition
Add Content, Media, Domains, Dictionary Items and Content Templates
PM> install-package uSync.ContentEdition -version 8.9.2
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