- Changed ``BibFolder.create_item`` and ``BibItem.update`` to get
``attributes`` as a dict instead of kwargs.
See 13406b0cfe35fd8ff557eadc0a86cbd754c44129 for more details.
- Added support in ``BibItem.update(...)`` for ``portal_state``, including the
``request_approval_from_coauthors(...)`` and ``publish_internally(...)`` shortcut
methods.
- Added ``get_restapi_url()`` and ``get_website_url()`` to ``BibFolder`` and ``BibItem``.