Version 1.8.1
On August 5, 2013, BuddyPress 1.8.1 was released to the public. This is a maintenance update.
For Version 1.8.1, the database version (_bp_db_version in wp_options) was 6080, and the Trac revision was 7340.
Summary
- Fix default sort order for
BP_Group_Member_Query
to belast_modified
(#5106) - Fix incorrect template hierarchy path for members directory templates (#5110)
- Fix
meta_query
parameters forbp_has_groups()
andbp_has_activities
, to prevent duplicate results and other issues with multiple meta query clauses (#5117, #5118, #5119) - Fix user activity mentions feeds, which were incompletely implemented in BP 1.8 (#5124)
- Fix regression in
BP_Group_Extension
that caused fatal errors when using certain BP plugins on PHP 5.2.x (#5126) - Remove calls to
$wpdb->escape()
, deprecated by WordPress 3.6 (#5100)
Full list of changes can be found here:
https://buddypress.trac.wordpress.org/query?status=closed&group=resolution&milestone=1.8.1