Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbPress 0.75

Published on January 15th, 2007 by Michael Adams (mdawaffe)

Because of a PHP bug, we recently discovered that a small number of bbPress users are prone to a security vulnerability. Only users of certain versions of PHP and with certain server configurations are at risk, but encourage everyone to upgrade to the newly released bbPress 0.75 regardless. Get downloadin’! To see what’s new, check […]

bbPress Plugin Browser

Published on January 9th, 2007 by Michael Adams (mdawaffe)

After lots of hints and hushed voices, the bbPress plugin browser is here. We’re offereing this up as a centralized source of bbPress plugins. Hopefully, for all us users, that will mean one-stop shopping when looking for plugins. And for you developers, anyone can host their plugin there. We keep track of comments, ratings, and […]

bbPress options API

Published on January 6th, 2007 by Michael Adams (mdawaffe)

In the previous post, I alluded to a place to store options (basically, any arbitrary data) in the database. Plugin developers shouldn’t try to access that data directly; we’ve got an API for you. bb_get_option( $option_name ) This one function grabs data from all the different places bbPress uses to store such data: hardcoded data, […]

bbPress 0.74

Published on January 6th, 2007 by Michael Adams (mdawaffe)

After a month of waiting, bbPress 0.74 is finally available for download. Even if it did take a while, we’ve fixed a several important things. Aditya has a great overview of the changes, but here’s a few of the bigger ones. init hook has been changed to bb_init for better compatibility with WordPress. When users […]

Skip to toolbar