Info
- 13 posts
- 8 voices
- Started 5 years ago by so1o
- Latest reply from Trent Adams
Release notes for bbPress 0.74
-
- Posted 5 years ago #
Here are some of the enhancements made to the system since 0.73
http://www.adityanaik.com/blog/bbpress-release-notes-074/ -
- Posted 5 years ago #
Will our existing themes be compatible or willl we need to make changes btw?
-
- Posted 5 years ago #
Thanks so much for that.
-
- Posted 5 years 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 5 years ago #
Users being ACTUALLY deleted looks like the only big change I'll have to make on a plugin.
-
- Posted 5 years 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 5 years 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 5 years ago #
i suggest you report it.. we can track it..
-
- Posted 5 years ago #
Any particular procedures for upgrading? Or just install on top?
-
- Posted 5 years 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 5 years 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 5 years ago #
D'oh! I see the upgrade notes now. I swear, they weren't there before! (I hope, LOL) :)
-
- Posted 5 years ago #
Yeah, any plugin that uses 'init' is now needing to use 'bb_init', correct!
Trent
-
You must log in to post.