BBPress 0.74 will be released today. The release is consists for some small feature additions, new hooks and bug fixes. Here is a quick overview of the changes to the system.
- More ’stylable’ and ‘pluggable’ Tag Heat Map: The heat map is now in a div to move around and has hooks to plug into.
- Nuke the Users: Users are being deleted from the system – and i mean deleted, not just marked as deleted
- Spam Schmam: Better Spam Post handling. Delete the links to the spam posts.
- Login vs Login: ‘login’ is username and ‘login’ is ‘log in’. there is a difference.
- Better Installation: Easy and durable.Added sanity check to installation.
- Ajax improvements: Better Error handling and Performance Tweaks.
- Template improvements: New template for topic Tags. More customizable Forum and Topic templates.
- THE BIGGIE: Facility to store options to database through bb_get_option. Deprecate option().
- Hang ‘em: Numerous new hooks. I’ll document all the new hooks soon.
To get a complete list of changes, read on…
Updated: Changeset [574] bump version to 0.74
Updated: Changeset [573] hard code the path for load_theme_textdomain for now. Fixes #527
Changeset [572] CSS fixes for IE6. Fixes #485Changeset [571] login-page for get_bb_location(). Fixes #518 props thomasklaiber
Changeset [570] Hooks for user types, labels, and titles. user_title, post_author_title.
Changeset [569] Search typo. Fixes #507 props chrishajer
Changeset [568] SQL typo. Fixes #510 props so1o
Changeset [567] try this get_bb_location(). Fixes #519
Changeset [566] wrapper for tags on tag page. Fixes #505.
Changeset [565] fix bb_nonce_ays. Fixes #503
Changeset [564] Fix link to tag page. Fixes #508
Changeset [563] get forums filtration. Fixes #498 props so1o. Uses filter on
Changeset [562] Faded Butts. Fixes #502 props so1o
Changeset [561] p logic from so1o. Fixes #501
Changeset [560] Nice bb_delete_option() fix from so1o. Fixes #500
Changeset [559] User deletion for real. Incorporates patch from so1o. Fixes #497
Changeset [558] Typo in registration email
Changeset [557] Update posts.forum_id on topic move. Props so1o. Fixes #487
Changeset [556] Fix login redirect loop. props so1o. Fixes #499
Changeset [555] Delete links for spam posts. Logic fixes for post/topic deletion. Fixes
Changeset [554] Filter tag_heat_map. Fixes #488
Changeset [553] Don't translate URL fixes #490
Changeset [552] login adj., login v.. Username. Fixes #486
Changeset [551] Don't globalize , just look there if needed
Changeset [550] remove global on tag_heat_map(). props so1o, Aditya. Fixes #484
Changeset [549] add bb_verify_email filter
Changeset [548] Typo in akismet. Props icwiener
Changeset [547] Fix for bb_delete_usermeta()
Changeset [546] bbPress is not a blog. Props icwiener
Changeset [545] Absolutize get_tag_page_link(). Props ear1grey fixes #482.
Changeset [544] More options cleanup. Fixes #478 and #479 and #480
Changeset [543] validate config.php on install. Fixes #477
Changeset [542] Further AJAX tweaks
Changeset [541] Ajax improvements
Changeset [540] Change init hook to bb_init. Fixes #476 and breaks some plugins.
Changeset [539] fix bb_head action. props SteveAgl? fixes #475
Changeset [538] ditch the vardump
Changeset [537] upgrade usermeta to fix slash problems
Changeset [536] slashes fixes
Changeset [535] Typo in topic deletion link
Changeset [534] Typo in option check
Changeset [533] Change nome to avoid conflicts with WP
Changeset [532] topic tags custom template props ear1grey
Changeset [531] [WP4438]
Changeset [530] Fix for akismet key
Changeset [529] Filter the title. Fixes #474
Changeset [528] Deprecate option(). Use bb_option(). Fixes #473.
Changeset [527] Clean up bb_get_option(). #472
Changeset [526] Remove hardcoded $bb-> reads. Fixes #472
Changeset [525] allow options to be stored in db fixes #470. bb_update_meta tweaks fixes
Changeset [524] encode_bad() now tries to respect bb_allowed_tags()
Changeset [523] forum and topic template tag improvements
Changeset [522] Typo in [521]
Changeset [521] Template tags for displaying what HTML markup is allowed by
Changeset [520] This is causing 500s on some servers
Brilliant summary!