Cleverness – WordPress Resources

Archive for March, 2010

The To-Do List Plugin and WordPress 3.0

I confirmed today the report that the To-Do List Plugin does not work in the alpha version of WordPress 3.0.

I’ve been unable to track down why it’s not working yet. As I have mentioned before, I didn’t write the plugin originally. I adopted it after it was abandoned since I used it on my own sites and really liked it. Since then, I’ve made it work in the current versions of WordPress and added a number of new features and fixes. The original plugin was also lacking security-wise.

The problem may be fixed with a small code change, or … continue reading

To-Do List Plugin version 1.5.2

Changed the location variable again to (hopefully) work when the files are outside the root directory in the To-Do List Plugincontinue reading

Bug fix: To-Do List Plugin version 1.5.1

The To-Do List Plugin had a critical bug in it’s install function that was preventing the table from being installed. Thanks to those who pointed out a problem.

I also changed the way the variable for the location was set. Previously it was and now it’s

I’m not entirely sure what it should be set to for the plugin to correctly function when WordPress is not in the root directory. I’ll be happy to make any adjustments necessary.… continue reading

To-Do List Plugin version 1.5

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.
  • continue reading