Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gordielachance committed Apr 2, 2019
1 parent 039be43 commit 105eec2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,18 +157,16 @@ The community user is a Wordpress user you need to create, and that will be assi

== Changelog ==

= 2.5.9 =
= 2.6.0 =
* tracklist expiration bugfix
* improved importer and importer settings
* improved importer and its settings
* improved shortcodes
* importer debug GUI
* bugfix populate sources/autosources
* fix files dependencies when no API key
* fix url encoding & regexes for Last.fm presets
* fix last.fm importer
* last.fm scrobbler disabled by default
* Last.fm : fix url encoding / fix regexes / fix importer / scrobbler disabled by default
* abord autosource if 'wpsstm_autosource_input' returns an error
* standalone track shortcode
* more small fixes
* + various bug fixes

= 2.5.3 =
* new class WPSSTM_Music_Data
Expand Down
4 changes: 2 additions & 2 deletions wp-soundsystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Plugin URI: https://api.spiff-radio.org
Author: G.Breant
Author URI: https://github.com/gordielachance
Version: 2.5.9
Version: 2.6.0
License: GPL2
*/

Expand Down Expand Up @@ -34,7 +34,7 @@ class WP_SoundSystem {
/**
* @public string plugin version
*/
public $version = '2.5.9';
public $version = '2.6.0';
/**
* @public string plugin DB version
*/
Expand Down

0 comments on commit 105eec2

Please sign in to comment.