Initial stab at getting the thumbnail resize feature working.
[embedvideo/.git] / module.inc
index eb03f50eec423bca540cc9288ecc2e0a59a5ca03..9ca5ffb972139c867ad32cf1135ba9555d27fcd5 100644 (file)
@@ -33,7 +33,7 @@ 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.1');
+       $this->setVersion('1.0.2');
        $this->setGroup('import', $gallery->i18n('Import'));
        $this->setCallbacks('getSiteAdminViews');
        $this->setRequiredCoreApi(array(7, 4));