Skip to content

8.7.1 - Options, Options, Options

Compare
Choose a tag to compare
@KevinJump KevinJump released this 06 Oct 07:00

This is a minor patch release of uSync, it addresses some formatting issues and adds none braking features that give you greater control over syncs.

This version of uSync works with Umbraco 8.0 -> 8.8+ we are no longer keeping uSync versions in sync with Umbraco - but that doesn't mean it wont still work with all versions.

Fixes

#162 - Fix for JSON formatting in nested content objects - some objects inside nested content can confuse how we detect JSON, this fix uses a more robust check for JSON/string.

Updates

#167 - Folder version stamp - we know stamp a format version on an export, so we can warn people if the folder they are importing is old.
#166 - Less noise on Umbraco version imports - imports pre v8.6 produced a lot of noise on post 8.6 sites.
#168 - Global CreateOnly and NoRemove options - set up uSync to only put new items on a site, or not remove things it would otherwise think you have deleted.

Options

with #168 we have introduces a new section to the settings file <HandlerDefaults> which means you can set settings that would then get applied to all handlers, for example to set CreateOnly and NoRemove (so don't create anything new, don't delete anything missing). you would add:

<HandlerDefaults>
	<Add Key="CreateOnly" Value="true" /> 
	<Add Key="NoRemove" Value="true" />
</HandlerDefaults>

You can still set these per handler and the handler settings override the global ones.

Languages

We also got our first language file patch @MaikelVeen if you would like to help us port uSync to your language take a look at our open issue #161 for how you can help.

view all issues/features: https://github.com/KevinJump/uSync8/issues?q=is%3Aissue+label%3Arelease%2F8.7.1+is%3Aclosed


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

Content Edition

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

PM> install-package uSync.ContentEdition -version 8.7.1