This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Releases: edlinklater/silverstripe-youtubefield
Releases · edlinklater/silverstripe-youtubefield
2.0.0
1.1.1: Merge pull request #25 from timezoneone/tzo/fixes
Catch uncaught error triggered when youtube id not found.
2.0 Beta 1 (SS4 Compatible)
This release introduces SilverStripe 4 compatibility, along with the API key-less infobox improvement from 1.1
.
1.1: Infobox improvements (SS3 Compatible)
A cut-down version of the infobox is now shown without needing a YouTube API key.
Stable release for SilverStripe 3.x
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 beenpublic function getCMSFields()
)
0.2: Merge pull request #8 from helpfulrobot/add-standard-gitattributes-file
Added standard .gitattributes file
Bugfix: YouTube icon in field wrong size in some browsers
Regression introduced in 0.1.1. The fix to IE8 unfortunately regressed some other browsers.
Bugfix: YouTube icon in field wrong size on IE8
Merge pull request #2 from suhongyang/master IE8 FIX use actual size sprite image as IE8 doesn't support background-size
Initial release
Merge pull request #1 from camfindlay/patch-1 Add LICENSE file