Plugin Directory

Changeset 2377957


Ignore:
Timestamp:
09/09/2020 12:27:10 PM (6 years ago)
Author:
grosbouff
Message:

3.3.8

Location:
wp-soundsystem/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-soundsystem/trunk/classes/wpsstm-post-tracklist-class.php

    r2375557 r2377957  
    765765
    766766      /*
    767       Create playlist from the XSPF array
     767      Create playlist from the API results
    768768      */
    769 
    770769      $playlist = new WPSSTM_Tracklist();
    771770      $playlist_tracks = array();
     
    10061005
    10071006        $tracklist = self::get_tracklist_from_api_response($response);
    1008         $importer_slug = wpsstm_get_array_value( array('importer','slug'),$response );
     1007        $importer_slug = wpsstm_get_array_value( array('playlist','meta','wpsstmapi/importer_slug'),$response );
    10091008
    10101009      }
  • wp-soundsystem/trunk/wp-soundsystem.php

    r2375557 r2377957  
    66Author: G.Breant
    77Author URI: https://profiles.wordpress.org/grosbouff/#content-plugins
    8 Version: 3.3.7
     8Version: 3.3.8
    99License: GPL2
    1010*/
     
    3737    * @public string plugin version
    3838    */
    39     public $version = '3.3.7';
     39    public $version = '3.3.8';
    4040    /**
    4141    * @public string plugin DB version
Note: See TracChangeset for help on using the changeset viewer.