Added support for StickAm and MyspaceTV video embedding.
[embedvideo/.git] / module.inc
index 8b051abf6e722a62851ebbc913ba195a8cc4547b..c578a8783bcfed9eb133c5bddc1e586e10c48988 100644 (file)
@@ -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.0.8');
        $this->setGroup('import', $gallery->i18n('Import'));
        $this->setCallbacks('getSiteAdminViews');
-       $this->setRequiredCoreApi(array(7, 4));
+       $this->setRequiredCoreApi(array(7, 3));
        $this->setRequiredModuleApi(array(3, 0));
     }