Version history
===============

5.0.2 (2024-06-28):

- several small chores/fixes

5.0.1 (2023-11-30):

- several small chores/fixes

5.0 (2023-06-02):

- changed: conflict with Elgg < 5.0
- changed: updated for Elgg 5.0

4.0 (2022-08-24):

- changed: updated for Elgg 4.3

3.1 (2022-06-22):

- changed: updated embed/embed to 4.4

3.0.2 (2022-03-30):

- fixed: correctly cache the adapter
- fixed: make sure dispatcher also has no unserializable dom documents

3.0.1 (2022-03-11):

- fixed: oembed adapter is cacheable on php8+

3.0 (2021-09-27):

- changed: updated for Elgg 4.0

2.2 (2021-03-02):

- added: French translation
- fix: set max width of embedded content to max pixels based on height

2.1 (2020-04-22):

- added: support for microsoft streams urls
- changed: updated embed/embed dependency to v3.4.x

2.0.1 (2019-03-28):

- several small chores/fixes

2.0 (2019-03-27):

- added: Dutch translation
- changed: increased minimal Elgg version requirement to 3.0
- changed: moved plugin init function to Bootstrap
- changed: reworked plugin for Elgg 3.0
- changed: updated to embed 3.3

1.2.1 (2018-03-08):

- fixed: PHP warnings when passing a non string value to Processor

1.2 (2018-01-25):

- added: plugin setting to change height of embedded content

1.1 (2017-12-14):

- added: plugin hook to allow changing valid oEmbed URLs

1.0 (2017-07-12):

- added: proxy support

1.0-beta.1 (2017-06-14):

- added: oembed replace logic
- fixed: only try to replace urls and support inline urls
- fixed: wrong value check
