Wordpress have just released version 2.8.1 with handful of bugs fixed; Notable issues that are fixed in beta 1 include :
- Certain themes were calling get_categories() in such a way that it would fail in 2.8. 2.8.1 works around this so these themes won’t have to change.
- Dashboard memory usage is reduced. Some people were running out of memory when loading the dashboard, resulting in an incomplete page.
- The automatic upgrade no longer accidentally deletes files when cleaning up from a failed upgrade.
- A problem where the rich text editor wasn’t being loaded due to compression issues has been worked around.
- Extra security has been put in place to better protect you from plugins that do not do explicit permission checks.
You can automatically upgrade to 2.8.1 by changing in version.php
$wp_version = '2.8';
To be replaced with
$wp_version = '2.8.1-dev';
Wordpress 2.8 come already with lots of improvements in speed, widgets interface, new syntax editor for themes, new themes interface similar to plugins, in addition to the new Screen Options on every page. More information and download http://wordpress.org/.


Bloggers Magazine's RSS