diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-09-07 15:41:03 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-09-07 15:42:08 -0700 |
| commit | 3f997562dee7fa45fec58604dd894d9c523a1113 (patch) | |
| tree | 2508fdb8ecc95e660fc555d7c64bbf59affed2ed /modules/gallery/module.info | |
| parent | 68a78f7cced4f26436d7bdbc6acdd9e0a9ada4df (diff) | |
Add support for a per-item "slug" which will be the user-visible url
component for that given item. Album hierarchies are represented by
nested slugs. By default, we convert the filename to a slug when you
create an album, photo or movie.
Diffstat (limited to 'modules/gallery/module.info')
| -rw-r--r-- | modules/gallery/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/module.info b/modules/gallery/module.info index 6b9dd1ba..70bd91e2 100644 --- a/modules/gallery/module.info +++ b/modules/gallery/module.info @@ -1,3 +1,3 @@ name = "Gallery 3" description = "Gallery core application" -version = 11 +version = 12 |
