aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
blob: 072da27b133715ef1f6ddac17587d7611a0b7bf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>