Slashdot Mirror


WordPress 3.0 Released

An anonymous reader writes "WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download and comes with 1,217 bug fixes and feature enhancements. Major new features in this release include a new default theme called Twenty Ten. Theme developers have new APIs that allow them easily to implement custom backgrounds, headers, shortlinks, menus (no more file editing), post types, and taxonomies."

4 of 79 comments (clear)

  1. Thanks Wordpress by elrous0 · · Score: 5, Funny

    Well, anything that helps create more blogs is a good thing. There are still literally dozens of housewives out there *NOT* letting us know that Jeremy pooped in his potty for the first time today.

    --
    SJW: Someone who has run out of real oppression, and has to fake it.
    1. Re:Thanks Wordpress by Abcd1234 · · Score: 5, Informative

      No kidding! All blogs are worthless. AMIRITE??

  2. 3.0, the XIIIth by Junior+J.+Junior+III · · Score: 5, Insightful

    "WordPress 3.0, the thirteenth major release "

    If only there were some way of counting major releases, such that one could tell how many there were, and by extension, know how many versions had been released prior...

    --
    You see? You see? Your stupid minds! Stupid! Stupid!
  3. Re:The upgrade process was painless by lenova · · Score: 5, Informative

    Supposedly, if you have the permissions set correctly on the WordPress files (no, I can't figure it out either, although it did happen once by magic when I used an automated installer), the autoupdater doesn't even need this.

    If you have access to your wp-config.php file, you can enable the autoupdater without FTP by adding this line:

    define('FS_METHOD','direct');

    WordPress will now update directly without requiring FTP access.

    (Source: Random Tech Solutions)