v8.8.4 - Release of the period π
This is a minor release of uSync - addressing some fixes for known issues:
Fixes
- #207 LogoOnTop not synced correctly (PR #206 by @paulwoodland β )
- Better Fail UI for when the signalR hub isn't there (you get progress dots - instead of frozen progress boxes)
Update of note
Probably the Only real update on node is #200 the ability to change what group a handler is in by config. this means.... you can choose if you want dictionary serializer to be in content or settings.
by default dictionary items are synced when you sync the content group (or all). but with the following setting
<Handler Alias="dictionaryHandler" Enabled="true" Actions="All" Group="Settings" />
You can move the dictionary handler into the 'settings' group so it syncs with settings.
Normal Updates
- #205 Allow changes to the SignlR Path hub location via config
- #201 Move make it easy to move the tree setting.
Super minor updates
- Slow publish warning (if something is slowing your publishing down, we will tell you - so you don't blame uSync π )
- Version display in the UI, (so we can see what version of the add-ons you have)
** π Pizza Hut - don't do employee of the week/month/year - instead they use 'Employee of the period. nice and no-committal :)
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.4
Content Edition
Add Content, Media, Domains, Dictionary Items and Content Templates
PM> install-package uSync.ContentEdition -version 8.8.4
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