Plugin Directory

Changeset 1366486


Ignore:
Timestamp:
03/08/2016 08:08:32 AM (10 years ago)
Author:
aghajoon
Message:

update and fixed group query-ui-draggable

Location:
bp-cover/trunk
Files:
1 added
3 edited

Legend:

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

    r1214608 r1366486  
    33    wp_enqueue_style( 'bp-cover-group-css', BPCO_PLUGIN_URL . 'css/bp-cover-group.css', $dep = array(), $version = BPCO_PLUGIN_VERSION );
    44    wp_enqueue_script( 'bp-cover-group-js', BPCO_PLUGIN_URL . 'js/bp-cover-group.js', $dep = array(), $version = BPCO_PLUGIN_VERSION );
    5     wp_enqueue_script( 'jquery-ui-js', BPCO_PLUGIN_URL . 'js/jquery-ui.min.js');
     5      wp_enqueue_script( 'jquery-ui-draggable' );   
    66}
    77add_action( 'bp_before_group_header', 'bp_cover_group_scripts' );
  • bp-cover/trunk/bp-cover.php

    r1355766 r1366486  
    44Plugin URI: http://webcaffe.ir
    55Description: Adds cover image in profile page and groups buddypress.
    6 Version: 2.1.4
     6Version: 2.1.4.2
    77Author: asghar hatampoor
    88Author URI: http://webcaffe.ir
     
    1313
    1414if ( !defined( 'BPCO_PLUGIN_VERSION' ) )
    15     define( 'BPCO_PLUGIN_VERSION', '2.1.4' );
     15    define( 'BPCO_PLUGIN_VERSION', '2.1.4.2' );
    1616
    1717if ( !defined( 'BPCO_PLUGIN_DIRNAME' ) )
  • bp-cover/trunk/readme.txt

    r1355766 r1366486  
    44Tags: BuddyPress, activity, avatar, cover, members, default avatar ,group ,cover gorup ,upload
    55Requires at least: 4.2
    6 Tested up to: 4.2
    7 Stable tag: 2.1.4
     6Tested up to: 4.4
     7Stable tag: 2.1.4.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5151
    5252== Changelog ==
     53= 2.1.4.2 =
     54- fixed  jquery-ui-draggable group
     55
    5356= 2.1.4.1 =
    5457- fixed  jquery-ui-draggable
Note: See TracChangeset for help on using the changeset viewer.