Version bump 1.1.29

This commit is contained in:
angelblue05 2015-08-07 22:31:20 -05:00
parent ec6daa3a87
commit 6faed80248
2 changed files with 6 additions and 3 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.emby" <addon id="plugin.video.emby"
name="Emby" name="Emby"
version="1.1.28" version="1.1.29"
provider-name="Emby.media"> provider-name="Emby.media">
<requires> <requires>
<import addon="xbmc.python" version="2.1.0"/> <import addon="xbmc.python" version="2.1.0"/>

View File

@ -1,8 +1,11 @@
version 1.1.28 version 1.1.29
- Fix playback for widgets - Fix playback error
- added full changelog - added full changelog
- added description to the addon - added description to the addon
version 1.1.28
- Fix playback for widgets
version 1.1.27 version 1.1.27
- Fix for nextup episodes - Fix for nextup episodes
- Fix for transcoding not properly ending the ffmpeg process - Fix for transcoding not properly ending the ffmpeg process