Changeset 1176617
- Timestamp:
- 06/08/2015 08:59:00 AM (11 years ago)
- Location:
- bp-cover/trunk
- Files:
-
- 2 edited
-
bp-cover.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-cover/trunk/bp-cover.php
r1176505 r1176617 4 4 Plugin URI: http://webcaffe.ir 5 5 Description: Adds cover image in profile page and groups buddypress. 6 Version: 1.9. 66 Version: 1.9.7 7 7 Author: asghar hatampoor 8 8 Author URI: http://webcaffe.ir … … 13 13 14 14 if ( !defined( 'BPCO_PLUGIN_VERSION' ) ) 15 define( 'BPCO_PLUGIN_VERSION', '1.9. 6' );15 define( 'BPCO_PLUGIN_VERSION', '1.9.7' ); 16 16 17 17 if ( !defined( 'BPCO_PLUGIN_DIRNAME' ) ) … … 341 341 function bp_cover_get_max_total(){ 342 342 $total=get_option('bp_cover_profie_item'); 343 $size_in_kb=20; 343 344 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); 346 348 } 347 349 -
bp-cover/trunk/readme.txt
r1176505 r1176617 5 5 Requires at least: 4.2 6 6 Tested up to: 4.2 7 Stable tag: 1.9. 67 Stable tag: 1.9.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 52 52 == Changelog == 53 53 54 = 1.9.5 = 54 = 1.9.7 = 55 - fixed max total upload images in gallery cover 56 57 = 1.9.6 = 55 58 - fixed default 20 max total upload images in gallery cover groups 56 59
Note: See TracChangeset
for help on using the changeset viewer.