Plugin Directory

Changeset 1161775


Ignore:
Timestamp:
05/16/2015 12:19:57 PM (11 years ago)
Author:
msalsas
Message:

Set widget_dynamic-player-widget option order before getting CSS

Location:
dynamic-audio-player-basic/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dynamic-audio-player-basic/trunk/dynamicplayer.php

    r1161756 r1161775  
    44Plugin URI: http://dynamicaudioplayer.com
    55Description: This plugin allows you to add an audio player widget with a dynamic playlist and shortcodes for single buttons
    6 Version: 2.0.7
     6Version: 2.0.8
    77Author: Manolo Salsas Durán
    88Author URI: http://msalsas.com/en/
     
    5252     
    5353    $dyn_option = get_option( "widget_dynamic-player-widget" );
     54    ksort($dyn_option);
    5455    $styleRegistered = false;
    5556    foreach($dyn_option as $option)
  • dynamic-audio-player-basic/trunk/readme.txt

    r1161756 r1161775  
    4949== Changelog ==
    5050
     51= 2.0.8 =
     52Set widget_dynamic-player-widget option order before getting CSS.
     53
    5154= 2.0.7 =
    5255Set important rule to CSS to avoid jquery-ui overwriting.
Note: See TracChangeset for help on using the changeset viewer.