Version bump 2.3.12

This commit is contained in:
angelblue05 2016-11-10 14:39:35 -06:00
parent 237ee0d810
commit ea3d2a925f
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.emby"
name="Emby"
version="2.3.11"
version="2.3.12"
provider-name="Emby.media">
<requires>
<import addon="xbmc.python" version="2.19.0"/>

View File

@ -1,3 +1,8 @@
version 2.3.12
- Fix virtual episodes being processed
- Return offline items so they don't get removed in kodi
- other minor fixes
version 2.3.8
- Fix database connection
- other minor fixes