Skip to content

Commit

Permalink
addon version bumps for eden.
Browse files Browse the repository at this point in the history
python gets a major bump but retains back-compat.
skins get a major bump but retain back-compat.
scrapers get a major bump but retain back-compat.

web interfaces get a major bump. json dep will be introduced in the next
commit. this will force a compat-breakage.
web-interfaces will now need to require xbmc.json.

confluence and default web interface were bumped by a major version.

See: http://wiki.xbmc.org/index.php?title=Eden_API_Changes for more info
  • Loading branch information
theuni committed Apr 29, 2011
1 parent 91ec6c1 commit 879af7d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion addons/repository.xbmc.org/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="repository.xbmc.org"
name="XBMC.org Add-ons"
version="1.0.0"
version="2.0.0"
provider-name="Team XBMC">
<extension point="xbmc.addon.repository"
name="Official XBMC.org Add-on Repository">
Expand Down
4 changes: 2 additions & 2 deletions addons/skin.confluence/addon.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.confluence"
version="1.2.0"
version="2.0.0"
name="Confluence"
provider-name="Jezz_X, Team XBMC">
<requires>
<import addon="xbmc.gui" version="2.11"/>
<import addon="xbmc.gui" version="3.00"/>
</requires>
<extension
point="xbmc.gui.skin"
Expand Down
4 changes: 2 additions & 2 deletions addons/webinterface.default/addon.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="webinterface.default"
version="1.1.0"
version="2.0.0"
name="Default"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.gui" version="2.11"/>
<import addon="xbmc.gui" version="3.00"/>
</requires>
<extension
point="xbmc.gui.webinterface"/>
Expand Down
2 changes: 1 addition & 1 deletion addons/xbmc.gui/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.gui" version="2.11" provider-name="Team XBMC">
<addon id="xbmc.gui" version="3.00" provider-name="Team XBMC">
<backwards-compatibility abi="2.1"/>
<requires>
<import addon="xbmc.core" version="0.1"/>
Expand Down
3 changes: 2 additions & 1 deletion addons/xbmc.metadata/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.metadata" version="1.0" provider-name="Team XBMC">
<addon id="xbmc.metadata" version="2.0" provider-name="Team XBMC">
<backwards-compatibility abi="1.0"/>
<requires>
<import addon="xbmc.core" version="0.1"/>
</requires>
Expand Down
3 changes: 2 additions & 1 deletion addons/xbmc.python/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.python" version="1.0" provider-name="Team XBMC">
<addon id="xbmc.python" version="2.0" provider-name="Team XBMC">
<backwards-compatibility abi="1.0"/>
<requires>
<import addon="xbmc.core" version="0.1"/>
</requires>
Expand Down

0 comments on commit 879af7d

Please sign in to comment.