<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="content">
	<name>Content - Version</name>
	<author>Michael Fatica</author>
	<creationDate>October 2008</creationDate>
	<copyright>Michael Fatica All rights reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<authorEmail>mike@fatica.net</authorEmail>
	<authorUrl>http://www.fatica.net</authorUrl>
	<version>Version:1.533</version>
	<description>A simple versioning content plugin</description>
	<files>
		<filename plugin="version">version.php</filename>
	</files>
	<params>
  		<param name="version_limit"
  		type="text"
  		default="10"
  		label="Version limit"
  		description="This parameter limits the number of versions kept for any given document.  When the limit is reached, the oldest versions are deleted as new versions are created." />
		<param name="admin_notify"
  		type="text"
  		default=""
  		label="Admin notify"
  		description="This parameter sends an email to the address provided when a new version is created." />  		
	</params>

</install>
