Skip to content

Releases: MissAllSunday/OharaYouTubeEmbed

Version 1.2.15

18 Dec 22:59
Compare
Choose a tag to compare

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

08 May 15:13
Compare
Choose a tag to compare
  • 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

08 Apr 16:28
Compare
Choose a tag to compare
  • Add min screen size setting

Version 1.2.12

13 Feb 20:59
Compare
Choose a tag to compare

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

07 May 16:50
Compare
Choose a tag to compare

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

10 Mar 16:27
Compare
Choose a tag to compare

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

12 Mar 18:51
Compare
Choose a tag to compare

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

26 Oct 14:20
Compare
Choose a tag to compare
  • 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

12 Aug 16:11
Compare
Choose a tag to compare
  • Set basedWidth and basedHeight to prevent weird behavior on non responsive themes.

Version 1.2.6

29 May 15:34
Compare
Choose a tag to compare
  • Add support for full screen videos.
  • Remove multiple calls to this.responsive().
  • Check the width and height of parent div before applying changes.