<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="wppipes-engine" method="upgrade">
	<name>Post</name>
	<author>thimpress.com</author>
	<creationDate>Jan 2014</creationDate>
	<copyright>© 2007-2014 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>2.5</version>
	<description>Post Source for WPPipes</description>
	<files>
		<filename plugin="post">post.php</filename>
		<filename plugin="post">post.xml</filename>
		<filename>CHANGELOG</filename>
		<filename>LICENSE</filename>
		<filename>README</filename>
		<filename>index.html</filename>
		<folder>fields</folder>
	</files>
	
	<config>
		<fields name="params" addfieldpath="/plugins/engines/post/fields/">
			<fieldset name="basic">
				<field name="categories" multiple="1" type="postcategories" label="Categories" 
				description="The categories that this engine will get posts from. Press Ctrl while selecting multiple categories."/>
				<field name="author" type="gruser" multiple="1" default="" class="form-control" label="Author" description="Select an author for posts"/>
			</fieldset>
			<fieldset name="advanced">
				<field name="limit_items"
					   type="text"
					   size="6"
					   class="form-control"
					   default="20"
					   label="Limit Items"
					   description="The limit number of items will be fetched from the Post source"/>
				<field name="tags" multiple="1" type="posttags" label="Tags" 
				description="The tags that this engine will get posts base on them. Press Ctrl while selecting multiple categories."/>
			</fieldset>
		</fields>
	</config>
</extension>