Skip to content

Commit

Permalink
Prepare for v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Jun 6, 2022
1 parent 793b109 commit 1cc707f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v1.3.2](https://github.com/add-ons/plugin.video.vtm.go/tree/v1.3.2) (2022-06-06)

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

**Fixed bugs:**

- Allow to clear cache, and don't use empty cached items [\#330](https://github.com/add-ons/plugin.video.vtm.go/pull/330) ([michaelarnauts](https://github.com/michaelarnauts))
- Throw decent error on a geoblock exception [\#329](https://github.com/add-ons/plugin.video.vtm.go/pull/329) ([michaelarnauts](https://github.com/michaelarnauts))
- Fix empty movie entries in list after play [\#327](https://github.com/add-ons/plugin.video.vtm.go/pull/327) ([tatankat](https://github.com/tatankat))

## [v1.3.1](https://github.com/add-ons/plugin.video.vtm.go/tree/v1.3.1) (2022-06-01)

[Full Changelog](https://github.com/add-ons/plugin.video.vtm.go/compare/v1.3.0...v1.3.1)
Expand Down
7 changes: 4 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.vtm.go" name="VTM GO" version="1.3.1" provider-name="Michaël Arnauts">
<addon id="plugin.video.vtm.go" name="VTM GO" version="1.3.2" provider-name="Michaël Arnauts">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.dateutil" version="2.6.0"/>
Expand All @@ -22,8 +22,9 @@
<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>
<platform>all</platform>
<license>GPL-3.0-only</license>
<news>v1.3.1 (2022-06-01)
- Use new API</news>
<news>v1.3.2 (2022-06-06)
- Fix empty items due to corrupted cache.
- Show better error message when you are geoblocked.</news>
<source>https://github.com/add-ons/plugin.video.vtm.go</source>
<assets>
<icon>resources/icon.png</icon>
Expand Down

0 comments on commit 1cc707f

Please sign in to comment.