Download To-Do List Plugin v3.1.7 – Last Updated 05-10-2012
This version of the To-Do List Plugin has several requested features.
Changes:
- Added a progress field to to-do items
- Added a sidebar widget to display your to-do list
- Added a shortcode to display your list in a page or post
- Added the ability to email an assigned item to a user
- Removed permission check on install function (possible fix to a WPMU issue)
Visit the Settings page to enable progress fields or email assigned tasks.
Shortcode
[todolist]
Several options are available:
- title – default is no title.
- type – you can chose *list* or *table* view. Default is *list*.
- priorities – default is *show*. Use a blank value to hide (only applies to table view).
- assigned – default is *show*. Use a blank value to hide (only applies to table view).
- deadline – default is *show*. Use a blank value to hide (only applies to table view).
- progress – default is *show*. Use a blank value to hide (only applies to table view).
- addedby – default is *show*. Use a blank value to hide (only applies to table view).
Example:
Table view with the title of Upcoming Articles and showing the progress and who the item was assigned to.
[todolist title=”Upcoming Articles” type=”table” priorities=”" deadline=”" addedby=”"]
I’ve tried to thoroughly test the new features, but there may be issues with certain configurations that I hadn’t expected. Please leave a comment if you encounter any issues or have any suggestions for improvements to these new features.
