X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=module.inc;h=7754d2d9473124da7ccbcebb8529e90e229a655d;hb=1528ab8803b189ef5118fe23c11dc93bd2b37954;hp=0f6e5d2d0c58d078df974cfbd961fa0098baebe7;hpb=5a9743847ef6ce2a1270ee88719bbfb84c17cff6;p=embedvideo%2F.git diff --git a/module.inc b/module.inc index 0f6e5d2..7754d2d 100644 --- a/module.inc +++ b/module.inc @@ -33,10 +33,10 @@ 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.4'); + $this->setVersion('1.1.1'); $this->setGroup('import', $gallery->i18n('Import')); $this->setCallbacks('getSiteAdminViews'); - $this->setRequiredCoreApi(array(7, 4)); + $this->setRequiredCoreApi(array(7, 3)); $this->setRequiredModuleApi(array(3, 0)); } @@ -77,7 +77,13 @@ class EmbedVideoModule extends GalleryModule { if (!isset($params['embedvideodefaultVariables'])) { $ret = $this->setParameter('embedvideodefaultVariables', - 'height=240|width=320|useInternalFlvPlayer=true|useRemoteSize=false|youtubeShowRelated=false'); + 'height=240'. + '|width=320'. + '|useInternalFlvPlayer=true'. + '|useRemoteSize=false'. + '|youtubeShowRelated=false'. + '|watermarkVideos=true' + ); if ($ret) { return $ret; }