It has been a busy week again for WordPress 2.4 2.5, the changes this week were:
- Separation of cookie generation from cookie setting by introduce
wp_generate_auth_cookie()
(#5367). - Changes to allow filtering the view of available themes based on theme tags (#5545).
- Improvements in the WXR importer to defer post comment counting during importing (#5557).
- Allow translation of calendar caption (#5562).
- Introduction of a new xmlrpc method
wp.getCommentCount()
(#5463). - New API for setting a posts “type” (#4844).
- Addition of a separator location argument to
wp_title()
to allow for changing the ordering of the output – effectively integrating the popular Optimal Title plugin (#4407). - Removal of the file based persistence of the WordPress object cache (#5570).
- Introduction of auto-suggest for tag entering ([6542]).
- phpdoc for
cache.php
,comment.php
,l10n.php
andregistration.php
(#5511, #5578, #5590 and #4383,). - File level phpdoc for a whole raft of files (#5572).
- Work on transitioning the admin autosave javascript over to using jQuery (#3842).
- Improvements to the javascript that enabled switching between Visual and Code editors so as to not mangle table markup (#5577).
- A new interface for selecting which widgets you want on which sidebar (#5583).
- Changes to the dual visual/code editors to remember which one you used last (#3978).
As you will have probably read elsewhere the next major WordPress version will v2.5 as is to be released in March.
For even more information on some of the other little changes that went in this week you can read the whole weekly trac timeline.