Added some new images. Fixed google video description matching.
[embedvideo/.git] / module.inc
index 0f6e5d2d0c58d078df974cfbd961fa0098baebe7..0cc2e4b1bbb29ad5b9c0dd4faca613f01dad9228 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.4');
+       $this->setVersion('1.0.5');
        $this->setGroup('import', $gallery->i18n('Import'));
        $this->setCallbacks('getSiteAdminViews');
        $this->setRequiredCoreApi(array(7, 4));