Skip to content

Releases: KevinJump/uSync-Legacy

v.4.0.16 - Community patch

22 Oct 08:47
aabdf69
Compare
Choose a tag to compare

This is a patch release that contains a few community submitted fixes/enhancements to good old Umbraco 7 uSync.

v4.0.15 - Macros & Empty Content Imports fixes

03 Feb 10:22
Compare
Choose a tag to compare

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

14 Jul 21:53
Compare
Choose a tag to compare

Thanks to @drbldgtl for noticing and fixing the fact that we hadn't done some of the entity service workarounds properly. 👍

#225 - fixes called to GetAll
#226 - streamlines the Entity Service calls a bit more.

also for good measure, we have fixed #222 Typo in the dashboard.

If you don't succeed - Four Thirteen will save you.

10 Jul 12:24
Compare
Choose a tag to compare

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

10 Jul 09:38
Compare
Choose a tag to compare

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
    • c6d1a7e update all entitySerivce.Get/GetByKey calls to EntityService.GetAll
    • 3be5ca9 Update Macro service to call GetAll - because we cant use EntityService here.

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

02 Apr 09:11
Compare
Choose a tag to compare

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

07 Feb 20:22
Compare
Choose a tag to compare

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

30 Oct 10:54
Compare
Choose a tag to compare

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

29 Oct 15:51
Compare
Choose a tag to compare

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:

6.0.7 Core

04 Sep 12:50
Compare
Choose a tag to compare

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.