WordPress 3.1.4 & 3.2 RC3

WordPress 3.1.4 & 3.2 RC3 has been released.

WordPress 3.1.4

WordPress 3.1.4 is available now and is a maintenance and security update for all previous versions.

This release fixes an issue that could allow a malicious Editor-level user to gain further access to the site. Thanks K. Gudinavicius of SEC Consult for bringing this to our attention. Version 3.1.4 also incorporates several other security fixes and hardening measures thanks to the work of WordPress developers Alexander Concha and Jon Cave of our security team. Consult the change log for more details.

Changelog: WordPress 3.1.4
Download: WordPress 3.1.4
Download: Modified files since WordPress 3.1.3

WordPress 3.2 RC3

This release was about all that stood in the way of a final release of WordPress 3.2. So we’re also announcing the third release candidate for 3.2, which contains all of the fixes in 3.1.4; few minor RTL, JavaScript, and user interface fixes; and ensures graceful failures if 3.2 is run on PHP4. As a reminder, we’ve bumped our minimum requirements for version 3.2 to PHP 5.2.4 and MySQL 5.0.

Download: WordPress 3.2 RC3

1 Star2 Stars3 Stars4 Stars5 Stars (107 votes, average: 3.74 out of 5)

Speaking At Singapore PHP User Group Meetup (Dec 2007)

I will be speaking at Singapore PHP User Group Meetup (Dec 2007) on Wednesday, 12th December 2007 at Singapore Management University (SMU). The meetup will be from 7:30pm – 10:30pm.

My schedule as follows:

2) Technology: WordPress Plugin Development with PHP

Presenter: Lester Chan, WordPress Plugin Developer Extraordinaire

I am so nervous as it is my first time speaking publicly!

1 Star2 Stars3 Stars4 Stars5 Stars (87 votes, average: 3.74 out of 5)

WordPress 2.9

WordPress 2.9 has been release.

Here are some of the highlights:

  1. Global undo/”trash” feature, which means that if you accidentally delete a post or comment you can bring it back from the grave (i.e., the Trash). This also eliminates those annoying “are you sure” messages we used to have on every delete.
  2. Built-in image editor allows you to crop, edit, rotate, flip, and scale your images to show them who’s boss. This is the first wave of our many planned media-handling improvements.
  3. Batch plugin update and compatibility checking, which means you can update 10 plugins at once, versus having to do multiple clicks for each one, and we’re using the new compatibility data from the plugins directory to give you a better idea of whether your plugins are compatible with new releases of WordPress. This should take the fear and hassle out of upgrading.
  4. Easier video embeds that allow you to just paste a URL on its own line and have it magically turn it into the proper embed code, with Oembed support for YouTube, Daily Motion, Blip.tv, Flickr, Hulu, Viddler, Qik, Revision3, Scribd, Google Video, Photobucket, PollDaddy, and WordPress.tv (and more in the next release).
  5. We now have rel=canonical support for better SEO.
  6. There is automatic database optimization support, which you can enable in your wp-config.php file by adding define('WP_ALLOW_REPAIR', true);.
  7. Themes can register “post thumbnails” which allow them to attach an image to the post, especially useful for magazine-style themes.
  8. A new commentmeta table that allows arbitrary key/value pairs to be attached to comments, just like posts, so you can now expand greatly what you can do in the comment framework.
  9. Custom post types have been upgraded with better API support so you can juggle more types than just post, page, and attachment. (More of this planned for 3.0.)
  10. You can set custom theme directories, so a plugin can register a theme to be bundled with it or you can have multiple shared theme directories on your server.
  11. We’ve upgraded TinyMCE WYSIWYG editing and Simplepie.
  12. Sidebars can now have descriptions so it’s more obvious what and where they do what they do.
  13. Specify category templates not just by ID, like before, but by slug, which will make it easier for theme developers to do custom things with categories — like post types!
  14. Registration and profiles are now extensible to allow you to collect things more easily, like a user’s Twitter account or any other fields you can imagine.
  15. The XML-RPC API has been extended to allow changing the user registration option. We fixed some Atom API attachment issues.
  16. Create custom galleries with the new include and exclude attributes that allow you to pull attachments from any post, not just the current one.
  17. When you’re editing files in the theme and plugin editors it remembers your location and takes you back to that line after you save. (Thank goodness!!!)
  18. The Press This bookmarklet has been improved and is faster than ever; give it a try for on-the-fly blogging from wherever you are on the internet.
  19. Custom taxonomies are now included in the WXR export file and imported correctly.
  20. Better hooks and filters for excerpts, smilies, HTTP requests, user profiles, author links, taxonomies, SSL support, tag clouds, query_posts and WP_Query

Download: WordPress 2.9 (2.2MB)
Changelog: WordPress 2.9

1 Star2 Stars3 Stars4 Stars5 Stars (254 votes, average: 3.73 out of 5)

Remote File

I have added a feature to WP-DownloadManager that will allow you to add a remote file to the downloads. This remote file will looks as if it resides on your own server and the process is totally transparent to the user. The only downside is at times it is unable to get the file size and hence it will display as unknown.

I have added WP-PostRatings 1.20 Beta 1 as an example of remote file. Remember that the file does not reside in this sever but it is pointing to a remote file url which is http://downloads.wordpress.org/plugin/wp-postratings.zip

1 Star2 Stars3 Stars4 Stars5 Stars (80 votes, average: 3.73 out of 5)