aboutsummaryrefslogtreecommitdiff
path: root/mod/lightpics/manifest.xml
blob: f892a0e0aa97696d409c4a491304be5db8e712b3 (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</version>
	<description>A simple photo gallery with albums and a slideshow.</description>
	<category>content</category>
	<category>multimedia</category>
	<website>https://lorea.org</website>
	<copyright>(C) 2011-2012 Cash Costello, 2012-2013 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>