Just after a few days after I blogged about upgrading my blogs to 2.0.6, guess what, the people at wordpress released 2.0.7! I thought the next version would be 2.1. Apparently, this is also a security fix.Some dude hacked a couple of SEO blogs using wordpress so that’s probably what triggered off the update.
However,if you have upgraded to 2.0.6, then you can change these files only…
* wp-admin/inline-uploading.php
* wp-admin/post.php
* wp-includes/classes.php
* wp-includes/functions.php
* wp-settings.php
* wp-includes/version.php
Here are the changes that have been made since 2.0.6:
* Security fix for wp_unregister_GLOBALS() to work around the zend_hash_del_key_or_index bug in PHP 4 versions less than 4.4.3 and PHP 5 versions less than 5.1.4 with register_globals set to “On.”
* Feeds now properly serve 304 Not Modified headers instead of mismatched 200/304 headers (a.k.a. the FeedBurner bug).
* Backport of another 304 Not Modified fix from WordPress 2.1
* Deleting WordPress Pages no longer gives an “Are You Sure?” prompt.
* After deleting a WordPress Page, you are now properly redirected to the Edit Pages screen.
* Sending an image at original size in Internet Explorer no longer adds an incorrect “height” attribute.