aboutsummaryrefslogtreecommitdiff
path: root/mod/minify/manifest.xml
blob: 0ae6dde24aa4c5b47c09aefc4131c2b08dc449b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest version="1.8">
	<name>Minify</name>
	<author>Evan Winslow</author>
	<version>0.2</version>
	<description>Brings the power of js/css minification to Elgg</description>
	<copyright>(C) Evan Winslow 2010</copyright>
	<website>http://code.google.com/p/elgg-minify</website>
	<requires>
		<type>elgg_release</type>
		<version>1.7</version>
	</requires>
</plugin_manifest>