Posts Tagged ‘Upgrade’

WordPress 2.3

Posted on September 2007 at about 1:59 PM by hwa

The latest WordPress, WordPress 2.3 named “Dexter” is now out for grab, and below are the main juice of WordPress 2.3 taken from WordPress blog.

  1. Full and complete Atom 1.0 support, including the publishing protocol.
  2. We’re using the new jQuery which is “800% faster”.
  3. Behind the user-facing tags system is a really kickass taxonomy system, which adds a ton of flexibility. It’s probably the biggest schema upgrade since version 1.5.
  4. The importers have been revamped to be more memory efficient, and you can now add an importer through a plugin.
  5. Through hooks and filters you can now override the update system, the dashboard RSS feeds, the feed parser, and tons more than you could in 2.2.
  6. The new $wpdb->prepare() way of doing SQL queries.
  7. Finally there were over 351 tickets in Trac closed for this release, with over a hundred people contributing. This is the polish, the hundreds of tiny bug fixes and features that make WordPress what it is.


And here are some of the new features offered from WordPress 2.3.

  1. Native tagging support allows you to use tags in addition to categories on your posts, if you so choose. We’ve included importers for the Ultimate Tag Warrior, Jerome’s Keywords, Simple Tags, and Bunny’s Technorati Tag plugins so if you’ve already been using a tagging plugin you can bring your data into the new system. The tagging system is also wicked-fast, so your host won’t mind.
  2. Our new update notification lets you know when there is a new release of WordPress or when any of the plugins you use has an update available. It works by sending your blog URL, plugins, and version information to our new api.wordpress.org service which then compares it to the plugin database and tells you whats the latest and greatest you can use.
  3. We’ve cleaned up URLs a bunch in a feature we call canonical URLs which does things like enforce your no-www preference, redirect posts with changed slugs so a link never goes bad, redirect URLs that get cut off in emails on similar to the correct post, and much more. This helps your users, and it also helps your search engine optimization, as search engines like for each page to be available in one canonical location. More info here.
  4. Our new pending review feature will be great for multi-author blogs. It allows authors to submit a post for review by an editor or administrator, where before they would just have to save a draft and hope someone noticed it.
  5. There is new advanced WYSIWYG functionality (we call it the kitchen sink button) that allows you to access some features of TinyMCE that were previously hidden.

You might want to pay a visit to WordPress codex for more details and instructions on how to upgrade or install WordPress 2.3.

WordPress 2.2.2

Posted on August 2007 at about 10:30 PM by hwa

Just upgraded my WordPress to version 2.2.2! Very nice figure. 🙂

Anyway! Please go to WordPress download section to download the latest version, for the instruction on how to upgrade your WordPress, you can go here, or you here for fresh installation instruction.

WordPress 2.1.3 And 2.0.10

Posted on April 2007 at about 10:06 PM by hwa

WordPress had released their latest branch of WordPress 2.1 and WordPress 2.0, this release is a security update and also fixed several issues, including the XSS issues, one major XML-RPC issue.

Head over to their download page to download the latest version of WordPress, and if you are upgrade from previous version, here are the upgrade instructions. 🙂

WordPress MU 1.2

Posted on March 2007 at about 5:17 AM by hwa

WordPress MU 1.2 just released not long ago, according to Donncha, most of the changes are bug fixes, but there are some security fix as well, so it’s advised that all the WordPress MU user upgrade to the latest version! And if you encounter any problems, please go to WordPress MU forum.

Apparently there are some problems with the theme in WordPress MU 1.2, but worry not! Because version 1.2.1 is here!! 😆 So if you upgrade from 1.2, all you have to do is just change the following files:

  • wp-admin/themes.php
  • htaccess.dist
  • wp-includes/version.php
  • wp-admin/admin-db.php
  • wp-admin/themes.php
  • wp-admin/wpmu-themes.php

Oh and don’t forget to go "Site Admin > Themes" and click save to update the theme list! 😉

WordPress Plugin Directory

Posted on March 2007 at about 12:53 AM by hwa

It’s true that the greatest success for WordPress is the plugin development, in fact i think that it’s the plugin which make WordPress become so success, thanks to those plugin developers for their hardwork.

However, one bad thing about WordPress plugin is that until now there are still no place to collect all the WordPress plugin, or a database to put all the plugins so WordPress user will easily find the plugin they want, although there is wp-plugins.org but the lack of user interface and not up to date plugins make people would rather search plugins by them self.

Many works had already done to promote WordPress plugins though, such as daily plugin update by Weblog Tools Collection and A Month of WordPress Plugins by Lorelle where he spend the whole month talking and reviewing about WordPress plugins. These works will more or less promote WordPress plugins until a certain level but still we need a place that’s more particular and more general.

But fear not! Today WordPress.org had upgraded their extend section and now it act like a plugin directory for WordPress, now you can find the latest and most popular WordPress plugin there!!

So if you are WordPress plugin developer, please add your plugin there, hopefully this will bring up all the WordPress plugins.

WordPress 2.1.2 Emergency Security Upgrade

Posted on March 2007 at about 4:05 PM by hwa

WordPress.org had released their WordPress 2.1.2 today, but sadly it’s is not a feature upgrade, instead it’s an emergency security upgrade due to believe that a hacker had changed one of the WordPress 2.1.1 file in one of the WordPress server, here is what Matt said:

It was determined that a cracker had gained user-level access to one of the servers that powers wordpress.org, and had used that access to modify the download file. We have locked down that server for further forensics, but at this time it appears that the 2.1.1 download was the only thing touched by the attack. They modified two files in WP to include code that would allow for remote PHP execution.

This is something very serious and the thing that u think will ever happen in your nightmare, but now it happened, so if your are using WordPress 2.1.1, Please upgrade immediately!!

bbPress 0.8 Desmond

Posted on February 2007 at about 4:43 PM by hwa

This is actually quite an old news already, the bbPress 0.8 Desmond was already released on 8th February.

Here are some of the feature this version had improved, quoted from bbPress blog:

  • Forum deletion
  • Multibyte tags
  • Custom locations for themes, plugins and config.php
  • Multiple theme support

And these are the new features that’s added in this version, also quoted from bbPress blog: 🙂

  • Better timezone support, You’re no longer restricted to showing all your times in the timezone of your server (what an odd requirement that was)
  • Whitespace preservation of ‘backticked’ blocks.

There’s a special instruction for those who want to upgrade to this version, because this version support multiple theme and you have to put each of the theme files into sub directory of my-templates, just put your current theme into any folder and upload this folder to my-templates, then activate the theme in your bbPress’ Presentation Admin panel.