Title: Version 2.1
Published: May 19, 2019

---

# Version 2.1

## In this article

 * [Announcement](https://wordpress.org/documentation/wordpress-version/version-2-1/?output_format=md#announcement)
 * [New User Features](https://wordpress.org/documentation/wordpress-version/version-2-1/?output_format=md#new-user-features)
 * [Developer / Power User Stuff](https://wordpress.org/documentation/wordpress-version/version-2-1/?output_format=md#developer-power-user-stuff)

[ Back to top](https://wordpress.org/documentation/wordpress-version/version-2-1/?output_format=md#wp--skip-link--target)

## 󠀁[Announcement](https://wordpress.org/documentation/wordpress-version/version-2-1/?output_format=md#announcement)󠁿

On Monday, January 22, 2007, WordPress Version 2.1 “Ella” was released. The information
about this new significant release can be found at [WordPress v2.1 “Ella” Announcement](https://wordpress.org/development/2007/01/ella-21/)
and the [Changelog for 2.1](https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=2.1&order=priority).

For Version 2.1, the database version (**db_version** in **wp_option**) is 4772.

## 󠀁[New User Features](https://wordpress.org/documentation/wordpress-version/version-2-1/?output_format=md#new-user-features)󠁿

 * **Autosave** makes sure you never lose a post again.
 * Our new **tabbed editor** allows you to switch between WYSIWYG and code editing
   instantly while writing a post.
 * The **lossless XML import and export** makes it easy for you to move your content
   between WordPress blogs.
 * Our completely redone visual editor also now includes **spell checking**.
 * **New search engine privacy option** allows you to indicate that your blog shouldn’t
   ping or be indexed by search engines like Google.
 * You can set any “page” to be the front page of your site, and put the latest 
   posts somewhere else, making it much easier to use WordPress as a content management
   system.
 * Much more efficient database code, faster than previous versions. [Domas Mituzas](http://dammit.lt/)
   from MySQL went over all our queries with a fine-toothed comb.
 * Links in your blogroll now support sub-categories and you can add categories 
   on the fly.
 * Redesigned login screen from the Shuttle project.
 * More AJAX to make custom fields, moderation, deletions, and more all faster. 
   My favorite is the comments page, which now lets you approve or unapprove things
   instantly.
 * Pages can now be drafts, or private.
 * WordPress Administration Panels have been refreshed to load faster and be more
   visually consistent.
 * The dashboard now loads instantly and brings in RSS feeds asynchronously in the
   background.
 * Comment feeds now include all the comments, not just the last 10.
 * Better internationalization and support for right-to-left languages.
 * The **upload manager** lets you easily manage all your uploads pictures, video,
   and audio.
 * A [new version of the Akismet plugin](http://blog.akismet.com/2007/01/22/akismet-wordpress-plugin-20/)
   is bundled.

…and much, much more. There are little easter eggs hidden everywhere, so the best
way to find everything new is to [just try it out](https://wordpress.org/download/).

## 󠀁[Developer / Power User Stuff](https://wordpress.org/documentation/wordpress-version/version-2-1/?output_format=md#developer-power-user-stuff)󠁿

 * Psuedo-cron functionality lets you schedule events much like cron.
 * Users administration can now comfortably handle hundreds of thousands of users.
 * The new WP_Error class cleans up how we do error reporting and handling.
 * The javascript loader makes it easier for plugins to include rich functionality.
 * Tons of new hooks and APIs.
 * We’ve started to fill out our code inline documentation.
 * Image and thumbnail API allows for richer media plugins.
 * Custom header, color picker, and image cropping framework.

2.1 also [includes over 550 bug fixes](https://trac.wordpress.org/query?status=closed&milestone=2.1).

**The Future**

What’s really exciting for me is what’s coming in the future. First of all, the 
2.0 series was an unparalleled success, with over 1.8 million downloads.

More exciting for most of our users, though, is our new development cycle. Based
on everything we’ve learned in the past 3 years of doing WordPress, we’ve decided
to shift to a more frequent release schedule like Ubuntu, with major releases coming
several times a year. So, for the first time in WordPress’ history, I have an answer
to when the next version is coming out: April 23rd.

Even better, the development will be driven primarily by [the features you guys are voting for on the ideas board](https://wordpress.org/extend/ideas/).(
As an extra, the ideas board now has a new Hot-or-Not-like interface for rating 
a bunch of ideas at once, [so go get your vote on and have a say in WordPress 2.2](https://wordpress.org/extend/ideas/view.php?view=not_voted).)

First published

May 19, 2019

Last updated