Plugin Directory

Changeset 2414589


Ignore:
Timestamp:
11/07/2020 10:16:24 PM (5 years ago)
Author:
idealand
Message:

New Version 1.0.4:
-fixed bug: remove custom jquery to default wp in widget
-fixed bug: change mmp_localize in widget
-add new version

Location:
music-management-pro
Files:
76 added
2 edited

Legend:

Unmodified
Added
Removed
  • music-management-pro/trunk/include/widgets/MMP_Register_Widget.php

    r2381715 r2414589  
    5656        wp_enqueue_style('mmp_font_icon', MMP_CSS . 'mmp_font_icon.css');
    5757
    58         wp_enqueue_script('mmp_jquery', MMP_JS . 'jquery-3.5.1.min.js');
     58        wp_enqueue_script('jquery');
    5959        wp_enqueue_script('mmp_player', MMP_JS . 'mmp_player_beta.js', [], '1.0.0');
    6060        wp_enqueue_script('mmp_front_script', MMP_JS . 'mmp_front_script.js', [], '1.0.0');
     
    6666            'unfollow' => __('Unfollow', MMP_TEXT_DOMAIN),
    6767        ];
    68         wp_localize_script('mmp_jquery', 'mmp_localize', $localize);
     68        wp_localize_script('mmp_front_script', 'mmp_localize', $localize);
    6969
    7070    }
  • music-management-pro/trunk/main.php

    r2381715 r2414589  
    44 * Description: Professional panel for managing your site's music
    55 * Author: Idea Land
    6  * Version: 1.0.0
     6 * Version: 1.0.4
    77 * Text Domain: MMP_TEXT_DOMAIN
    88 * Author URI: http://idea-land.co
Note: See TracChangeset for help on using the changeset viewer.