Skip to content
readme.txt 3.95 KiB
Newer Older
John James Jacoby's avatar
John James Jacoby committed
=== WP Event Calendar ===
Contributors: johnjamesjacoby, stuttter
Tags: event, calendar, session, appointment, month, week, category, tag, term, type
John James Jacoby's avatar
John James Jacoby committed
Requires at least: 4.4
John James Jacoby's avatar
John James Jacoby committed
Tested up to: 4.4
John James Jacoby's avatar
John James Jacoby committed
Stable tag: 0.2.1
John James Jacoby's avatar
John James Jacoby committed
License: GPLv2 or later
John James Jacoby's avatar
John James Jacoby committed
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J
John James Jacoby's avatar
John James Jacoby committed

== Description ==

John James Jacoby's avatar
John James Jacoby committed
WP Event Calendar is the best way to keep track of events in WordPress!
John James Jacoby's avatar
John James Jacoby committed

John James Jacoby's avatar
John James Jacoby committed
* Seamlessly integrates into WordPress's dashboard interface
John James Jacoby's avatar
John James Jacoby committed
* Month & week list-table views
* Organize events by type, category, & tag
John James Jacoby's avatar
John James Jacoby committed
* Easily & logically paginate through date ranges
* Safe, secure, & performant
John James Jacoby's avatar
John James Jacoby committed
* Full of developer hooks for integration with other plugins & themes
John James Jacoby's avatar
John James Jacoby committed

John James Jacoby's avatar
John James Jacoby committed
= Also checkout =
John James Jacoby's avatar
John James Jacoby committed

John James Jacoby's avatar
John James Jacoby committed
* [WP Chosen](https://wordpress.org/plugins/wp-chosen/ "Make long, unwieldy select boxes much more user-friendly.")
* [WP Pretty Filters](https://wordpress.org/plugins/wp-pretty-filters/ "Makes post filters better match what's already in Media & Attachments.")
* [WP Media Categories](https://wordpress.org/plugins/wp-media-categories/ "Add categories to media & attachments.")
John James Jacoby's avatar
John James Jacoby committed
* [WP Term Meta](https://wordpress.org/plugins/wp-term-meta/ "Metadata, for taxonomy terms.")
* [WP Term Order](https://wordpress.org/plugins/wp-term-order/ "Sort taxonomy terms, your way.")
* [WP Term Authors](https://wordpress.org/plugins/wp-term-authors/ "Authors for categories, tags, and other taxonomy terms.")
John James Jacoby's avatar
John James Jacoby committed
* [WP Term Colors](https://wordpress.org/plugins/wp-term-colors/ "Pretty colors for categories, tags, and other taxonomy terms.")
* [WP Term Icons](https://wordpress.org/plugins/wp-term-icons/ "Pretty icons for categories, tags, and other taxonomy terms.")
John James Jacoby's avatar
John James Jacoby committed
* [WP Term Visibility](https://wordpress.org/plugins/wp-term-visibility/ "Visibilities for categories, tags, and other taxonomy terms.")
John James Jacoby's avatar
John James Jacoby committed
* [WP User Activity](https://wordpress.org/plugins/wp-user-activity/ "The best way to log activity in WordPress.")
John James Jacoby's avatar
John James Jacoby committed
* [WP User Avatars](https://wordpress.org/plugins/wp-user-avatars/ "Allow users to upload avatars or choose them from your media library.")
* [WP User Groups](https://wordpress.org/plugins/wp-user-groups/ "Group users together with taxonomies & terms.")
John James Jacoby's avatar
John James Jacoby committed
* [WP User Profiles](https://wordpress.org/plugins/wp-user-profiles/ "A sophisticated way to edit users in WordPress.")
John James Jacoby's avatar
John James Jacoby committed

== Screenshots ==

1. Month View
2. Week View
3. Metabox
4. Datepicker
John James Jacoby's avatar
John James Jacoby committed

John James Jacoby's avatar
John James Jacoby committed
== Installation ==

John James Jacoby's avatar
John James Jacoby committed
* Download and install using the built in WordPress plugin installer.
* Activate in the "Plugins" area of your admin by clicking the "Activate" link.
* No further setup or configuration is necessary.
John James Jacoby's avatar
John James Jacoby committed

== Frequently Asked Questions ==

= Does this create new database tables? =

No. It uses WordPress's custom post-type, custom taxonomy, and metadata APIs.

= Does this modify existing database tables? =

No. All of WordPress's core database tables remain untouched.

= Where can I get support? =

John James Jacoby's avatar
John James Jacoby committed
The WordPress support forums: https://wordpress.org/support/plugin/wp-event-calendar/
John James Jacoby's avatar
John James Jacoby committed

= Where can I find documentation? =

John James Jacoby's avatar
John James Jacoby committed
http://github.com/stuttter/wp-event-calendar/
John James Jacoby's avatar
John James Jacoby committed

== Changelog ==

John James Jacoby's avatar
John James Jacoby committed
= 0.2.1 =
* Improve taxonomy & status filtering

John James Jacoby's avatar
John James Jacoby committed
= 0.2.0 =
* Add "Day" view
John James Jacoby's avatar
John James Jacoby committed
* Improve "Month" view
John James Jacoby's avatar
John James Jacoby committed
= 0.1.10 =
* Filter events by registered taxonomy

John James Jacoby's avatar
John James Jacoby committed
= 0.1.9 =
* Move events to "Passed" status twice daily

John James Jacoby's avatar
John James Jacoby committed
= 0.1.8 =
* Added week view
* Added persistent pagination for mode, status, & search
* Added styling for a few event types
* Added help text
* Added legend in help text area

John James Jacoby's avatar
John James Jacoby committed
= 0.1.7 =
John James Jacoby's avatar
John James Jacoby committed
* Updated date-picker styling
John James Jacoby's avatar
John James Jacoby committed

= 0.1.6 =
* Sort by start, end, and repetition

John James Jacoby's avatar
John James Jacoby committed
= 0.1.4 =
John James Jacoby's avatar
John James Jacoby committed
* More flexible mapped capabilities
John James Jacoby's avatar
John James Jacoby committed

John James Jacoby's avatar
John James Jacoby committed
= 0.1.3 =
* Revert role & capability changes

John James Jacoby's avatar
John James Jacoby committed
= 0.1.2 =
* Remove dependency
* Start, end, repeat, & expiring events
* Date picker
* Cleanup

John James Jacoby's avatar
John James Jacoby committed
= 0.1.1 =
* Show pointers on event clicks
* Add flexible methods for pointers output
* Add actions & filters
* Rename main class to be for month-only view
* Use new icon for private posts

John James Jacoby's avatar
John James Jacoby committed
= 0.1.0 =
* Initial release