Changeset 1366486
- Timestamp:
- 03/08/2016 08:08:32 AM (10 years ago)
- Location:
- bp-cover/trunk
- Files:
-
- 1 added
- 3 edited
-
bp-cover-group.php (modified) (1 diff)
-
bp-cover.php (modified) (2 diffs)
-
languages/bp-cover-ru_RU.po (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-cover/trunk/bp-cover-group.php
r1214608 r1366486 3 3 wp_enqueue_style( 'bp-cover-group-css', BPCO_PLUGIN_URL . 'css/bp-cover-group.css', $dep = array(), $version = BPCO_PLUGIN_VERSION ); 4 4 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' ); 6 6 } 7 7 add_action( 'bp_before_group_header', 'bp_cover_group_scripts' ); -
bp-cover/trunk/bp-cover.php
r1355766 r1366486 4 4 Plugin URI: http://webcaffe.ir 5 5 Description: Adds cover image in profile page and groups buddypress. 6 Version: 2.1.4 6 Version: 2.1.4.2 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', '2.1.4 ' );15 define( 'BPCO_PLUGIN_VERSION', '2.1.4.2' ); 16 16 17 17 if ( !defined( 'BPCO_PLUGIN_DIRNAME' ) ) -
bp-cover/trunk/readme.txt
r1355766 r1366486 4 4 Tags: BuddyPress, activity, avatar, cover, members, default avatar ,group ,cover gorup ,upload 5 5 Requires at least: 4.2 6 Tested up to: 4. 27 Stable tag: 2.1.4 6 Tested up to: 4.4 7 Stable tag: 2.1.4.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 51 51 52 52 == Changelog == 53 = 2.1.4.2 = 54 - fixed jquery-ui-draggable group 55 53 56 = 2.1.4.1 = 54 57 - fixed jquery-ui-draggable
Note: See TracChangeset
for help on using the changeset viewer.