Version bump

This commit is contained in:
tomkat83 2016-03-14 17:52:21 +01:00
parent e7349f5c12
commit 45ca204bfa
2 changed files with 8 additions and 1 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.0.9" version="1.0.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,10 @@
version 1.0.10
- Limit max number of items requested from PMS (default=200)
- Enforce PMS authentication before playback start
- Fix KeyError for library sync
- Fix TypeError for Plex Companion
- New fix item episode thumbs not caching
version 1.0.9 version 1.0.9
- Fix Recently Added - Fix Recently Added
- Update node names to reflect plex - Update node names to reflect plex