It has been a busy week again for WordPress 2.5, the changes this week were:
- Introduction of the beginnings of a plugin update system (#5586).
- Changes to allow uploads to be stored outside of the WP path and have custom URLs ([6780]).
- A fix for the human readable time offset for future posts (#5817).
- Change to using the full slug rather than the abbreviated one when editing (#5816).
- Reduction of the number of SQL queries made by
wp_count_posts()
(#5820). - Changes to make a nonce mismatch fail instead of showing an “Are you sure?” message (#5838).
- Improved metadata for atom comment search feeds (#5493).
- Allow
is_single()
,is_category()
, andis_tag()
to accept arrays of items to test (#5593). - Addition of random order option to
wp_tag_cloud()
(#5726). - Fixes to the markup generated by the Walker class so that it matches 2.3 (#5844).
- Addition of bulk delete to the links manager ([6842]).
- Improvements to the performance of
generic_ping()
(#5855). - Changes to make sure private posts stay private when they are published ( #5881, #4206).
- Introduction of more specific moderation emails for {ping|track}backs. (#4986).
On top of all of this there has been a lot of work this week on finishing off the new admin design.
For even more information on some of the other little changes that went in this week you can read the whole weekly trac timeline, look at a complete changelog for trunk or view a diffstat of the changes.