aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2011-08-16 15:54:48 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2011-08-16 15:54:48 +0100
commit2b8ee39502171d67c39813343353f582a00f5bd0 (patch)
treec8537e623502039cb6e0263bf49094c07e0205df
parent9b666c49dfb33764d408c7a4a2ee47f612ea3111 (diff)
downloadMultiproxy-Switch-2b8ee39502171d67c39813343353f582a00f5bd0.tar.gz
Add support for Firefox 6.0v1.36
-rw-r--r--README.md6
-rw-r--r--src/chrome/content/globals.js2
-rw-r--r--src/install.rdf34
3 files changed, 12 insertions, 30 deletions
diff --git a/README.md b/README.md
index e394052..7cf162a 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,10 @@ Change the .zip file to .xpi, and add manually to Firefox
Requirements:
----------------------
-Firefox 2.* - 4.0.*
+Firefox 2.* - 6.*
+or
+Thunderbird 1.* - 6.*
TODO:
----------------------
-Package as Firefox add-on.
-
Enable DNS remote lookup on a per proxy basis (network.proxy.socks_remote_dns).
diff --git a/src/chrome/content/globals.js b/src/chrome/content/globals.js
index f0a5a5c..6fd3db5 100644
--- a/src/chrome/content/globals.js
+++ b/src/chrome/content/globals.js
@@ -6,7 +6,7 @@ const gSProxyRdfNodeId = gSProxyRdfNodeUriRoot+ "#id";
const gSProxyRdfNodeName = gSProxyRdfNodeUriRoot+ "#name";
const gSProxyRdfNodeProxy = gSProxyRdfNodeUriRoot+ "#proxy";
-const gmproxy_Version = "1.35";
+const gmproxy_Version = "1.36";
const gmproxy_DownloadSite = "https://github.com/jmccrohan/Multiproxy-Switch";
var gSProxyStrBundle = null;
diff --git a/src/install.rdf b/src/install.rdf
index 05387a6..e578292 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -5,7 +5,7 @@
<em:id>{BB080420-8088-F650-3D47-13799CCD6159}</em:id>
<em:name>Multiproxy Switch</em:name>
- <em:version>1.35</em:version>
+ <em:version>1.36</em:version>
<em:description>MPS lets you switch local proxies in Firefox and Thunderbird, and do more.</em:description>
<em:creator>McFred</em:creator>
<em:contributor>Jeremy Gillick (http://www.mozmonkey.com)</em:contributor>
@@ -18,35 +18,17 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
- <em:maxVersion>5.*</em:maxVersion>
+ <em:maxVersion>6.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Thunderbird -->
<em:targetApplication>
- <Description>
- <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
- <em:minVersion>1.0</em:minVersion>
- <em:maxVersion>3.*</em:maxVersion>
- </Description>
- </em:targetApplication>
- <!-- Mozilla -->
- <em:targetApplication>
- <Description>
- <em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
- <em:minVersion>1.5</em:minVersion>
- <em:maxVersion>1.8</em:maxVersion>
- </Description>
- </em:targetApplication>
- <!-- Flock -->
- <em:targetApplication>
- <Description>
- <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
- <em:minVersion>1.0</em:minVersion>
- <em:maxVersion>1.2.*</em:maxVersion>
- </Description>
- </em:targetApplication>
-
-
+ <Description>
+ <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
+ <em:minVersion>1.0</em:minVersion>
+ <em:maxVersion>6.*</em:maxVersion>
+ </Description>
+ </em:targetApplication>
<em:localized>
<Description>
<em:locale>zh-CN</em:locale>