Cleverness – WordPress Resources

To-Do-List Plugin 2.3 Beta Now Available

The beta version of the To-Do List plugin is available for download from here.

Download To-Do List Plugin v2.3betaLast Updated 10-02-2011

The major new feature in this version is front-end administration shortcodes. The two new ones are [todochecklist] and [todoadmin]. Documentation on these are on the help page under the To-Do List menu item in your WordPress install.

Bugs are to be expected. Please don’t use this on your live site.

You can comment here or email me with any bugs you find.

== Changelog ==
= 2.3 =
* Moved dashboard widgets settings to the dashboard widget
* Added ajax to dashboard widget, main plugin page, and category page
* Added front-end shortcode
* HTML in tasks has been fixed
* Started moving code into classes and redoing a lot of it
* Fixed categories not working in multi-site with the plugin network-activated
* Added Czech translation by Tomas Vesely
* Added updated German translation by Janne Fleischer

3 Comments

  1. Kent

    Not sure if the new one fixes this and it is nit picking. BUT, I just HAD to fix the multi-lined tasks wrapping around the checkbox

    #cleverness_todo .inside p {
    position: relative;
    min-height: 16px;
    padding-left: 26px;
    }
    #cleverness_todo .inside p input[type=checkbox] {
    position: absolute;
    top: 1px;
    left: 0px;
    bottom: auto;
    right: auto;
    }

    Then, I just put the checkbox in it’s own column on the plugin’s page.

    Thanks for the plugin :)

  2. Peter P.

    Love it. Could you also show the most recent items by ID or indicate them?

Trackbacks/Pingbacks

  1. Version 3.0 of the To-Do List Plugin has been Released « Cleverness – WordPress Resources

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Use [php]code goes here[/php] to post PHP code ([js],[css], and [sql] also available)

Notify me of followup comments via e-mail. You can also subscribe without commenting.