----------------
- Do not break when importing an annex if annex `filename` is `None`.
[gbastien]
- When calling the `annexes endpoint` to get annexes for an item, call it with
`?publishable=true` so only publishable annexes are serialized and returned by
PloneMeeting which speed things a lot.
We do no more manage the case when `publishable_activated=false`, we consider
that `publishable` is always activated.
- Adapted code to be compatible with version `4.1.x` and `4.2.x`
of `Products.PloneMeeting`.
[gbastien]