aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-07-29 04:47:58 +0200
committerSem <sembrestels@riseup.net>2012-07-29 04:47:58 +0200
commite4c742e5ce21ae857ad28e0ec24fbe6e267adfaa (patch)
treee696ee4ec72fac41f6056ddba6a7159f909d8342 /manifest.xml
parent55bb2b7ed2583683548e314ae13fadde61eb04d6 (diff)
downloadelgg-e4c742e5ce21ae857ad28e0ec24fbe6e267adfaa.tar.gz
elgg-e4c742e5ce21ae857ad28e0ec24fbe6e267adfaa.tar.bz2
Changed plugin name to Lightpics.
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml18
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>