aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-08-01 14:17:07 +0200
committerSem <sembrestels@riseup.net>2012-08-01 14:17:07 +0200
commit1bd6ef7e6b6a56ac30dc4b7b1daa9b924a5eddd7 (patch)
tree74360ff6183c192a89733c62464fb893dbcfaa29 /manifest.xml
parent65dfea09a7d7b7d2d8b723eb2c66240e39d2f9c0 (diff)
downloadelgg-1bd6ef7e6b6a56ac30dc4b7b1daa9b924a5eddd7.tar.gz
elgg-1bd6ef7e6b6a56ac30dc4b7b1daa9b924a5eddd7.tar.bz2
Colorbox integration into Elgg.
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 000000000..8f79f9186
--- /dev/null
+++ b/manifest.xml
@@ -0,0 +1,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>