WordPress Lists Plugin Changelog
If for nothing more but just the sake of completeness, here is a list of complete changes (or pretty close).
v1.9
- added feature request: you can now limit the number of items which are returned (in any post or page) by using the new limit attribute. For example, <list id="#" limit="#" /> (thanks Bryan Samis)
v1.8
- added feature request: you can now sort lists in your sidebar through wplists_get_list() by name and/or id. (thanks Patrick)
v1.7
- added list attributes tag (thanks Patrick)
- implemented list attributes
- lastmodified: returns the date and time when the list was last modified.
- count: returns the number if items in a given list.
- countchecked: returns the number of checked items in a given list.
- organized documentation (thanks Lorelle)
v1.6
- put some effort in resolving unset variables for servers with PHP globals turned off (thanks Kristin)
v1.5
- modified request headers to use $_REQUEST[’var’]; (fix for Kristin and potential others)
- included ?debug=true url parameter for troubleshooting
- API: $linkurl now defaults to true since its more practical
v1.4
- fixed $list_url not being updated correctly.
v1.3
- finally firefox bug has been squashed in its entirety. (word to Ryan Duff for figuring out the last piece)
v1.2
- fixed firefox major user interface issue (thanks for Firas, Ryan Duff and Bobd314)
v1.1
- thought we fixed something, but we didn’t. oops.
v1.0
- fixed error when saving item names with apostrophes
- implemented item check off
- implemented import function (you can now import using name or name|link)
- shuffled user interface around… should look better now
- installation now obeys $table_prefix when creating tables
- improved installation script to auto-upgrade from v0.9 to v1.x
- added a new dimension to the installation checking integrity routine
- rewrote action handler to be more efficient
- resolved problem with people not being able to load the “Create New Listâ€
v0.9
- removed RunPHP dependency (thanks Greg!)
- added attributes to custom
- added “embed list†button to quicktags
- feature request (Ric Johnson): randomize list (implemented using the Fisher Yates algorithm)
v0.8
- fixed installation bug (thanks to Firas / Bobd314)
v0.7
- first public release