﻿<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
	<id>winrules:CustomProfile</id>
	<name>Custom Profile Field Mod</name>
	<type>modification</type>
	<version>3.16</version>
	<install for="1.1 - 1.1.99">
		<readme type="file">readme.txt</readme>
		<modification type="file">modification.xml</modification>
		<require-file name="CustomProfile.php" destination="$sourcedir" />
		<require-file name="CustomProfile.english.php" destination="$languagedir" />
	</install>
	<install>
		<readme type="inline" parsebbc="true">[color=red]Warning! This mod has not been tested on your version of SMF. Do not procced if you get errors![/color]</readme>
		<modification type="file">modification.xml</modification>
		<require-file name="CustomProfile.php" destination="$sourcedir" />
		<require-file name="CustomProfile.english.php" destination="$languagedir" />
	</install>
	<uninstall>
		<readme type="inline">This will uninstall the Custom Profile Field Mod.</readme>
		<modification type="file" reverse="true">modification.xml</modification>
		<remove-file name="$sourcedir/CustomProfile.php" />
		<remove-file name="$languagedir/CustomProfile.english.php" />
	</uninstall>
	<upgrade>
		<readme type="inline">Sorry, but there is no upgrade package from your version. Please uninstall the previous version, and install this version. You won't lose any data.</readme>
	</upgrade>
</package-info>

