Confirmed WordPress 2.7 Features

Ryan Boren has posted a list of confirmed features that will appear in WordPress 2.7. Some of this features are still under development and they should be done soon.

  • New admin UI based on the crazyhorse experimental UI branch with new menus and navigation
  • New edit post page that allows dragging and dropping of meta boxes. Boxes can be expanded and collapsed as before and now also completely hidden.
  • Ability to hide columns on the content index pages
  • Inline editing of posts and pages on the content index pages
  • Comments XMLRPC API (Who wants comment moderation on the iPhone? Me.)
  • Reply to comments from the admin
  • Keyboard hot keys for managing comments
  • Threaded Comments and new wp_list_comments() API
  • Sticky Posts
  • Automatic plugin install and integrated plugin browser
  • Automatic upgrade of WordPress
  • HTTPOnly auth cookies
  • New HTTP request API
  • A new SSH2 filesystem abstraction for updates and installs over sftp

Theme update, install, and browsing may also get done in time for 2.7.

1 Star2 Stars3 Stars4 Stars5 Stars (145 votes, average: 3.81 out of 5)

WordPress 3.0.4

WordPress 3.0.4 has been released and it a critical update as it fixes an XSS vulnerability.

It is a very important update to apply to your sites as soon as possible because it fixes a core security bug in our HTML sanitation library, called KSES. I would rate this release as critical.
I realize an update during the holidays is no fun, but this one is worth putting down the eggnog for. In the spirit of the holidays, consider helping your friends as well.

If you are a security researcher, we’d appreciate you taking a look over this changeset as well to review our update. We’ve given it a lot of thought and review but since this is so core we want as many brains on it as possible. Thanks to Mauro Gentile and Jon Cave (duck_) who discovered and alerted us to these XSS vulnerabilities first.

Changelog: WordPress 3.0.4
Download: WordPress 3.0.4
Download: Modified files since WordPress 3.0.3

1 Star2 Stars3 Stars4 Stars5 Stars (139 votes, average: 3.81 out of 5)

WP-Email And WP-Print With WordPress 2.5

For some reasons, the core permalink structure of WordPress 2.5 has been changed just before it is being released (the problem is not there with WordPress 2.5 RC1).

If you get a 404 on WP-Email and WP-Print posts/pages, you need to get the latest development version of the respective plugins. Refer to the post above this.

I also wished I have more time to spend updating my plugins, but as my school is nearing the semester end, all my projects deadline are also coming and so are the end of semester exams. I can’t fork out any valuable time to update all my plugins for WP 2.5 and hence, 1st June 2008 should be the day I will roll out the updates to my plugins as my last paper is on 6th May 2008.

But in the mean time, I will try my best to address all issues related with my plugins and WordPress 2.5.

1 Star2 Stars3 Stars4 Stars5 Stars (59 votes, average: 3.81 out of 5)

WordPress 3.9 RC1

Alongside WordPress 3.8.2, WordPress 3.9 RC1 has also shipped. The final version of WordPress 3.9 is targeted to be released next Wednesday, 16th April 2014.

If you’re a plugin author, there are two important changes in particular to be aware of:

  • TinyMCE received a major update, to version 4.0. Any editor plugins written for TinyMCE 3.x might require some updates. (If things broke, we’d like to hear about them so we can make adjustments.) For more, see TinyMCE’s migration guide and API documentation, and the notes on the core development blog.
  • WordPress 3.9 now uses the MySQLi Improved extension for sites running PHP 5.5. Any plugins that made direct calls to mysql_* functions will experience some problems on these sites. For more information, see the notes on the core development blog.

Download: WordPress 3.9 RC1

1 Star2 Stars3 Stars4 Stars5 Stars (37 votes, average: 3.81 out of 5)