aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
blob: 6e9ff7852ce9c05087efc8712a80451b806c33d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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-beta</version>
	<description>A simple photo gallery with albums and a slideshow.</description>
	<category>content</category>
	<category>multimedia</category>
	<website>http://lorea.org</website>
	<copyright>(C) 2011-2012 Cash Costello, 2012 Lorea</copyright>
	<license>GNU General Public License Version 2</license>
	<requires>
		<type>elgg_release</type>
		<version>1.8</version>
	</requires>
	<conflicts>
		<type>plugin</type>
		<name>tidypics</name>
	</conflicts>
	<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>