Releases: KevinJump/uSync-Legacy
v.4.0.16 - Community patch
This is a patch release that contains a few community submitted fixes/enhancements to good old Umbraco 7 uSync.
- #258 Add AppSetting override for folder @marcemarc
- #254 Improve logging when you have a missing template @jmayntzhusen
- #245 Change dynamic name in RTE to lower case (improves mapping) @tomvanenckevort
- #259 delay history tab loading and add username to history @KevinJump
v4.0.15 - Macros & Empty Content Imports fixes
This is a patch release of uSync for Umbraco 7 - I contain fixes for Content Imports on blank sites, where the content import would fail because of macros.
Fixes:
- #236 - Content not importing after v4.0.10
For Four Teen - Entity Service will eat itself
If you don't succeed - Four Thirteen will save you.
EntityService fixes - because release v4.0.12 didn't do it correctly
https://github.com/KevinJump/uSync/releases/tag/v4.0.12
Still patching a breaking change in Umbraco 7.15 - but doing it a little bit better
- b9a67ec Parent lookups via Entity Service
Four oh twelve ♥ seven fifteen
7.15 EntityService Fix
A Non-backwards compatible update to IEntityService in Umbraco 7.15 (see umbraco/Umbraco-CMS#5822) - means all calls to EntityService.Get/GetByKey will fail on 7.15
This release works around the issue by replacing calls to Get with ones to GetAll with one value.
- Fixes #223 Missing Method in 7.15
There are no other changes, but you will need to upgrade uSync to this version if you go to Umbraco 7.15
Core six-eleven
Update of uSync.core, to have slightly better logging for when things go wrong and making macro keys sync again (you couldn't do this on older versions of Umbraco).
Release Four Oh? Ten
Doctype Collection 'Fix'
- Single Fix (in Core) for Parent Relationships for Document Type Collections
When you create a Document Types Collection beneath an existing document type, Umbraco doesn't create the document type compositions property (umbraco/Umbraco-CMS#4473) - this means uSync doesn't save the parent out propertly.
In this fix uSync will save the doctype parent out correctly - but the doctype will still be broken , uSync will mirror the broken doctype relationship it will not fix it (this is a consious choice for uSync to act as a mirror not a fix)
Release Four Doh Nine
Fix the mapping of Dropdown and Checkbox values in Content Edition
Fixes #185 - Content Dropdown not syned - but propertly by setting the right values on import.
The only update is to the uSync.Core dll, but the uSync and uSync.ContentEdition packages have been updated to reflect the updated dependency.
Four Oh Eight - Long Patch Release
A patch release of uSync bringing the core and back office versions back into line, and fixing a few things.
This version of uSync 4.0.8 mainly brings the release back upto sync with the uSync.Core - so ensures that new installs of uSync get all the fixes in core versions 6.06 and 6.0.7 which mainly have fixes around radio and checkbox list prevalues.
- HealthChecks have been merged into the main uSync Package
There are also a few extra fixes for Backoffice/Core and Content edtion Listed below:
- Dicrionary Keylessness #191
- Typo fixes #195 (thanks @SimonHartfield )
- Fixes for Inner Content 2.0 #188
- Health Check for file permissions #187
6.0.7 Core
Ongoing releases to fix the dropdown / checkbox list issues.
This release implements a 1/2 data mapper - in that we don't map list values from content on export, but we do map them on import. As long as the datatype still contains the values this should be OK.
There are some more issues (with DataListKeys) that will need to be sorted, but for now this is the 'fix' for the values being blank.