Plugin Directory

Changeset 711723


Ignore:
Timestamp:
05/12/2013 12:08:46 PM (13 years ago)
Author:
Yuttadhammo
Message:

post to groups

Location:
buddypress-xml-rpc-receiver/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • buddypress-xml-rpc-receiver/trunk/bp-xmlrpc.php

    r711554 r711723  
    849849                case 'delete':
    850850                    groups_delete_group( $action_id );
     851                    break;
     852                case 'post':
     853                    groups_post_update( array(
     854                        'content'  => $action_data,
     855                        'user_id'  => bp_loggedin_user_id(),
     856                        'group_id' => $action_id
     857                    ) );
    851858                    break;
    852859                case 'create':
  • buddypress-xml-rpc-receiver/trunk/readme.txt

    r711558 r711723  
    153153== Changelog ==
    154154
     155= 0.5.9 =
     156
     157* added ability to post to groups
     158
    155159= 0.5.8 =
    156160
    157 - minor notification fix
     161* minor notification fix
    158162
    159163= 0.5.7 =
Note: See TracChangeset for help on using the changeset viewer.