projects
/
embedvideo
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebec4ad
)
Released version 1.1.3
1_1_3
author
Alan J. Pippin
<ajp@pippins.net>
Mon, 2 Feb 2009 01:58:22 +0000
(18:58 -0700)
committer
Alan J. Pippin
<ajp@pippins.net>
Mon, 2 Feb 2009 01:58:22 +0000
(18:58 -0700)
module.inc
patch
|
blob
|
history
diff --git
a/module.inc
b/module.inc
index d8fd9d22272441ad5d129dcd4d2fc602b36260b4..b6d5c7010aa7e5842bbf5fb570958b52e4934bb7 100644
(file)
--- a/
module.inc
+++ b/
module.inc
@@
-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.
2
');
+ $this->setVersion('1.1.
3
');
$this->setGroup('import', $gallery->i18n('Import'));
$this->setCallbacks('getSiteAdminViews');
$this->setRequiredCoreApi(array(7, 3));