WordPress 2.1
Monday, January 29th, 2007WordPress 2.1 is out, but I am not impressed.
- The preg_match that is used to find the <!–more–> tag eats up content up to the end of a next comment tag. This breaks PictPress which is using comment tags to mark auto-generated content.
- For me the upload function does not seem to work. I can upload images, I can create thumbnails and insert them in the post, but when I switch between the Upload and the Browse tab, I do not see my images anymore. The error message is also not very helpful, it speaks of attachments instead of files or images.
For the rest PictPress still seems to work, but any plans for better integration will have to wait until I see a better quality new version WordPress.
Update (12-feb-2007): The preg_match problem has been fixed in WordPress svn (changeset 4821 and 4822).
The disappearance of images was due to the PictPress posts_where filter. This has been fixed in the PictPress svn trunk version.