
Platinum SEO 1.3.2. What's new?
Platinum SEO WordPress plugin version 1.3.2 was published at 13 February, 2010. It is a good news. It has a full enough set of options. It works good and don’t bother me with bugs. It don’t ask donations insistently as some
others plugins can do. I like this plugin. And I was glad to get something new from its author.
ChangeLog note at
WordPress.org says about some compatibility with WordPress 2.9.1 fix. What was incompatible with WordPress 2.9.1? What was changed in this plugin version really? Do you need to make upgrade for this version? Interested? Proceed reading.

User roles WordPress MU
From the post
How to change WordPress User Role capabilities we know already how to make it for the ordinal not multi-user (MU) WordPress. It this post I will show you how to change the user role capabilities for the WordPress MU platform.
As you know WPMU lets to have multiple blogs under single WordPress installation. Blog list is stored in the
wp_blogs database table. We will use blog ID attribute (blog_id field value) from this table. WPMU stores every blog data in the separate database tables set. Every blog data set differs with its blog ID in the name of the database tables, e.g. blog with ID=1 has
wp_1_options table, blog with ID=2 has
wp_2_options table, etc. So, to get the blog id=1 user roles capabilities from the database we can use this SQL query

WordPress 2.9.1 release
From January, 4th, 2010 WordPress 2.9.1 is available for
download. The most of issues updated in this WordPress version are shown already in the
“WordPress 2.9.1. incoming” article. You can find the full list of files updated in the 2.9.1 version comparing to version 2.9 in this article.
You need to update your current WordPress installation to the latest one
as soon as possible. Make it the solid rool for any new WordPress release. No matter if you did not see any bugs which this update fixes. It is for security reason primarily.

WordPress 2.9.1
December 23, 2009 WordPress Development team announced the WordPress 2.9.1 Beta release. You can see the original post at
WordPress Development Blog.
First, critical bugs were fixed in order to process scheduled posts and pingbacks correctly. Some other lesser critical updates were made too. Full list of updated/fixed issues, original discussion between WP developers together with code changes can be found at
WordPress Bug Tracker. WordPress 2.9.1 Beta 1 package can be downloaded for the evaluation
here.
Looking for general review of updates which were made in WordPress 2.9.1? Continue reading.

WordPress 2.9 release
WordPress team announced availability of WordPress version 2.9 “Carmen”. You are welcome, forthcoming fresh and new WordPress version 2.9!
We are familiar with some exciting new features of WordPress 2.9 already. We investigated it with the help of WordPress 2.9 beta version. For more details you can look this post
WordPress 2.9 new features. Comprehensive list of new or enhanced features is published at
“WordPress 2.9, oh so fine” post, including the mention of exciting new
“Easier video embeds” feature.
In order to use WordPress version 2.9 “Carmen” you need download it from this
download link first.

Content Filter
There are next filter hooks available for the Thank You Counter Button (TYCB) WordPress plugin:
- Side bar Thanks Stat widget has filter hook
'thanks_stat_sidebar' for its content.
- Admin dashboard ‘Latest Thanks’ widget has filter hook
'thanks_stat_dashboard' for its content.
- Admin dashboard ‘Latest Thanks’ widget has filter hook
'thanks_stat_dashboard_row' which allows to change content of every row at this widget;
- Thank You button has filter hook
'thanks_thankyou_button' for its html code now.
- Sidebar ‘Latest Thanks’ widget has filter hook
'thanks_stat_sidebar_item' which allows to change content of every widget row;
- Sidebar ‘Latest Thanks’ widget has filter hook
'thanks_stat_sidebar_total_quant' which allows to change content of total quant counter placed at the sidebar widget;