v8.8.1 Eggy McEgg face π³
This is a super quick patch release for v8.8.0 - because we missed something simple π€¦ββοΈ
Fixes
- #193 - Doctype/Datatypes in side a two or more folders fail when exporting all items.
this is only an issue if run an export all, and any of your doctypes, mediatypes or datatypes are in a folder structure more than two deep. (it has to be folders, if its nested doctypes then it was fine).
All the same v8.8.0 awesomeness. https://github.com/KevinJump/uSync8/releases/tag/8.8.0
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.1
Content Edition
Add Content, Media, Domains, Dictionary Items and Content Templates
PM> install-package uSync.ContentEdition -version 8.8.1
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