Skip to content

Commit 7d44072

Browse files
authored
Merge pull request #116 from phpbb-extensions/prep-2.0.3
Bump to 2.0.3
2 parents 4078e2f + c463b1d commit 7d44072

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

CHANGELOG.md

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
11
# Changelog
22

3+
### 2.0.3 - 2025-09-20
4+
5+
- Added an amendment to the forum privacy policy regarding how embedded content may affect user privacy.
6+
- Updated YouTube to use their enhanced privacy feature (no cookies until you play a video).
7+
- Fixed an issue in the BBCode FAQ media embed example.
8+
- Fixed issues in the language files.
9+
- Removed the last traces of old XHTML code.
10+
- Added and/or updated support for media sites:
11+
- Apple Podcasts
12+
- Bluesky
13+
- Pastebin
14+
- x.com (aka Twitter)
15+
316
### 2.0.2 - 2024-01-21
417

518
- Small QoL improvement in the ACP, added sample placeholder data to the custom max-width field in the content-sizing settings.
619
- Minor code updates.
720
- Added and/or updated support for media sites:
8-
- Apple Music
9-
- x.com (aka Twitter)
10-
- kick.com
11-
- Threads
12-
- Bunny Stream
21+
- Apple Music
22+
- x.com (aka Twitter)
23+
- kick.com
24+
- Threads
25+
- Bunny Stream
1326

1427
### 2.0.1 - 2023-04-15
1528

@@ -24,9 +37,9 @@
2437

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

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

93106
### 1.0.1 - 2017-08-04

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "phpbb-extension",
44
"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.",
55
"homepage": "https://www.phpbb.com/customise/db/extension/mediaembed/",
6-
"version": "2.0.3-dev",
6+
"version": "2.0.3",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{

0 commit comments

Comments
 (0)