X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=module.inc;h=27f100b60661c3c1626fd25a59c52357cd129554;hb=7cb9aa64e570b7d48718f6eb327448a48a9b77b3;hp=5159d825c0359f84e6f88f44dd535371a1f7f911;hpb=1b1822456d66be4761748a02d9f1d9e8caefb8be;p=embedvideo%2F.git diff --git a/module.inc b/module.inc index 5159d82..27f100b 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.7'); + $this->setVersion('1.1.0'); $this->setGroup('import', $gallery->i18n('Import')); $this->setCallbacks('getSiteAdminViews'); - $this->setRequiredCoreApi(array(7, 4)); + $this->setRequiredCoreApi(array(7, 3)); $this->setRequiredModuleApi(array(3, 0)); }