Skip to content

v8.9.4 - Bring in the trash πŸ—‘

Compare
Choose a tag to compare
@KevinJump KevinJump released this 29 Jun 19:09

This is a patch release of uSync / uSync.Content edition that fixes an issue with recycling content and media.

Fix

  • Fix issue where content that is deleted restored and then deleted again can cause an error :
    When you delete an item, then restore the item again (via uSync) the relations table is sometimes not cleaned up correctly, meaning if you then delete the content again, you might get an error from the Relations Table because the Parent Deleted relation already exists (when it shouldn't).

Updates

  • Update to single import process to allow for items to be cleaned as part of a partial sync :
    This update allows us to address a problem in uSync.Complete with partial imports not triggering the correct delete for missing content and media items. (uSync.Complete issue #121)

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.4

Content Edition

Add Content, Media, Domains, Dictionary Items and Content Templates

PM> install-package uSync.ContentEdition -version 8.9.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