Archive for the ‘WordPress’ Category
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.
- Full and complete Atom 1.0 support, including the publishing protocol.
- We’re using the new jQuery which is “800% faster”.
- 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.
- The importers have been revamped to be more memory efficient, and you can now add an importer through a plugin.
- 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.
- The new
$wpdb->prepare() way of doing SQL queries.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
Tags: Install, Latest, New, Software, Update, Upgrade, WordPress, WordPress 2.3
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.
Tags: Latest, Security, Software, Update, Upgrade, WordPress, WordPress 2.0.10, WordPress 2.1.3
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.
Tags: Latest, Security, Software, Update, Upgrade, WordPress, WordPress 2.0.10, WordPress 2.1.3
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!
Tags: Bug, Fix, Security, Software, Update, Upgrade, WordPress, WordPress MU, WordPress Multi User
Posted on March 2007 at about 7:17 pm by hwa
It had been quite some time i didn’t write anything since the last WordPress update, which is WordPress 2.1.2, but today when i was trying to delete the spam comment, i found a bug that already been in WordPress for like don’t know since which version already.
Basically the bug will just interrupt you and say “You don’t have permission to do that.” when you are trying to delete a comment or adding/removing a category, then of course you can’t delete the comment and do anything with category.
However i can still delete the comment in mass edit mode without any problem, i’m guessing that this must have some issues with AJAX or something, because when in mass edit mode it doesn’t deal with AJAX and everything is working fine.
There already been quite many report regarding this matter, and i hope that the WordPress team will solve this problem as soon as possible.
Tags: AJAX, Bug, Javascript, Permission, Update, WordPress