Incremented version number 1_1_4
authorAlan J. Pippin <ajp@pippins.net>
Thu, 18 Jun 2009 02:56:15 +0000 (20:56 -0600)
committerAlan J. Pippin <ajp@pippins.net>
Thu, 18 Jun 2009 02:56:15 +0000 (20:56 -0600)
module.inc

index b6d5c7010aa7e5842bbf5fb570958b52e4934bb7..8f589b119f89468e2ddc9354eaf3a7d7f2a820d6 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.1.3');
+       $this->setVersion('1.1.4');
        $this->setGroup('import', $gallery->i18n('Import'));
        $this->setCallbacks('getSiteAdminViews');
        $this->setRequiredCoreApi(array(7, 3));