Plugin Directory

Changeset 1077969


Ignore:
Timestamp:
01/29/2015 06:52:23 AM (11 years ago)
Author:
aghajoon
Message:

madaretoooooooooooooooooooo

Location:
bp-cover/trunk
Files:
1 deleted
2 edited

Legend:

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

    r1077564 r1077969  
    44Plugin URI:
    55Description: Adds cover image in profile page.
    6 Version: 1.5.0
     6Version: 1.5.1
    77Author: asghar hatampoor
    88Author URI: http://webcaffe.ir
     
    2525}
    2626
    27 function bp_cover_scripts() {       
    28     wp_enqueue_script( 'jquery-1-js', BPCO_PLUGIN_URL . 'js/jquery-1.10.2.js');
     27function bp_cover_scripts() {           
    2928    wp_enqueue_script( 'jquery-ui-js', BPCO_PLUGIN_URL . 'js/jquery-ui.js');   
    3029}
     
    338337           'primary_link' => bp_core_get_userlink( $bp->loggedin_user->id ),
    339338           'component_name' => $bp->profile->id,
    340            'component_action' =>"change_background",
     339           'component_action' =>"change_cover",
    341340           'item_id' => $bp->loggedin_user->id,
    342341           'secondary_item_id' => false,           
  • bp-cover/trunk/readme.txt

    r1077564 r1077969  
    55Requires at least: 4.1
    66Tested up to: 4.1
    7 Stable tag: 1.5.0
     7Stable tag: 1.5.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4242
    4343== Changelog ==
     44= 1.5.1 =
     45- fix js
     46
    4447= 1.5.0 =
    4548- fix css
Note: See TracChangeset for help on using the changeset viewer.