Plugin Directory

Changeset 1146873


Ignore:
Timestamp:
04/27/2015 09:58:50 AM (11 years ago)
Author:
aghajoon
Message:

work with mute

Location:
bp-cover/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bp-cover/trunk/bp-cover-group.php

    r1124438 r1146873  
    198198add_action('wp_ajax_select_cover_for_group', 'select_cover_for_group');
    199199
    200  function bp_cover_group_handle_upload($activity_id) {
    201  global $bp, $wpdb;
     200function bp_cover_group_handle_upload($activity_id) {
     201global $bp, $wpdb;
    202202$group_id=bp_get_current_group_id();
    203203$activity_table = $wpdb->prefix."bp_activity";
     
    208208        $max_cnt = get_option('bp_cover_profie_item');
    209209    if( $cnt < $max_cnt ) { 
    210    if( $_POST['encodedimg'] ) { 
     210    if( $_POST['encodedimg'] ) { 
    211211      $file =  $_POST['imgsize'] ;
    212212      $max_upload_size=bp_cover_get_max_media_size(); 
  • bp-cover/trunk/bp-cover.php

    r1124356 r1146873  
    44Plugin URI: http://webcaffe.ir
    55Description: Adds cover image in profile page and groups buddypress.
    6 Version: 1.8.6
     6Version: 1.8.7
    77Author: asghar hatampoor
    88Author URI: http://webcaffe.ir
     
    1313
    1414if ( !defined( 'BPCO_PLUGIN_VERSION' ) )
    15     define( 'BPCO_PLUGIN_VERSION', '1.8.6' );
     15    define( 'BPCO_PLUGIN_VERSION', '1.8.7' );
    1616
    1717if ( !defined( 'BPCO_PLUGIN_DIRNAME' ) )
     
    123123            }
    124124            $filter .= '</div></div>';
    125                 $filter .= do_action( 'bp_member_header_actions' );     
     125           
    126126         echo apply_filters( 'cover_image_scr',$filter);
    127127}
  • bp-cover/trunk/readme.txt

    r1124356 r1146873  
    33Donate link: http://webcaffe.ir/
    44Tags: BuddyPress, activity, avatar, cover, members
    5 Requires at least: 4.1
    6 Tested up to: 4.1
    7 Stable tag: 1.8.6
     5Requires at least: 4.2
     6Tested up to: 4.2
     7Stable tag: 1.8.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4848== Changelog ==
    4949
     50= 1.8.7 =
     51- fixed work with mute plugin
     52
    5053= 1.8.6 =
    5154- fixed css for chorme and mobile
    52 - Disable the Gravatar and use BP default
    5355
    5456
Note: See TracChangeset for help on using the changeset viewer.