Here are some of the enhancements made to the system since 0.73
http://www.adityanaik.com/blog/bbpress-release-notes-074/
bbPress support forums » Requests and Feedback
Release notes for bbPress 0.74
(13 posts)-
Posted 1 year ago #
-
Will our existing themes be compatible or willl we need to make changes btw?
Posted 1 year ago # -
Thanks so much for that.
Posted 1 year ago # -
the existing themes will be compatible.
for plugins: there is one change to the hook 'init'. if the plugin used 'init' hook that will have to be changes to use the 'bb_init' hook
Posted 1 year ago # -
Users being ACTUALLY deleted looks like the only big change I'll have to make on a plugin.
Posted 1 year ago # -
Very nice summary so1o. Thank you. Now I need to document the changes I made to .73 and make sure I carry them over into .74
Posted 1 year ago # -
Ah thumbs up, it also fixes a css bug but it isn't this one: http://bbpress.org/forums/topic/420?replies=8 Do I have to report this or is this also fixed?
Well can't wait till the release (date??), keep up the good work!!!
Null
Posted 1 year ago # -
i suggest you report it.. we can track it..
Posted 1 year ago # -
Any particular procedures for upgrading? Or just install on top?
Posted 1 year ago # -
Just code changes. Just file overwrites. Obviously, in the download, there is no:
.htaccess
config.php
/my-templates/
/my-plugins/If you have those files, just keep them and overwrite the rest. I am sure you knew that already, but I thought I would post it in case others come across this thread!
Trent
Posted 1 year ago # -
Ok, thought so. Thanks, Trent. :)
I have one plugin which has init in it (Online List), so I just change that to bb_init, right?
Posted 1 year ago # -
D'oh! I see the upgrade notes now. I swear, they weren't there before! (I hope, LOL) :)
Posted 1 year ago # -
Yeah, any plugin that uses 'init' is now needing to use 'bb_init', correct!
Trent
Posted 1 year ago #
Reply
You must log in to post.