We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad1b18 commit b7c6c39Copy full SHA for b7c6c39
2 files changed
addon.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
<addon id="script.module.zap2xml"
3
name="zap2xml"
4
- version="0.6.6"
+ version="0.7.0"
5
provider-name="edit4ever">
6
<requires>
7
<import addon="xbmc.python" version="2.1.0"/>
@@ -18,5 +18,10 @@
18
</disclaimer>
19
<platform>all</platform>
20
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
21
+ <news>
22
+ v0.7.0
23
+ - fix login error with zap2it
24
+ - added function to delete cache to solve issue with updating "favorite" channels
25
+ </news>
26
</extension>
27
</addon>
bin/tv_grab_zap2xml
@@ -51,7 +51,7 @@ do case "$1" in
51
;;
52
53
-v | --version )
54
- printf "0.6.7\n"
+ printf "0.7.0\n"
55
56
57
-c | --capabilities )
0 commit comments