X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=module.inc;h=0f6e5d2d0c58d078df974cfbd961fa0098baebe7;hb=f589bea028196178c518f1784767d70b93ea7e21;hp=8a9f40d9593a03b162b9c1d3ff3a34a30334245c;hpb=4e21341b591b305662a15ef7cce055e5f9dcb135;p=embedvideo%2F.git diff --git a/module.inc b/module.inc index 8a9f40d..0f6e5d2 100644 --- a/module.inc +++ b/module.inc @@ -33,7 +33,7 @@ class EmbedVideoModule extends GalleryModule { $this->setId('embedvideo'); $this->setName($gallery->i18n('Embed Video')); $this->setDescription($gallery->i18n('Add embedded videos from the web')); - $this->setVersion('1.0.1'); + $this->setVersion('1.0.4'); $this->setGroup('import', $gallery->i18n('Import')); $this->setCallbacks('getSiteAdminViews'); $this->setRequiredCoreApi(array(7, 4)); @@ -77,7 +77,7 @@ class EmbedVideoModule extends GalleryModule { if (!isset($params['embedvideodefaultVariables'])) { $ret = $this->setParameter('embedvideodefaultVariables', - 'height=240|width=320|useInternalFlvPlayer=true'); + 'height=240|width=320|useInternalFlvPlayer=true|useRemoteSize=false|youtubeShowRelated=false'); if ($ret) { return $ret; }