^^^^^^^^^^^^^^^^
- Do not load social media stuff on non-canonical views (like edit form or similar). This close `36`_.
[keul]
- Added italian translation.
[keul]
- Load behavior of all social plugins changed to be async.
[keul]
- Fixed a problem with images loaded in news. If the image isn't a JPG,
the `get_content_image` method can't get image size and returns nothing.
This avoid some strange things, like MemoryError with Pillow.
[cekk]
- If a field named "image" isn't an ImageField, do not break the viewlet.
[cekk]
- Add exception handling also for TypeError in get_content_image method.
[cekk]
- Fixed metadata og:type, used value 'article' for internal page.
[fdelia]