aboutsummaryrefslogtreecommitdiff
path: root/mod/colorbox/manifest.xml
blob: ec5f22e90f0d828ba13d98618099bea92c5e482c (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
<?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.0</version>
	<category>lorea</category>
	<category>enhancement</category>
	<category>multimedia</category>
	<description>Elgg lightbox replacement for Fancybox. Colorbox is the default Elgg lightbox in 1.9.</description>
	<website>https://lorea.org/plugin/colorbox</website>
	<copyright>Copyright 2012 Lorea Faeries &lt;federation@lorea.org&gt;</copyright>
	<repository>https://gitorious.org/lorea/colorbox</repository>
        <donations>https://lorea.org/support</donations>
	<license>GNU Affero General Public License version 3, or later</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>