diff options
author | Sem <sembrestels@riseup.net> | 2012-08-02 21:15:33 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-08-02 21:15:33 +0200 |
commit | a7fd00b23708431d9875f1e7cd1743558ff25c5b (patch) | |
tree | b4f0fad648a5c88875d6337b5ffd7dfad66b33f3 /manifest.xml | |
parent | 71e6db3c3dff9c9ec7e8109fc990f0d960273c9f (diff) | |
parent | 3ef058394574c630726c955ba2a54a63df453d08 (diff) | |
download | elgg-a7fd00b23708431d9875f1e7cd1743558ff25c5b.tar.gz elgg-a7fd00b23708431d9875f1e7cd1743558ff25c5b.tar.bz2 |
Merge branch 'colorbox' of git://github.com/sembrestels/Tidypics
Conflicts:
manifest.xml
start.php
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/manifest.xml b/manifest.xml index f1fe63581..3120d9f96 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> - <name>Lightpics Photo Gallery</name> - <author>Lorea Developers</author> - <version>1.8-rc1</version> - <description>A simple photo gallery plugin, forked from Tidypics.</description> + <name>Tidypics Photo Gallery</name> + <author>Cash Costello</author> + <version>1.8.0-rc1</version> + <description>A photo gallery with albums, tagging, and a slideshow.</description> <category>content</category> <category>multimedia</category> - <website>https://lorea.org</website> - <copyright>(C) Cash Costello 2011-2012, Lorea 2012</copyright> + <website>https://github.com/cash/Tidypics</website> + <copyright>Cash Costello 2011-2012</copyright> <license>GNU General Public License Version 2</license> <requires> <type>elgg_release</type> @@ -17,4 +17,14 @@ <type>plugin</type> <name>tidypics</name> </conflicts> -</plugin_manifest> + <suggests> + <type>plugin</type> + <name>colorbox</name> + <version>1.8</version> + </suggests> + <requires> + <type>priority</type> + <priority>after</priority> + <plugin>colorbox</plugin> + </requires> +</plugin_manifest>
\ No newline at end of file |