bbPress BlogJust another WordPress weblogbbPress 0.9 notes for plugin developers- March 6, 2008 There are a few changes in 0.9 which plugin developers need to be aware of. So here are some notes to help you get your plugins running under the new release. Detecting version 0.9 First of all if you want to detect whether someone is running version 0.9 or higher you can use this code: if (version_compare(bb_get_option('version'), '0.9-z', ...http://bbpress.org/blog/2008/03/bbpress-09-notes-for-plugin-developers/ |