<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="wppipes-processor" method="upgrade">
	<name>Change Time</name>
	<author>thimpress.com</author>
	<creationDate>Dec 2013</creationDate>
	<copyright>© 2007-2013 thimpress.com. All rights reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html</license>
	<authorEmail>info@thimpress.com</authorEmail>
	<authorUrl>http://www.thimpress.com</authorUrl>
	<version>3.1.8</version>
	<description>Change Time Processor for WPPipes</description>
	<files>
		<filename plugin="change_time">change_time.php</filename>
		<filename plugin="change_time">change_time.xml</filename>
		<filename>CHANGELOG</filename>
		<filename>LICENSE</filename>
		<filename>README</filename>
		<filename>index.html</filename>
	</files>
	<config>
		<fields name="params">
			<fieldset name="basic">
				<field name="publish_up" type="text" size="35" default="0" class="form-control" label="Publish Up"
					   description="Publish Up ( +/- n hours )"/>
				<field name="publish_down" type="text" size="35" class="form-control" default="0" label="Publish Down"
					   description="Publish Down ( after n days )"/>
				<field name="note" type="hidden" default=""/>
			</fieldset>
		</fields>
	</config>
</extension>