Categories
Kaizen WordPress

Security Update for WordPress one dot five dot one dot one

WordPress › Development Blog › Security Update : …It has come to our attention that under certain circumstances there is a security vulnerability in WordPress that may be triggered if you’re running the default template. We were able to respond very quickly (under 40 minutes) and update the download to 1.5.1.2…

Done. But not sure if i did the right thing…

Why does the second line not state “goto line 103” and states “goto around line 103” ? Maybe modifications are expected ! ?

Anyway, it would be better to state what the code should look like after the change !

103: function get_the_category_by_ID($cat_ID) {
104:     $cat_ID = (int) $cat_ID; <<< NEW
105:     $category = &get_category($cat_ID);
106:     return $category->cat_name;
107: }
Categories
WordPress

Upgraded to WordPress one dot five dot one dot one

WordPress › Development Blog › WordPress 1.5.1 (Updated) : …In our effort to optimize we made two mistakes in 1.5.1, one related to feeds and one related to trackbacks and pingbacks. We’ve updated the download with 1.5.1.1 which corrects these bugs and a few others…

Thanks and Done

Categories
Software WordPress

Upgraded to WordPress One dot Five dot One

WordPress 1.5.1 : …this release has a ton of bug fixes, enhancements, and an important security fix. (Thanks again to Thomas Waldegger.)…

( via Photo Matt » New WordPress )

Is the security bug Multiple XSS Vulnerabilities in WordPress 1.2.1 ?

Categories
WordPress

Announcing WordPress 1.5

WordPress › Development Blog › Announcing WordPress 1.5 : …This release is named “Strayhorn” in honor of Billy Strayhorn the pianist and sublime composer…

Upgraded

Categories
WordPress

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!