<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="editors-xtd">
	<name>Button - Versioning</name>
	<author>Michael Fatica</author>
	<creationDate>November 2009</creationDate>
	<copyright>Michael Fatica</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<authorEmail>mike@fatica.net</authorEmail>
	<authorUrl>www.fatica.net</authorUrl>
	<version>Version:1.533</version>
	<description>Simple Content Versioning</description>
	<files>
		<filename plugin="versioning">versioning.php</filename>
	</files>
	<params>
   	<param name="front_end"
  		type="list"
  		default="1"
  		label="Display on Front End?"
  		description="This parameter allows you to hide the versioning button on the front-end." >
  			<option value="Yes">Yes</option>
  			<option value="No">No</option>
  		</param>
   	<param name="allow_delete"
  		type="list"
  		default="1"
  		label="Allow Version Deletion?"
  		description="This parameter allows you to enable/disable the ability to delete versions." >
  			<option value="Yes">Yes</option>
  			<option value="No">No</option>
  		</param>  		
  	<param name="popup_width"
  		type="text"
  		default="450"
  		label="Popup Window Width"
  		description="This parameter allows you to set the width of the popup window." >
  		</param>
  	<param name="popup_height"
  		type="text"
  		default="370"
  		label="Popup Window Height"
  		description="This parameter allows you to set the height of the popup window." >
  		</param>  		
  		
	</params>
</install>