X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=module.inc;h=4f91f89becc96e32d1a7d2ccce3a656ad7fad8c7;hb=refs%2Ftags%2F1_1_5;hp=8b051abf6e722a62851ebbc913ba195a8cc4547b;hpb=b65625759caa70c8905f63b87a36e59951ed24fd;p=embedvideo%2F.git diff --git a/module.inc b/module.inc index 8b051ab..4f91f89 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.6'); + $this->setVersion('1.1.5'); $this->setGroup('import', $gallery->i18n('Import')); $this->setCallbacks('getSiteAdminViews'); - $this->setRequiredCoreApi(array(7, 4)); + $this->setRequiredCoreApi(array(7, 3)); $this->setRequiredModuleApi(array(3, 0)); }