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.

11 Responses to “WordPress 2.5 Released for Free Download”

  1. wmafendi.com » Blog Archive » Make WordPress Blog More Secure Using Secret Key
    May 22nd, 2008 17:07
    11

    [...] 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 [...]

  2. Make WordPress Blog More Secure Using Secret Key » Tip and Trick
    May 19th, 2008 01:29
    10

    [...] 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 [...]

  3. Notification Emails Not Send After Comment Approval in WordPress 2.5 and 2.5.1 » Tip and Trick
    May 5th, 2008 19:45
    9

    [...] WordPress 2.5 and WordPress 2.5.1, when the option is set to email post author whenever a comment is posted [...]

  4. Media Buttons Disabler Plugin to Remove “Add Media” Icons in WordPress 2.5 » Tip and Trick
    April 28th, 2008 00:02
    8

    [...] 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 [...]

  5. WordPress 2.5 Relaese for Free Download (Excerpt) » My Digital Life
    April 6th, 2008 13:26
    7

    [...] reading WordPress 2.5 Relaese for Free Download at Tip and [...]

  6. Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin » Tip and Trick
    April 3rd, 2008 11:17
    6

    [...] 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. [...]

  7. Fix WordPress 2.5 Image or Media Flash Uploader Not Working Issue in IE7 » Tip and Trick
    April 3rd, 2008 11:15
    5

    [...] 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. [...]

  8. Workaround to Override WordPress Shortcode and Display the [] Brackets Tags » Tip and Trick
    April 3rd, 2008 01:10
    4

    [...] 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 [...]

  9. WordPress 2.3 Final Free Download » My Digital Life
    March 30th, 2008 13:55
    3

    [...] Update: Download WordPress 2.3.1 or WordPress 2.5 RC2 WordPress 2.5 final. [...]

  10. Latest Version of WordPress 2.3.1 Released » My Digital Life
    March 30th, 2008 13:53
    2

    [...] WordPress 2.5 RC2 WordPress 2.5 has been released, future update will be updated from the [...]

  11. WordPress 2.5 RC2 Released for Download » Tip and Trick
    March 30th, 2008 13:46
    1

    [...] those who interested, download and install Release Candidate 2 of WordPress 2.5 (WordPress 2.5 final has been [...]

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. To receive notification of latest comments posted, subscribe to My Digital Life Comments RSS feed or register to receive new comments in daily email digest.

New Articles

Incoming Search Terms for the Article

wordpress 2.5 download - free download wordpress - download wordpress 2.5 - writeroom crack - wordpress free download - writeroom 2.3.7 crack - wordpress - download wordpress free - wordpress-2.5.zip - wordpress download free - wordpress download 2.5 - writeroom 2.3.7 serial - wordpress 2.5 zip - word press 2.5 download - writeroom 2.3.7 rapidshare - WordPress version 2.5 download - download wordpress version 2.5 - wordpress 2.5 rapidshare - download wordpress 2.5.1 - free download software WordPress - wordpress 2.5download - wordpress 2.5.zip - demonoidinvitationcode.wordpress.com - FREE WORDPRESS DOWNLOAD - writeroom 2.3.7 key - rapidshare wordpress - writeroom crack 2.3.7 - Free download WordPress 2.5.1 - Wordpress 2.5.1 rapidshare - "free download wordpress" - free download wordpress 2.3.1 - DOWNLOAD WORDPRESS RAPIDSHARE - wordpress upload progress bar - Dorean DOWNLOAD - wordpress 2.5 free download - "wordpress 2.5" download - cracking writeroom - Δωρεαν Mp3 - free download wordpress 2.5 - wordpress gallery rapidshare - WORD PRESS CRACK DOWNLOAD - wordpress add media stops working - wordpress uploader freezes on crunching - download button under mp3 wordpress - download wordpress 2.5 rapidshare - download free wordpress to sell mp3 on website - wordpress video hangs on crunching - upload audio wordpress crunching - free download wordpress terbaru - download wordpress video -