kontent-ai / delivery-sdk-php

Kontent.ai Delivery SDK for PHP
https://kontent.ai
MIT License
46 stars 15 forks source link

Rename modular content to linked items #66

Closed petrsvihlik closed 6 years ago

petrsvihlik commented 6 years ago

Based on our vision regarding content items, we have to rename "Modular content element" to "Linked items element". From the Delivery SDK's point of view, it means that we are going to rename everything that contains "modularContent" to "linkedItems".

Checklist:

Keep in mind, that the Delivery API responses will remain the same. They'll still contain "modular_content".

Example implementation: https://github.com/Kentico/delivery-sdk-net/pull/130

Plan your release so that the changes go live on 2018-10-03 and onwards.

petrsvihlik commented 6 years ago

fixed in #67