Cleverness – WordPress Resources

Archive for the ‘Updates’ Category

To-Do List Plugin version 1.5

Download To-Do List Plugin – version 1.5 posted 03-09-2010

Version 1.5 of the To-Do List Plugin has been released tonight.

Changes:

  • Changed the way CSS is added to the admin pages
  • Added more shortcode options
  • Changed the way users are selected for the dropdown list
  • Added option to show completed date and an option to format the date

New Shortcode:

  • completed – default is blank. Set to show to display completed items.
  • completed_title – default is no title.
  • list_type – default is ol (ordered list). Use ul to show an unordered list.

Version 1.4.1 of To-Do List Plugin

Download To-Do List Plugin – version 1.5 posted 03-09-2010

I discovered a critical bug not long after uploading the previous version. It has been fixed in version 1.4.1


Version 1.4 of the To-Do List Plugin Released

Download To-Do List Plugin – version 1.5 posted 03-09-2010

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.


Upcoming New Version of To-Do List Plugin

Version 1.4 of the To-Do List is going to be released around the end of February/beginning of March. I’ve worked in several of the feature requests. It will have a progress field option, sidebar widget, page/post shortcodes to display lists, and an option to mail assigned tasks to users.

I’ve looked into adding TinyMCE editing ability but that probably will not make it into the next version.


To-Do List Plugin 1.3.4 – Spanish Translation added

Download To-Do List Plugin – version 1.5 posted 03-09-2010

This minor update to the To-Do List Plugin contains a Spanish translation contributed by Ricardo.


To-Do List version 1.3.3

Download To-Do List Plugin – version 1.5 posted 03-09-2010

I’ve fixed a typo in the default settings for the To-Do List that was preventing items to be marked as completed (unless you had modified any settings).

If you are unable to mark items as completed, please visit the To-Do List settings page and click on Save Changes.


To-Do List Plugin version 1.3.2

Download To-Do List Plugin – version 1.5 posted 03-09-2010

Some changes to the To-Do List Plugin:

  • Fixed a bug where “assigned by” would show on the dashboard widget when empty
  • Renamed functions
  • Added a check to prevent blank to-do items

To-Do List Plugin Bug Fix

Download To-Do List Plugin – version 1.5 posted 03-09-2010

I’ve fixed two bugs in the To-Do List Plugin.

One was an incompatiblity with PHP 4.

The other was a missing call to a global variable in the function that marks items as completed.


To-Do List Version 1.3

Download To-Do List Plugin – version 1.5 posted 03-09-2010

The To-Do List Plugin has been updated.

I’ve added a deadline field and appropriate settings to display or not display on the dashboard widget and to-do list page.

Also changed was the dropdown to assign users. It now only lists users above Subscriber level. They are sorted by Role: first Contributor, then Author, then Editor, then Admin.


To-Do List Plugin Bug Fix

Download To-Do List Plugin – version 1.5 posted 03-09-2010

I fixed a small bug with the dashboard widget tonight on the To-Do List Plugin.