----------------
- Dropped support for `PloneMeeting 4.1.x`.
[gbastien]
- Add `config` to `extra_include` allowed parameters to return informations about the meeting config
[mpeeters]
- Ensure that `in_name_of` parameter is only handled once when `__children__` parameter is used
[mpeeters]
- Enforce usage of `UID` parameter only if `externalIdentifier` is not provided
[mpeeters]
- Added `test_restapi_add_item_manually_linked_items` to check that it is possible
to create items and use the `MeetingItem.manuallyLinkedItems` functionnality.
[gbastien]
- Adapted code as `MeetingConfig.useGroupsAsCategories` was removed.
Field `MeetingItem.category` is an optional field managed by
`MeetingConfig.usedItemAttributes` as any other optional fields now.
[gbastien]
- Add `date` by default to meeting informations.
[mpeeters]