aboutsummaryrefslogtreecommitdiff
path: root/mod/minify/manifest.xml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:11:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:11:12 -0300
commit656f816ee6f56747ed7770dbd6b67305676f654a (patch)
tree5cc3560ee5c6b60d07365940355dda241c0c88df /mod/minify/manifest.xml
parent7d9fff84991467dfe4d28f206663f50e38dbbc6d (diff)
parentd42607998482e36865c1d8a443f92a457f6b2f3b (diff)
downloadelgg-656f816ee6f56747ed7770dbd6b67305676f654a.tar.gz
elgg-656f816ee6f56747ed7770dbd6b67305676f654a.tar.bz2
Merge commit 'd42607998482e36865c1d8a443f92a457f6b2f3b' as 'mod/minify'
Diffstat (limited to 'mod/minify/manifest.xml')
-rw-r--r--mod/minify/manifest.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/mod/minify/manifest.xml b/mod/minify/manifest.xml
new file mode 100644
index 000000000..072da27b1
--- /dev/null
+++ b/mod/minify/manifest.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>Minify</name>
+ <author>Evan Winslow</author>
+ <version>0.3</version>
+ <description>Brings the power of js/css minification to Elgg</description>
+ <copyright>(C) Evan Winslow 2010-2011</copyright>
+ <website>http://github.com/ewinslow/elgg-minify</website>
+ <requires>
+ <type>elgg_version</type>
+ <version>2011031400</version>
+ </requires>
+</plugin_manifest> \ No newline at end of file