Plugin Directory

Changeset 1176617


Ignore:
Timestamp:
06/08/2015 08:59:00 AM (11 years ago)
Author:
aghajoon
Message:

upload bp-cober fixed bug cover

Location:
bp-cover/trunk
Files:
2 edited

Legend:

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

    r1176505 r1176617  
    44Plugin URI: http://webcaffe.ir
    55Description: Adds cover image in profile page and groups buddypress.
    6 Version: 1.9.6
     6Version: 1.9.7
    77Author: asghar hatampoor
    88Author URI: http://webcaffe.ir
     
    1313
    1414if ( !defined( 'BPCO_PLUGIN_VERSION' ) )
    15     define( 'BPCO_PLUGIN_VERSION', '1.9.6' );
     15    define( 'BPCO_PLUGIN_VERSION', '1.9.7' );
    1616
    1717if ( !defined( 'BPCO_PLUGIN_DIRNAME' ) )
     
    341341function bp_cover_get_max_total(){
    342342$total=get_option('bp_cover_profie_item');
     343$size_in_kb=20;
    343344    if(empty ($total))
    344         $size_in_kb=20;       
    345    return apply_filters("bp_cover_get_max_total",$size_in_kb);
     345        $total=$size_in_kb;
     346       
     347   return apply_filters("bp_cover_get_max_total",$total);
    346348}
    347349
  • bp-cover/trunk/readme.txt

    r1176505 r1176617  
    55Requires at least: 4.2
    66Tested up to: 4.2
    7 Stable tag: 1.9.6
     7Stable tag: 1.9.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5252== Changelog ==
    5353
    54 = 1.9.5 =
     54= 1.9.7 =
     55- fixed  max total upload images in gallery cover 
     56
     57= 1.9.6 =
    5558- fixed default 20 max total upload images in gallery cover groups
    5659
Note: See TracChangeset for help on using the changeset viewer.