Added settimelimit to update function to get around timeout issues when upgrading plugin
2009-10-11 / 2.0
Plugin mostly rewritten to make use of taxonomy instead of post_meta
Can now see all authors of a post under the author column from Edit Posts page
All authors of a post are now notified on a new comment
Various javascript enhancements
New option to allow subscribers to be added as authors
All Authors can edit they posts of which they are coauthors
FIX: Issues with wpcoauthorslist function
FIX: Issues with coauthored posts not showing up on author archives
2009-06-16 / 1.2.0
FIX: Added compatibility for WordPress 2.8
FIX: Added new template tags (getthecoauthormeta & thecoauthor_meta) to fix issues related to displaying author info on author archive pages. See Other Notes for details.
FIX: Plugin should now work for plugins not using the 'wp_' DB prefix
FIX: Coauthors should no longer be alphabetically reordered when the post is updated
FIX: Plugin now used WordPress native AJAX calls to tighten security
DOCS: Added details about the new template tags
2009-04-26 / 1.1.5
FIX: Not searching Updated SQL query for autosuggest to search through first name, last name, and nickname
FIX: When editing an author, and clicking on a suggested author, the original author was not be removed
DOCS: Added code comments to javascript; more still to be added
DOCS: Updated readme information
2009-04-25 / 1.1.4
Disabled "New Author" output in suggest box, for now
Hopefully fixed SVN issue (if you're having trouble with the plugin, please delete the plugin and reinstall)
2009-04-23 / 1.1.3
Add blur event to disable input box
Limit only one edit at a time.
Checked basic cross-browser compatibility (Firefox 3 OS X, Safari 3 OS X, IE7 Vista).
Add suggest javascript plugin to Edit Page.
2009-04-19 / 1.1.2
Disabled form submit when enter pressed.
2009-04-15 / 1.1.1
Changed SQL query to return only contributer-level and above users.