Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThosRTanner committed Mar 4, 2018
1 parent 351fd5d commit ca16fc6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 23 deletions.
4 changes: 1 addition & 3 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Changes for v 2.0.2.0??

## IMPORTANT - Check the xml config version number matches code before release
# Changes for v 2.0.2.0

inforss.xml is now at version 8

Expand Down
17 changes: 1 addition & 16 deletions phoebus.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[addon]
type="extension"
id="[email protected]"
release="inforss-2.0.1.2.xpi"
release="inforss-2.0.2.0.xpi"

[metadata]
name="infoRSS Reloaded"
Expand All @@ -12,18 +12,3 @@ license="mpl-1.1"
homepageURL="https://github.com/ThosRTanner/inforss/wiki"
repository="https://github.com/ThosRTanner/inforss"
supportURL="https://github.com/ThosRTanner/inforss/issues"

[inforss-2.0.0.0.xpi]
version="2.0.0.0"
minAppVersion="27.0.0"
maxAppVersion="27.*"

[inforss-2.0.1.1.xpi]
version="2.0.1.1"
minAppVersion="27.4.0"
maxAppVersion="27.*"

[inforss-2.0.1.2.xpi]
version="2.0.1.2"
minAppVersion="27.4.0"
maxAppVersion="27.*"
6 changes: 3 additions & 3 deletions source/content/inforss/inforssXMLRepository.js
Original file line number Diff line number Diff line change
Expand Up @@ -1619,11 +1619,11 @@ XML_Repository.prototype = {
}
}

//NOTNOTENOTE Check this before release.
//NOTENOTENOTE Check this before release.
//It should be set to what is up above
if (config.getAttribute("version") != "7")
if (config.getAttribute("version") != "8")
{
config.setAttribute("version", 7);
config.setAttribute("version", 8);
this.backup();
this._save(list);
}
Expand Down
2 changes: 1 addition & 1 deletion source/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<em:targetApplication>
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>27.4.0</em:minVersion>
<em:minVersion>27.7.2</em:minVersion>
<em:maxVersion>27.*</em:maxVersion>
</Description>
</em:targetApplication>
Expand Down

0 comments on commit ca16fc6

Please sign in to comment.