diff options
author | jamaa <jamaa@mzibo.net> | 2013-05-20 22:19:34 +0200 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-06-12 19:10:01 -0400 |
commit | 632285ee0c7d9b8aa89c1197739b5a521f9c5e9c (patch) | |
tree | 9d7c3766eb98b1d8f84c080850e88c4cca4affa9 /modules/info/module.info | |
parent | 47803a2d46df8f567639ba7f6d2afb63655afc19 (diff) |
add the image size (in pixels) to the info module
adds a new variable "show_size", so had to increment the version number
to 3
Diffstat (limited to 'modules/info/module.info')
-rw-r--r-- | modules/info/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/info/module.info b/modules/info/module.info index 0f35c922..33b16222 100644 --- a/modules/info/module.info +++ b/modules/info/module.info @@ -1,6 +1,6 @@ name = "Info" description = "Display extra information about photos and albums" -version = 2 +version = 3 author_name = "Gallery Team" author_url = "http://codex.galleryproject.org/Gallery:Team" info_url = "http://codex.galleryproject.org/Gallery3:Modules:info" |