v8.10.0 - 3rd party extensions support
This is a major minor release of uSync that contains some fixes and enhancements to better support extra packages in uSync.Complete.
Minor version bump
-- new ISyncItems manager interface to enable us to integrate additional items better into uSync.Complete (e.g forms!)
Fixes
- Graceful fallback if server to server SignalR fails.
- Don't include media items twice in sync-pack files
Updates
- Update dependencies to uSync 8.9.3
- Include new status (Bad Host) when checking connections
- Introduce Item Managers - to better aid extending the push / pull actions
- Introduce safe media file name option - for super long media file names (default is off)
- Improve error dialog to include step name
Installing
The recommended way to install uSync.Complete is via Nuget as part of your websites visual studio project:
PM> install-package uSync.Complete -version 8.10.0
Note
uSync 8.9.x will work with all version of Umbraco v8.0 upwards. However, we recommend you update your Umbraco installations to latest versions where possible, because there are a lot of performance and cache fixes in version past 8.6.x