Version bump

This commit is contained in:
tomkat83 2016-03-14 18:18:18 +01:00
parent 58cb57e397
commit e9e3f4f933
3 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.plexkodiconnect"
name="PlexKodiConnect"
version="1.0.10"
version="1.0.11"
provider-name="croneter">
<requires>
<import addon="xbmc.python" version="2.1.0"/>

View File

@ -1,3 +1,6 @@
version 1.0.11
- Hotfix DB comparison. Sorry for that :-)
version 1.0.10
- Limit max number of items requested from PMS (default=200)
- Enforce PMS authentication before playback start

View File

@ -88,7 +88,7 @@ class Service():
videonodes.VideoNodes().clearProperties()
# Set the minimum database version
window('emby_minDBVersion', value="1.0.2")
window('emby_minDBVersion', value="1.0.11")
def ServiceEntryPoint(self):