summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY4
-rw-r--r--skindesigner.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index e6b5e0f..7c074dc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -465,3 +465,7 @@ Version 1.2.9
Version 1.2.10
- [pbiering] added tokens for recordings: isUHD, isRadio
- [pbiering] added token for channels: isUHD
+
+Version 1.2.11
+- expose to displaymenurecordings: recchannelname, recchannelid, recchannelnumber
+- add fallback to get name/id from 'info' in case channel is no longer in active channel list
diff --git a/skindesigner.c b/skindesigner.c
index 33f249b..7714879 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -21,7 +21,7 @@
#endif
-static const char *VERSION = "1.2.9";
+static const char *VERSION = "1.2.11";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {