|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 16 | ### 2.0.2 - 2024-01-21 |
4 | 17 |
|
5 | 18 | - Small QoL improvement in the ACP, added sample placeholder data to the custom max-width field in the content-sizing settings. |
6 | 19 | - Minor code updates. |
7 | 20 | - 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 |
13 | 26 |
|
14 | 27 | ### 2.0.1 - 2023-04-15 |
15 | 28 |
|
|
24 | 37 |
|
25 | 38 | - Backwards incompatible changes require a new minimum phpBB version of 3.3.2. |
26 | 39 | - 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. |
28 | 41 | - 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. |
30 | 43 | - Added language packs: |
31 | 44 | - Portuguese |
32 | 45 | - Chinese (traditional) |
@@ -84,10 +97,10 @@ on adding and creating new site YAML files for MediaEmbed. |
84 | 97 | ### 1.0.2 - 2018-06-25 |
85 | 98 |
|
86 | 99 | - 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. |
89 | 102 | - 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. |
91 | 104 | - When users disable the option to automatically parse URLs in their post, plain URLs will no longer be converted to embedded content either. |
92 | 105 |
|
93 | 106 | ### 1.0.1 - 2017-08-04 |
|
0 commit comments