projects
/
embedvideo
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a4f854
)
Revved module version to 1.0.9
author
Alan J. Pippin
<ajp@server.pippins.net>
Fri, 18 Apr 2008 02:38:25 +0000
(20:38 -0600)
committer
Alan J. Pippin
<ajp@pippins.net>
Fri, 18 Apr 2008 02:38:25 +0000
(20:38 -0600)
module.inc
patch
|
blob
|
history
diff --git
a/module.inc
b/module.inc
index c578a8783bcfed9eb133c5bddc1e586e10c48988..67f11239bddec245fbfeaa3a6fa78a8d92a8dc59 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.0.
8
');
+ $this->setVersion('1.0.
9
');
$this->setGroup('import', $gallery->i18n('Import'));
$this->setCallbacks('getSiteAdminViews');
$this->setRequiredCoreApi(array(7, 3));