Skip to content

Four oh twelve ♥ seven fifteen

Compare
Choose a tag to compare
@KevinJump KevinJump released this 10 Jul 09:38
· 78 commits to v4_master since this release

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