diff --git a/Changes.md b/Changes.md index 182dc378..7de90fd7 100644 --- a/Changes.md +++ b/Changes.md @@ -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 diff --git a/phoebus.manifest b/phoebus.manifest index 3807d4af..84e3c9f1 100644 --- a/phoebus.manifest +++ b/phoebus.manifest @@ -1,7 +1,7 @@ [addon] type="extension" id="inforss-reloaded@addons.palemoon.org" -release="inforss-2.0.1.2.xpi" +release="inforss-2.0.2.0.xpi" [metadata] name="infoRSS Reloaded" @@ -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.*" diff --git a/source/content/inforss/inforssXMLRepository.js b/source/content/inforss/inforssXMLRepository.js index cf4a9603..c5f156a3 100644 --- a/source/content/inforss/inforssXMLRepository.js +++ b/source/content/inforss/inforssXMLRepository.js @@ -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); } diff --git a/source/install.rdf b/source/install.rdf index 7199365c..ae5dcea0 100644 --- a/source/install.rdf +++ b/source/install.rdf @@ -18,7 +18,7 @@ {8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4} - 27.4.0 + 27.7.2 27.*