Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Releases: edlinklater/silverstripe-youtubefield

2.0.0

15 May 13:19
Compare
Choose a tag to compare
v2.0.0

Add static method to get video details from ID (fixes #21)

1.1.1: Merge pull request #25 from timezoneone/tzo/fixes

12 Oct 10:02
771a474
Compare
Choose a tag to compare
Catch uncaught error triggered when youtube id not found.

2.0 Beta 1 (SS4 Compatible)

27 Nov 08:40
Compare
Choose a tag to compare
Pre-release

This release introduces SilverStripe 4 compatibility, along with the API key-less infobox improvement from 1.1.

1.1: Infobox improvements (SS3 Compatible)

27 Nov 08:38
Compare
Choose a tag to compare

A cut-down version of the infobox is now shown without needing a YouTube API key.

Stable release for SilverStripe 3.x

29 Oct 23:37
a205b94
Compare
Choose a tag to compare

Provides a YouTubeField for use in the CMS/ModelAdmin. It accepts input of various common YouTube URL formats and converts them for storage in database as the 11-character YouTube ID.

You can provide a key for the YouTube v3 API, which is used to display a preview (title, thumbnail, length) under the field when a valid ID has been provided.

New in this release:

  • Preview will be loaded when opening a page in the CMS that contains a YouTubeField. Previously it was only loaded when updating ID/URL in the field.
  • Local caching of JSON data from YouTube API, to avoid repeated lookups of the same data.
  • Fixed error in README (public static getCMSFields() should have been public function getCMSFields())

0.2: Merge pull request #8 from helpfulrobot/add-standard-gitattributes-file

28 Sep 10:38
Compare
Choose a tag to compare

Bugfix: YouTube icon in field wrong size in some browsers

10 Sep 04:22
Compare
Choose a tag to compare

Regression introduced in 0.1.1. The fix to IE8 unfortunately regressed some other browsers.

Bugfix: YouTube icon in field wrong size on IE8

08 Sep 03:53
Compare
Choose a tag to compare
Merge pull request #2 from suhongyang/master

IE8 FIX use actual size sprite image as IE8 doesn't support background-size

Initial release

19 Aug 23:18
Compare
Choose a tag to compare
Merge pull request #1 from camfindlay/patch-1

Add LICENSE file