Sitecore Provider¶
What’s new in version 1.3
New features¶
Added support for multiple languages when working with Sitecore items¶
It is possible to set a value on a specific language version of a Sitecore item. Prior to this release, all field values were written to the default language version. For more details, see Writing Multilanguage Content to Sitecore Items
It is also possible to read a value from a specific language version of a Sitecore item. Prior to this release, all field values were read from the default language version. For more details, see Reading Multilanguage Content from Sitecore Items
API changes¶
- Renamed namespace from
Sitecore.DataExchange.Providers.Sc.Local.ApplyMappingActions
toSitecore.DataExchange.Providers.Sc.Local.MappingsAppliedActions
.