Releases: StarCitizenWiki/mediawiki-extensions-EmbedVideo
EmbedVideo v3.4.2
Changes:
- Fix valign
- Allow to set a max-size with autoresize
- Fix trying to transform broken redirects
- Remember consent for session
- Remove curl dependency
- Add Spotify Shows/Episodes
- Add Wistia Service
- Translation updates
Full Changelog: v3.4.1...v3.4.2
EmbedVideo v3.4.1
This is a bugfix release fixing:
This release has been tested with MW 1.39.5
Full Changelog: v3.4.0...v3.4.1
EmbedVideo v3.4.0
What's new
- Add Bandcamp embeds
- Directly link to the embed source by clicking on the title of an embed
- Implement
{{#evl}}
parser function and corresponding<evlplayer>
tag, see readme for more info
Full Changelog: v3.3.0...v3.4.0
This release has been tested with MW 1.39.5
EmbedVideo v3.3.0
What's Changed
- Required PHP version is raised to v8.0+
What's new
- Allow embeds of external videos (see issue #63)
- Unit tests for all classes
- Implemented
{{#evu}}
parser function (service name is taken from the host part of the url)
Full Changelog: v3.2.8...v3.3.0
This release has been tested with MW 1.39.4
EmbedVideo v3.2.8
What's Changed
- Fix FFProbe loading metadata
- Fix calculating local file dimensions
What's new
- Add Loom Service
- Add SharePoint Service
- Add DailyMotion Service
Full Changelog: v3.2.7...v3.2.8
EmbedVideo v3.2.7
What's Changed
- fixed XSS: broad regex in validator by @sfedia in #53
- fixed XSS: unsafe negative character class (ArchiveOrg.php) by @sfedia in #55
- Translation updates
- Embed Style for local videos
- Local video resize fixes #56
New Contributors
Full Changelog: v3.2.6...v3.2.7
This release has been tested with MW 1.39.3
EmbedVideo v3.2.6
What's Changed
- Remove double spaces from English messages by @amire80 in #46
- Create es.json by @calvodepensar in #47
- feat: add Korean language file(ko.json) by @gaon12 in #51
- fixed getUrl() for Bilibili by @WynnChen in #50
- feat: Default to render inline by @alistair3149 in #52
- When explicit consent is active, iFrames are now generated on the client rather than being generated on the server
New Contributors
- @amire80 made their first contribution in #46
- @calvodepensar made their first contribution in #47
- @WynnChen made their first contribution in #50
Full Changelog: v3.2.1...v3.2.6
This release has been tested with MW 1.39.1
EmbedVideo v3.2.1
This is another small bugfix release.
In v3.2.0 external thumbnails were fetched, even if it was disabled; this release fixes that.
This release has been tested with MW 1.39.1
EmbedVideo v3.2.0
EmbedVideo v3.1.0
This release adds:
- Consent UI with privacy policy
- New overlay UI
- Add KakaoTV, NaverTV support
- Translatable service names
This release has been tested with MW 1.35.x and should be compatible with all versions to MW 1.39.x