
This site is now running on WordPress 2.9-rare (which is our “pre-alpha” designation, for those of you who don’t know). WP 2.9 is in “feature freeze”, which means no new features will be considered for this version, and the developers will concentrate on finishing up the existing new features and any outstanding bugs. So far, it appears that all of my plugins are working just fine.
The main new features I’ve actually seen so far are the addition of the “Post Thumbnail” box in the writing screen, the new “trash” status for posts, pages, and comments, and the image editor in the Media Library. [...]














Post thumbnails changes
If you visited my site in the last 9 hours and found it displaying nothing but an error message, my apologies. It’s part of the danger of running my site out of the WordPress SVN trunk (i.e., beta code), and taking advantage of new features.
My site automatically pulls in the latest code changes from SVN at midnight. And it seems that sometime yesterday, all of the
post_image_*functions were renamed topost_thumbnail_*, and I failed to wrap one of my function calls withfunction_exists()protection. [...]