Skip to content

Commit 7054e78

Browse files
author
Michaël Arnauts
committed
Prepare for v1.3.3
1 parent 571e84d commit 7054e78

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

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

3+
## [v1.3.3](https://github.com/add-ons/plugin.video.vtm.go/tree/v1.3.3) (2023-01-04)
4+
5+
[Full Changelog](https://github.com/add-ons/plugin.video.vtm.go/compare/v1.3.2...v1.3.3)
6+
7+
**Fixed bugs:**
8+
9+
- Filter category names [\#335](https://github.com/add-ons/plugin.video.vtm.go/pull/335) ([michaelarnauts](https://github.com/michaelarnauts))
10+
11+
**Merged pull requests:**
12+
13+
- Update to version 13 API [\#343](https://github.com/add-ons/plugin.video.vtm.go/pull/343) ([mediaminister](https://github.com/mediaminister))
14+
315
## [v1.3.2](https://github.com/add-ons/plugin.video.vtm.go/tree/v1.3.2) (2022-06-06)
416

517
[Full Changelog](https://github.com/add-ons/plugin.video.vtm.go/compare/v1.3.1...v1.3.2)

addon.xml

Lines changed: 3 additions & 4 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.3.2" provider-name="Michaël Arnauts">
2+
<addon id="plugin.video.vtm.go" name="VTM GO" version="1.3.3" provider-name="Michaël Arnauts">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="script.module.dateutil" version="2.6.0"/>
@@ -22,9 +22,8 @@
2222
<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>
2323
<platform>all</platform>
2424
<license>GPL-3.0-only</license>
25-
<news>v1.3.2 (2022-06-06)
26-
- Fix empty items due to corrupted cache.
27-
- Show better error message when you are geoblocked.</news>
25+
<news>v1.3.3 (2023-01-04)
26+
- Fix add-on due to changed API.</news>
2827
<source>https://github.com/add-ons/plugin.video.vtm.go</source>
2928
<assets>
3029
<icon>resources/icon.png</icon>

0 commit comments

Comments
 (0)