Version bump
This commit is contained in:
parent
89fe2565d2
commit
d495f95398
2 changed files with 6 additions and 1 deletions
|
@ -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.1.1"
|
version="1.1.2"
|
||||||
provider-name="croneter">
|
provider-name="croneter">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
version 1.1.2
|
||||||
|
- Backwards compatibility py2.6: replace etree iter (fixes AttributeError: _ElementInterface instance has no attribute 'iter')
|
||||||
|
- Redirect /Extras calls by e.g. Video Extras plugin
|
||||||
|
- Try to shutdown more cleanly
|
||||||
|
|
||||||
version 1.1.1
|
version 1.1.1
|
||||||
(you will need to rescan your library)
|
(you will need to rescan your library)
|
||||||
- Fix Kodi information screen not working
|
- Fix Kodi information screen not working
|
||||||
|
|
Loading…
Reference in a new issue