Skip to content

Commit

Permalink
v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiro committed Jul 28, 2022
1 parent 2c68102 commit 97d0c76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.subdivx"
name="Subdivx.com"
version="0.3.8"
version="0.3.9"
provider-name="cramm">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.3.9
- Adapt to new method for sending search query data (POST). Thanks
TheArgentinian for the report and pedrochiuaua for the fix

0.3.8
- Fix search after changes in subdivx.com. Thanks alvarezj81 for the report
and pedrochiuaua for the fix
Expand Down
2 changes: 1 addition & 1 deletion service.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
__author__ = __addon__.getAddonInfo('author')
__scriptid__ = __addon__.getAddonInfo('id')
__scriptname__ = __addon__.getAddonInfo('name')
__version__ = '0.3.8'
__version__ = '0.3.9'
__language__ = __addon__.getLocalizedString

__cwd__ = xbmc.translatePath(__addon__.getAddonInfo('path')).decode("utf-8")
Expand Down

0 comments on commit 97d0c76

Please sign in to comment.