File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
2
<addon id =" service.subtitles.subdivx"
3
3
name =" Subdivx.com"
4
- version =" 0.2.14 "
4
+ version =" 0.3.0 "
5
5
provider-name =" cramm" >
6
6
<requires >
7
7
<import addon =" xbmc.python" version =" 2.14.0" />
22
22
<email ></email >
23
23
<source >https://github.com/ramiro/service.subtitles.subdivx</source >
24
24
</extension >
25
- <news lang =" es" >v0.2.13
25
+ <news lang =" es" >v0.3.0
26
26
- Se agrega compatibilidad con Kodi 18 Leia. Necesita instalar manualmente el add-on "Archive support" (por spiff)</news >
27
- <news lang =" en" >v0.2.13
27
+ <news lang =" en" >v0.3.0
28
28
- Added compatibility with Kodi 18 Leia. You need to install manually the "Archive support" (by spiff) add-on</news >
29
29
</addon >
Original file line number Diff line number Diff line change
1
+ 0.3.0
2
+ - Release changes since 0.2.5
3
+
1
4
0.2.13
2
5
- Add 'news' section to addon.xml. Translate it and description to Spanish
3
6
Original file line number Diff line number Diff line change 45
45
__author__ = __addon__ .getAddonInfo ('author' )
46
46
__scriptid__ = __addon__ .getAddonInfo ('id' )
47
47
__scriptname__ = __addon__ .getAddonInfo ('name' )
48
- __version__ = '0.2.14 '
48
+ __version__ = '0.3.0 '
49
49
__language__ = __addon__ .getLocalizedString
50
50
51
51
__cwd__ = xbmc .translatePath (__addon__ .getAddonInfo ('path' )).decode ("utf-8" )
You can’t perform that action at this time.
0 commit comments