v8.9.1 - Dictionary row fix π
This is a regular patch release for uSync/uSync.ContentEdition. This release fixes an issue syncing dictionary items, and adds a warning when you are load balancing the back office (which you really shouldn't do)>
Fixes
#218 - Syncing blank dictionary items results in new rows in the Database.
Updates
#220 - Add warning to back office when site is running as a replica
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