Skip to content

Commit

Permalink
2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emilsvennesson committed Feb 21, 2018
1 parent b94aa52 commit 0d8a295
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
14 changes: 7 additions & 7 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.viaplay" version="2.1.0" name="Viaplay" provider-name="emilsvennesson">
<addon id="plugin.video.viaplay" version="2.1.1" name="Viaplay" provider-name="emilsvennesson">
<requires>
<import addon="xbmc.python" version="2.25.0" />
<import addon="script.module.requests" version="2.9.1" />
Expand All @@ -13,12 +13,12 @@
<extension point="xbmc.addon.metadata">
<description lang="en_GB">Watch content from Viaplay.</description>
<description lang="sv_SE">Titta på innehåll från Viaplay.</description>
<news>2018.02.21 v2.1.0
+ New dependency: script.module.routing
+ Support for 4K streams and 5.1 audio
+ Fix audio bug on some sports streams (requires Kodi v18 Leia)
+ Channels section improvements
+ Code cleanup
<news>2018.02.21 v2.1.1
+ New dependency: script.module.routing
+ Support for 4K streams and 5.1 audio
+ Fix audio bug on some sports streams (requires Kodi v18 Leia)
+ Channels section improvements
+ Code cleanup
</news>
<platform>all</platform>
<language>sv dk no fi en</language>
Expand Down
5 changes: 4 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
2018.02.21 v2.1.0
2018.02.21 v2.1.1
+ Fix parental control

2018.02.21 v2.1.0
+ New dependency: script.module.routing
+ Support for 4K streams and 5.1 audio
+ Fix audio bug on some sports streams (requires Kodi v18 Leia)
Expand Down

0 comments on commit 0d8a295

Please sign in to comment.