aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
blob: 8f79f9186a2c87e00d73f8ef3443eae8c5eff6b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>
	<conflicts>
		<type>elgg_release</type>
		<version>1.9</version>
	</conflicts>
</plugin_manifest>