Fixed dailymotion import issues
[embedvideo/.git] / module.inc
index 5159d825c0359f84e6f88f44dd535371a1f7f911..4f91f89becc96e32d1a7d2ccce3a656ad7fad8c7 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.7');
+       $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));
     }