Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 23 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
# Changelog

### 2.0.3 - 2025-09-20

- Added an amendment to the forum privacy policy regarding how embedded content may affect user privacy.
- Updated YouTube to use their enhanced privacy feature (no cookies until you play a video).
- Fixed an issue in the BBCode FAQ media embed example.
- Fixed issues in the language files.
- Removed the last traces of old XHTML code.
- Added and/or updated support for media sites:
- Apple Podcasts
- Bluesky
- Pastebin
- x.com (aka Twitter)

### 2.0.2 - 2024-01-21

- Small QoL improvement in the ACP, added sample placeholder data to the custom max-width field in the content-sizing settings.
- Minor code updates.
- Added and/or updated support for media sites:
- Apple Music
- x.com (aka Twitter)
- kick.com
- Threads
- Bunny Stream
- Apple Music
- x.com (aka Twitter)
- kick.com
- Threads
- Bunny Stream

### 2.0.1 - 2023-04-15

Expand All @@ -24,9 +37,9 @@

- Backwards incompatible changes require a new minimum phpBB version of 3.3.2.
- New ACP options for custom content sizing:
- Added a new setting to enlarge most embedded content to fit 100% of the width of the post area.
- Added a new setting to enlarge most embedded content to fit 100% of the width of the post-area.
- Added a new setting to define custom maximum widths in pixels or percent for individual sites.
- Fixed issues for new installs that would fail if any of phpBB's default forum roles were missing.
- Fixed issues for new installations that would fail if any of phpBB's default forum roles were missing.
- Added language packs:
- Portuguese
- Chinese (traditional)
Expand Down Expand Up @@ -84,10 +97,10 @@ on adding and creating new site YAML files for MediaEmbed.
### 1.0.2 - 2018-06-25

- Added a global setting to enable or disable the conversion of plain URLs into embedded content.
- Added a forum based permission, allowing control over who can post embedded content in specific forums.
- Added a user based private messages permission, allowing control over who can post embedded content in their private messages.
- Added a forum-based permission, allowing control over who can post embedded content in specific forums.
- Added a user-based private messages permission, allowing control over who can post embedded content in their private messages.
- Fixed an issue where embedded content could still be posted by users who did not have permission to use BBCodes in a specific forum.
- Fixed an issue where embedded content could still be posted even though the Disable BBCode option was checked in the post editor.
- Fixed an issue where embedded content could still be posted even though the Disable BBCode option was checked in the post-editor.
- When users disable the option to automatically parse URLs in their post, plain URLs will no longer be converted to embedded content either.

### 1.0.1 - 2017-08-04
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "phpbb-extension",
"description": "An official phpBB extension that allows users to embed content from allowed sites using a [media] BBCode, or from simply posting a supported URL in plain text.",
"homepage": "https://www.phpbb.com/customise/db/extension/mediaembed/",
"version": "2.0.3-dev",
"version": "2.0.3",
"license": "GPL-2.0-only",
"authors": [
{
Expand Down
Loading