Releases: MissAllSunday/OharaYouTubeEmbed
Releases · MissAllSunday/OharaYouTubeEmbed
Version 1.2.15
1.2.15 - Dec 18, 2023
- Fix setting for allowFullScreen
- Don't need to parse new lines and spaces
- Add phpunit tests
- Mod now requires PHP 7.1
Version 1.2.14
- Remove imgur support
- Fix correctly displaying smileys after posting a video
- Use curl to make request to vimeo for getting the oembed info.
Version 1.2.13
- Add min screen size setting
Version 1.2.12
For SMF 2.0.x, requires PHP >= 5.3
1.2.12 - Feb 13, 2022
- Remove jQuery dependency
- Add support for ECMAScript 2015
Version 1.2.11
For SMF 2.0.x, requires PHP >= 5.3
1.2.11 - May 07, 2020
- Add French translation, thanks to BrunoR
- Correctly delete language files
Version 1.2.10
For SMF 2.0.x, requires PHP >= 5.3
- Add Polish translation, thanks to jsx and FishingManMatt
- Correctly delete language files on uninstall
- Spanish word corrections
Version 1.2.9
For SMF 2.0.x, requires PHP >= 5.3
- Fix the "/>" appearing on autoembed
- Fix support for gifv
- Add a link to the video if JavaScript is disabled
Version 1.2.8
- Improve regex for gifv and youtube urls.
- Pass the ID when using url auto parsing, prevents using another regex to get it.
- Use global scope inside closures.
Version 1.2.7
- Set basedWidth and basedHeight to prevent weird behavior on non responsive themes.
Version 1.2.6
- Add support for full screen videos.
- Remove multiple calls to this.responsive().
- Check the width and height of parent div before applying changes.