Version bump

This commit is contained in:
tomkat83 2017-02-01 20:44:23 +01:00
parent e96ceaaf19
commit a782075236
3 changed files with 5 additions and 2 deletions

View file

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

View file

@ -1,3 +1,6 @@
version 1.5.10 (beta only)
- Fix OperationalError upon database reset
version 1.5.9 (beta only) version 1.5.9 (beta only)
A DATABASE RESET IS ABSOLUTELY NECESSARY A DATABASE RESET IS ABSOLUTELY NECESSARY
- Early compatibility with Kodi 18 Leia - Early compatibility with Kodi 18 Leia

View file

@ -123,7 +123,7 @@ class Service():
videonodes.VideoNodes().clearProperties() videonodes.VideoNodes().clearProperties()
# Set the minimum database version # Set the minimum database version
window('plex_minDBVersion', value="1.5.9") window('plex_minDBVersion', value="1.5.10")
def getLogLevel(self): def getLogLevel(self):
try: try: