diff options
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/manifest.xml b/manifest.xml index 3f4025988..f1fe63581 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,16 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> - <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> + <name>Lightpics Photo Gallery</name> + <author>Lorea Developers</author> + <version>1.8-rc1</version> + <description>A simple photo gallery plugin, forked from Tidypics.</description> <category>content</category> <category>multimedia</category> - <website>https://github.com/cash/Tidypics</website> - <copyright>Cash Costello 2011-2012</copyright> + <website>https://lorea.org</website> + <copyright>(C) Cash Costello 2011-2012, Lorea 2012</copyright> <license>GNU General Public License Version 2</license> <requires> <type>elgg_release</type> <version>1.8</version> </requires> -</plugin_manifest>
\ No newline at end of file + <conflicts> + <type>plugin</type> + <name>tidypics</name> + </conflicts> +</plugin_manifest> |