Skip to content

Commit 7bd8c4d

Browse files
Prepare for v1.2.12
1 parent 63db093 commit 7bd8c4d

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v1.2.12](https://github.com/add-ons/plugin.video.vtm.go/tree/v1.2.12) (2021-09-08)
4+
5+
[Full Changelog](https://github.com/add-ons/plugin.video.vtm.go/compare/v1.2.11...v1.2.12)
6+
7+
**Merged pull requests:**
8+
9+
- Update anvato URL [\#304](https://github.com/add-ons/plugin.video.vtm.go/pull/304) ([michaelarnauts](https://github.com/michaelarnauts))
10+
- Fix tests [\#303](https://github.com/add-ons/plugin.video.vtm.go/pull/303) ([mediaminister](https://github.com/mediaminister))
11+
312
## [v1.2.11](https://github.com/add-ons/plugin.video.vtm.go/tree/v1.2.11) (2021-08-12)
413

514
[Full Changelog](https://github.com/add-ons/plugin.video.vtm.go/compare/v1.2.10...v1.2.11)

addon.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="plugin.video.vtm.go" name="VTM GO" version="1.2.11" provider-name="Michaël Arnauts">
2+
<addon id="plugin.video.vtm.go" name="VTM GO" version="1.2.12" provider-name="Michaël Arnauts">
33
<requires>
44
<import addon="xbmc.python" version="2.26.0"/>
55
<import addon="script.module.dateutil" version="2.6.0"/>
@@ -25,8 +25,8 @@
2525
<disclaimer lang="nl_NL">Deze add-on wordt niet ondersteund door DPG Media en wordt aangeboden 'as is', zonder enige garantie. De VTM GO naam, VTM GO logo en de kanaallogo's zijn eigendom van DPG Media en worden gebruikt in overeenstemming met de fair use policy.</disclaimer>
2626
<platform>all</platform>
2727
<license>GPL-3.0-only</license>
28-
<news>v1.2.11 (2021-08-12)
29-
- Fix authentication (Error 406) for existing users. There is still an issue with the login for new users, see issue #296 on GitHub for more information and a workaround.</news>
28+
<news>v1.2.12 (2021-09-08)
29+
- Fix playback of VOD content.</news>
3030
<source>https://github.com/add-ons/plugin.video.vtm.go</source>
3131
<assets>
3232
<icon>resources/icon.png</icon>

0 commit comments

Comments
 (0)