Skip to content

Releases: MissAllSunday/OharaYouTubeEmbed

Version 1.2.3

26 Jun 15:40
Compare
Choose a tag to compare

Version 1.2.3 requires SMF 2.0.x and PHP 5.3 or greater.

New features/Bug fixes:
  • Added a minified js file.
  • Added support for using the youtube ID as param.
  • License change to MPL 2.0.
  • Added full support for protocol-less urls.

Version 1.2.2

10 Jun 19:45
Compare
Choose a tag to compare

Version 1.2.2 requires SMF 2.0.x and PHP 5.3 or greater.

New features/Bug fixes:
  • Force loading the oharaEmbed.css file from the default theme.
  • Add more options to show video preview images
  • Add support for previewing a message
  • Improve handling of youtube thumbnails and overall JS improvements.
  • Add a setting to enable/disable the autoembed feature. This was suppose to be added a long time ago but dunno why I forgot to do it...
  • Missed to check the master setting.

Version 2.0

10 Mar 16:52
Compare
Choose a tag to compare

Version 2.0 requires SMF 2.1.x and PHP 5.3 or greater.

New features/Bug fixes:
  • Full OOP approach using the Ohara helper class.
  • Regex improvements.
  • Drop compatibility with SMF 2.0.x
  • Add compatibility with SMF 2.1
  • Add a setting to disable auto-embedding.
  • Auto-embed regex improved
  • Added the option to disable the auto-embed feature via $context['ohara_disable'].
  • Schema-less urls
  • Change the way youtube videos are displayed, faster pages specially with multiple videos, thanks to Infernuza for the tip.
  • No file edits.

Version 1.2.1

10 Mar 16:07
Compare
Choose a tag to compare

Version 1.2.1 requires SMF 2.0.x and PHP 5.3 or greater.

New features/Bug fixes:
  • Auto-embed regex improved
  • Added the option to disable the auto-embed feature via $context['ohara_disable'].
  • Use closures instead of create_function()
  • Change the way youtube videos are displayed, faster pages specially with multiple videos, thanks to Infernuza for the tip.
  • previous version didn't uninstalled any Spanish language file.
  • Don't assume Sources is always going to be located at boardurl
    Dunno how many times I actually fixed this over the years...

Ohara YouTube Embed

05 Mar 17:33
Compare
Choose a tag to compare

Version 1.2 requires SMF 2.0.x and PHP 5.3 or greater.

New features:
  • Add support for auto-embed videos directly from the url.
  • Add support for posting vimeo videos via the oembed vimeo API, it supports the following vimeo urls formats:
    • vimeo.com/[ID]
    • vimeo.com/channels/[Chanel name]/[ID]
    • vimeo.com/groups/[Group name]/videos/[ID]
  • Add support for the old [yt] tag

Ohara Youtube Embed

05 Mar 02:01
Compare
Choose a tag to compare

Version 1.1

Compatible with SMF 2.0.x