Changeset 1146873
- Timestamp:
- 04/27/2015 09:58:50 AM (11 years ago)
- Location:
- bp-cover/trunk
- Files:
-
- 3 edited
-
bp-cover-group.php (modified) (2 diffs)
-
bp-cover.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-cover/trunk/bp-cover-group.php
r1124438 r1146873 198 198 add_action('wp_ajax_select_cover_for_group', 'select_cover_for_group'); 199 199 200 function bp_cover_group_handle_upload($activity_id) {201 global $bp, $wpdb;200 function bp_cover_group_handle_upload($activity_id) { 201 global $bp, $wpdb; 202 202 $group_id=bp_get_current_group_id(); 203 203 $activity_table = $wpdb->prefix."bp_activity"; … … 208 208 $max_cnt = get_option('bp_cover_profie_item'); 209 209 if( $cnt < $max_cnt ) { 210 if( $_POST['encodedimg'] ) {210 if( $_POST['encodedimg'] ) { 211 211 $file = $_POST['imgsize'] ; 212 212 $max_upload_size=bp_cover_get_max_media_size(); -
bp-cover/trunk/bp-cover.php
r1124356 r1146873 4 4 Plugin URI: http://webcaffe.ir 5 5 Description: Adds cover image in profile page and groups buddypress. 6 Version: 1.8. 66 Version: 1.8.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.8. 6' );15 define( 'BPCO_PLUGIN_VERSION', '1.8.7' ); 16 16 17 17 if ( !defined( 'BPCO_PLUGIN_DIRNAME' ) ) … … 123 123 } 124 124 $filter .= '</div></div>'; 125 $filter .= do_action( 'bp_member_header_actions' );125 126 126 echo apply_filters( 'cover_image_scr',$filter); 127 127 } -
bp-cover/trunk/readme.txt
r1124356 r1146873 3 3 Donate link: http://webcaffe.ir/ 4 4 Tags: BuddyPress, activity, avatar, cover, members 5 Requires at least: 4. 16 Tested up to: 4. 17 Stable tag: 1.8. 65 Requires at least: 4.2 6 Tested up to: 4.2 7 Stable tag: 1.8.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 == Changelog == 49 49 50 = 1.8.7 = 51 - fixed work with mute plugin 52 50 53 = 1.8.6 = 51 54 - fixed css for chorme and mobile 52 - Disable the Gravatar and use BP default53 55 54 56
Note: See TracChangeset
for help on using the changeset viewer.