aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
blob: 1cfeacd3d046b230fdd8060c59a4ea863e173db4 (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
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
	<name>Colorbox</name>
	<author>Lorea developers</author>
	<version>1.8</version>
	<category>enhancement</category>
	<category>multimedia</category>
	<description>Elgg lightbox replacement for Fancybox. Colorbox is the default Elgg lightbox in 1.9.</description>
	<website>http://lorea.org</website>
	<copyright>(C) Lorea 2012</copyright>
	<license>GNU General Public License version 2</license>
	<requires>
		<type>elgg_release</type>
		<version>1.8</version>
	</requires>
	<requires>
		<type>priority</type>
		<priority>after</priority>
		<plugin>embed</plugin>
	</requires>
	<requires>
		<type>elgg_release</type>
		<version>1.9</version>
		<comparison>lt</comparison>
	</requires>
</plugin_manifest>