=== Event Post Type ===
Contributors: edvind
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EXQYJ7PM2R9RU
Tags: events, event, manager, custom, post, type
Requires at least: 3.0
Tested up to: 3.2.1
Stable tag: 1.0.2

Event Post Type brings events to WordPress in an simple intuitive style.

== Description ==

Event Post Type creates a custom post type for events. These are easy to implement in any existing theme.

Features:

* Event custom post type
* Add events
* Date & Time
* Places

Bug reports, feedback and feature requests is thankfully received!

== Installation ==

1. Upload the `event-post-type` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==

= How do i implement the places and dates to my theme? =

Use the custom post data: _date_start, _time_start, _date_end, _time_end. The places is stored in a database table that can be accessed through _event_location_id.

== Screenshots ==

No screenshots yet.

== Changelog ==

= 1.0.2 =
* Fixed: Small typo preventing post start time and end date to be saved

= 1.0.1 =
* Added: Start date visible when managing events
* Fixed: Some minor formatting

= 1.0 =
* Initial release with basic functionality

== Upgrade Notice ==

= 1.0 =
Initial release