[Release History]
Version 1.2.4.1 – May 23, 2010
- Fixed bug with WPMU installs where the blog directory would show no blogs. No change for standard WordPress installs.
Version 1.2.4 – May 22, 2010
- Fixed bug where “illegal names” setting could become corrupted.
- Fixed bug where joining and leaving a group did not perform a nonce check.
- Fixed bug where private/hidden forum posts could be visited by non-group members.
- Fixed bug where a user’s private/hidden group activity was visible to his/her friends.
- Fixed bug with pagination when more than 1,000 of an object existed.
- Fixed bug where group names and slugs were allowing illegal values to be set.
- Fixed bug where bp_core_setup_message was not firing correctly.
- Fixed bug where deleted members’ profile pages were still visible.
- Fixed issues with incorrect links to various activity stream items.
- Fixed issues with avatar uploads for all installation types.
- Fixed extra, missing, or incorrect HTML in bp-default template.
- Added filters to several functions that were previously unfilterable.
Version 1.2.3 – March 25, 2010
- Fixed bug where the home tab would not get selected if the activity stream was set as the home page.
- Fixed bug where total group member count meta could go out of sync.
- Fixed bug where unapproved blog comments could appear in the activity stream.
- Fixed bug with blog “last activity” times not being updated when a new post or comment was made.
- Fixed issues with BuddyPress javascript conflicts with other plugins.
- Fixed bug with forum topic last poster name and in some circumstances incorrectly returning “Deleted User”.
- Fixed bug where in some circumstances bp_member_profile_data() would return a null value.
- Fixed bug with private message notification email links when sending to multiple recipients.
- Fixed bug where profile pages could become inaccessible if the user_login and user_nicename were not the same value.
Version 1.2.2.1 – March 12, 2010
- Fixed bug missed in 1.2.2 where activation emails were not being sent correctly on standard WordPress installations. Important upgrade.
Version 1.2.2 – March 12, 2010
- Fixed inconsistencies with new account activation between WordPress MU and standard WP. All new accounts must now be activated to confirm a valid email is being used.
- Fixed problems with table generation when MySQL strict mode is enabled.
- Fixed issues when visiting pages with restricted access via notification emails when the user is not logged in.
- Fixed bugs with saving profile fields with multiple options and no values, even when they are not required fields.
- Fixed problems with the multi-select box profile field type and saving only the last value.
- Fixed issue with email notifications when slugs have been modified.
- Fixed bug when last activity for a group would not be updated under all circumstances.
- Fixed issues with BuddyPress extended profile to standard WordPress profile syncing on new user registration.
- Fixed bug where group pages may fail if the activity stream is disabled.
- Fixed issues with blog posting on standard WordPress installs trying to record to a table that only exists on multisite/WPMU installations.
Version 1.2.1 – February 23, 2010
- Fixed bug with WordPress MU installs that in some circumstances would prevent the creation of new blogs.
- Fixed activation emails on WordPress MU installs and prevented them from sending generated passwords where the user has specifically chosen one.
- Fixed dependency on activity component on groups pages.
- Fixed bug in @ mentions that would cause duplication for users with similar usernames.
- Fixed issue with WordPress MU installs and recording and registering blogs that do not have a tagline.
- Fixed visibility issue with global private and hidden group activity for a logged in user.
- Fixed issue where invalid characters could make their way into a new user’s username on signup, but be stripped without the user’s knowledge.
- Fixed issues with remove custom header support in a child theme of bp-default.
- Fixed issues with garbled UTF-8 text in RSS feeds.
- Fixed bug with array_map() call when saving meta.
- Fixed issues with double slashes when adding content via the group extension API.
Version 1.2 – February 16, 2010
- Added standard WordPress support.
- Added activity stream threaded commenting.
- Added ability to mark an activity stream item as a favorite.
- Added activity stream item permalinks.
- Added advanced activity stream filters.
- Added New default theme with improved usability and customization options.
Version 1.1.3 – November 30, 2009
- Fixed bug where joining a group via AJAX would fail to record in activity streams.
- Fixed bug with activation email when a site admin adds a user through the WordPress dashboard.
- Fixed bug where some plugins would break the activity stream formatting.
- Fixed bug where demotion of a member in a group would fail.
- Fixed bug where non-working delete links for activity stream items would show on friends activity stream.
- Fixed bug where some users could not delete their accounts, even if a site admin had turned the setting on.
- Fixed display issue with RSS feed link on user profiles.
- Fixed issues with duplicate CSS ID’s on activity stream items.
Version 1.1.2 – October 26, 2009
- Fixed SQL and XSS security vulnerability.
- Fixed certain situations where a site admin could not see invisible groups.
- Fixed bug with user access level and navigation menu items.
- Fixed double posting of new status updates to activity streams on first post.
- Fixed “total posts” number inconsistencies on profile wires.
- Fixed account deletion bug.
- Fixed spammed user access.
Version 1.1.1 – October 5, 2009
- Fixed an issue where themes designed for BuddyPress 1.0 would cause a signup page failure.
- Fixed issues with creating and posting on private and hidden group forums.
- Fixed missing forum topic title in activity stream entry when editing a forum post.
- Fixed missing ability to pass an array of template files to load.
- Fixed post new topic and post new reply links displaying on group forums, even when logged out.
- Fixed issues with viewing paginated friend lists in the default theme.
- Fixed issue with multiple ajax loaders on the groups and friends pages for a user when searching or clicking navigation.
- Added username compatibility fallback setting to provide support for dots in LDAP usernames.
Version 1.1 – September 30, 2009
1) Activity Streams:
- Filter activity streams by content type
- Delete button on each activity item for user and site-admins.
- Component specific activity stream support (for example a group activity stream)
2) Core:
- Refactoring of avatar code and cropper
3) Forums:
- One click integration support
- Basic built in forum admin moderation tools
- Global forum directory browser
4) Groups:
- New group extension API for building group extensions easily
- Promote members to group admins
5) Xprofile:
- Reorder existing profile fields and profile field groups
- Admin editable profiles for all members
Version 1.0.3 – July 15, 2009
- Updated BuddyPress widgets and theme management to fully support WordPress MU 2.8.1 and higher.
Version 1.0.2 – June 24, 2009
- Fixed bug with persistent signup cookies that would in some circumstances cause duplicated profile data for multiple signups on the same computer
- Fixed bug with the group avatar template tag name call
- Fixed bug where if a group switched from private to public, group membership requests would be lost and members would be suck in limbo
- Fixed bug with duplicate group slugs, specifically when ‘wp’ is included in the group name
- Fixed incorrect placement of check_admin_referer() calls inside business functions, not action functions
- Fixed bug where blog comments would not record in activity streams correctly
- Fixed bug in admin bar css file syntax
- Fixed bug where if an avatar with the same filename was uploaded more than once, the image would break
- Fixed bug where ‘0′ would be output for every member of a group on the group member administration screen
- Fixed bug where no plugins could hook in before the localization file was loaded
- Fixed bug where messaging autocomplete would fail if the friends component was disabled
- Fixed bugs that would cause activity feeds to not validate
- Fixed bugs with the hooks in the join_group and leave_group functions
- Fixed inconsistency in the forums installation readme file
- Added new hook to add new items to the “Random” admin menu
Version 1.0.1 – June 5, 2009
- Fixed important security updates
- Fixed theme CSS for compatibility with Firefox 3.5
- Fixed bug with bp_group_leave_confirm_link() template tag
- Fixed group object caching bug
- Fixed bug where private message email notifications would not be correctly sent to all message recipients
- Fixed wire “No posts” message bug
- Fixed incorrect ID in skeleton member theme that would cause autocomplete to break
- Fixed messaging compose screen to work without the need for javascript
- Fixed the priorities on some core BuddyPress functions, so other plugins can still scoot ahead of BuddyPress
- Fixed missing max fallback values on some widgets that caused large data sets to be selected
- Fixed all javascript files so they do not need to search for the WordPress root
- Fixed problems with the “Random” menu
- Fixed bug where new messages in your inbox would not float to the top
- Added missing filters to functions in bp-core
- Added filter to messaging autocomplete friends search
- Added a bp_core_get_user_displayname() function
- Added more extensive inline commenting to bp-core
- Added greater customization support to bp_core_action_search_site()
- Added bp_get_buddypress_theme_path() and bp_get_buddypress_theme_uri() functions
- Deprecated the BuddyPress ajax handler, and instead used wp-load.php
- Deprecated internal session management and replaced with basic cookie handling for multi-server support
Version 1.0 – April 30, 2009
Страницы: 1 2