From 105eec23428b300aea8360e0b0c509b76b19a1c8 Mon Sep 17 00:00:00 2001 From: gordielachance Date: Tue, 2 Apr 2019 09:26:46 +0200 Subject: [PATCH] 2.6.0 --- readme.txt | 12 +++++------- wp-soundsystem.php | 4 ++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/readme.txt b/readme.txt index da618950..f4df97e0 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/wp-soundsystem.php b/wp-soundsystem.php index 6f59a476..37860d9b 100644 --- a/wp-soundsystem.php +++ b/wp-soundsystem.php @@ -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 */ @@ -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 */