WordPress 2.5 Released for Free Download
The latest version of WordPress 2.5 has been officially released for free download, after 2 release candidates and several delays in schedule. However, the wait is worth waiting for, as WordPress 2.5 features lots of improvements and enhancements such as multi-file uploading, one-click plugin upgrades, built-in galleries, customizable dashboard, salted passwords and cookie encryption, media library, a WYSIWYG that doesn’t mess with your code, concurrent post editing protection, full-screen writing, and search that covers posts and pages.
Matt published on WordPress blog the details of the changes:
User Features
- Cleaner, faster, less cluttered dashboard.
- Dashboard Widgets: the dashboard home page is now a serious of widgets, including ones to show you fun stats about your posting, latest comments, people linking to you, new and popular plugins, and of course WordPress news. You can customize any of the dashboard widgets to show, for example, news from your local paper instead of WP news. Plugins can also hook in, for example the WordPress.com stats widget adds a handy double-wide stats box.
- Multi-file upload with progress bar.
- EXIF extraction: if you upload JPEG files with EXIF metadata like camera make and model, aperture, shutter speed, ISO, et al. WordPress will extract all the data into custom fields you can use in your template. If you use the EXIF title fields or similar those will be put into their equivalent fields in WP.
- Search posts and pages together.
- Tag management: you can now add, rename, delete, and do whatever else you like to tags from inside WordPress, no plugins needed.
- Password strength meter.
- Concurrent editing protection: for those of you on multi-author blogs, if you open a post that someone else is editing, WordPress magically locks it and prevents you from saving until the other person is done.
- Few-click plugin upgrades: if the plugins you use are part of the plugin directory, WordPress will be able to download and install the upgrade for you. This is dependent a little bit on your host setup, and it may ask you for your FTP password much like OS X or Windows will ask you for a password.
- Friendlier visual post editor: version 3.0 of TinyMCE, which means better compatibility with Safari, and we’ve paid particular attention this release to its integration and interaction with complex HTML. It also now has a “no-distractions” mode which is like Writeroom for your browser.
- Built-in galleries: when you take advantage of multi-file upload to upload a bunch of photos, there are new shortcode that lets you to easily embed galleries by just putting [gallery] in your post. It’ll display all your thumbnails and captions and each will link each to a page where people can comment on the individual photos.
Developer Features
- Salted passwords: uses the phpass library to stretch and salt all passwords stored in the database, which makes brute-forcing them impractical. If you use something like mod_auth_mysql, there is a plugin that will allow you to use legacy MD5 hashing. (The hashing is completely pluggable.) Users will automatically switch to the more secure passwords next time they log in.
- Secure cookies.
- Easy taxonomy and URL creation.
- Inline documentation that explains the functions and documents their arguments.
- Database optimization.
- $wpdb->prepare() — now almost all of the SQL in WordPress is prepared first, and the same functions are available to your plugins. This should prevent elementary SQL escaping issues.
- Media buttons: the add media buttons above the post are both expandable, so you could have an “Add Google Map” button if you like, They can be overridden, so if you think you can do the video or audio tab better than we have you can replace the default.
- Shortcode API: the new gallery functionality is powered by the new shortcode API. Shortcodes are little bracket-delineated strings that can be magically expanded at runtime to something more interesting. They give users a short, easy to type and copy/paste string they can move around their post without worrying about messing up complex HTML or embed codes.
Download WordPress 2.5 (wordpress-2.5.zip or wordpress-2.5.tar.gz)
If you’re upgrading from previous older version of WordPress, remember to read WordPress upgrade instructions, and verify the plugins compatibility to avoid any unforeseen problems.
Side note, WordPress.org website has been revamped with new design.

New WordPress.org Design

Previous Old WordPress.org Design Look
Update: WordPress 2.5.1 is released.
Related Articles
- WordPress 2.5 RC2 Released for Download
- WordPress 2.5.1 Released for Download
- Media Buttons Disabler Plugin to Remove “Add Media” Icons in WordPress 2.5
- PHP Fatal Error on Call to Add_Query_Var in Taxonomy.php After Upgrading to WordPress 2.5 RC2
- Workaround to Override WordPress Shortcode and Display the [] Brackets Tags
- Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin
- Fix WordPress 2.5 Image or Media Flash Uploader Not Working Issue in IE7
- How to Fetch and Show RSS Feeds on WordPress Blog (Atom/RSS Aggregator Plugins)
- Call To Undefined Function: ctype_digit() in WordPress 2.5
- Call to Undefined Function: wp_constrain_dimensions() When Uploading Images or image_downsize() in Gallery/Media Library in WordPress 2.5










































May 22nd, 2008 17:07
[...] WordPress Blog More Secure Using Secret Key A new security feature has been added since WordPress 2.5 and all future versions (including WordPress 2.5.1 that just been released). The Secret Key is [...]
May 19th, 2008 01:29
[...] new security feature has been added since WordPress 2.5 and all future versions (including WordPress 2.5.1 that just been released). The Secret Key is [...]
May 5th, 2008 19:45
[...] WordPress 2.5 and Wordpress 2.5.1, when the option is set to email post author whenever a comment is posted [...]
April 28th, 2008 00:02
[...] Buttons, the “Add Media” buttons is a new addition in WordPress 2.5 which replaces the static “Upload” box below the post editing field. When click on one [...]
April 6th, 2008 13:26
[...] reading WordPress 2.5 Relaese for Free Download at Tip and [...]
April 3rd, 2008 11:17
[...] WordPress 2.5 features a new media (including image, video and file) uploader that built on Adobe Flash technology which supports multiple files uploading to the gallery at one time and upload progress indicator bar. Unfortunately, the media uploader has numerous bugs and problems, which basically make the Flash uploader not working, or not successfully uploading the files. There are a few symptoms for the broken Flash uploader error. For example, blogger can adds the files to upload, but nothing happen or progress to upload the selected files. Sometimes the upload process manages to get to “Crunching” but stop working after, or comes out with HTTP error, or even worse, freeze and crash the browser to not responding. Other reported problems including the the add media buttons disappearing or not showing up. [...]
April 3rd, 2008 11:15
[...] WordPress 2.5 uses a new Adobe Flash based Image and Media Uploader which supports ability to upload multiple files at one go with upload progress bar. However, a lot of bloggers and users encounter problems when using this new “Add Media” wizard dialog. In Internet Explorer 7 (IE7), when opening the “Add Media” Uploader dialog, the uploader using Flash technology was absent or not showing, and instead be replaced with the standard “Browse File” input box with script errors, as described in WordPress Trac. [...]
April 3rd, 2008 01:10
[...] and programmers to write plugins that create macro codes for use in post content beginning from WordPress version 2.5. Essentially shortcode is an easy-to-use feature where bloggers just need to insert a [...]
March 30th, 2008 13:55
[...] Update: Download WordPress 2.3.1 or WordPress 2.5 RC2 WordPress 2.5 final. [...]
March 30th, 2008 13:53
[...] WordPress 2.5 RC2 WordPress 2.5 has been released, future update will be updated from the [...]
March 30th, 2008 13:46
[...] those who interested, download and install Release Candidate 2 of WordPress 2.5 (WordPress 2.5 final has been [...]