From d7a0a3bdf67370aba670ee7056fd69a07983761f Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Tue, 8 Nov 2011 21:34:13 +0000 Subject: Add support for Firefox 8.0. Added support for automatic package update. --- README.md | 4 ++-- src/chrome/content/globals.js | 2 +- src/install.rdf | 55 ++++++++----------------------------------- 3 files changed, 13 insertions(+), 48 deletions(-) diff --git a/README.md b/README.md index 9d5b675..9577491 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ Change the .zip file to .xpi, and add manually to Firefox Requirements: ---------------------- -Firefox 2.* - 7.* +Firefox 2.* - 8.* or -Thunderbird 1.* - 7.* +Thunderbird 1.* - 8.* TODO: ---------------------- diff --git a/src/chrome/content/globals.js b/src/chrome/content/globals.js index f447c86..f7fb5e1 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.37"; +const gmproxy_Version = "1.38"; const gmproxy_DownloadSite = "https://github.com/jmccrohan/Multiproxy-Switch"; var gSProxyStrBundle = null; diff --git a/src/install.rdf b/src/install.rdf index b0ee4c9..59aa0d1 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -5,20 +5,21 @@ {BB080420-8088-F650-3D47-13799CCD6159} Multiproxy Switch - 1.37 - MPS lets you switch local proxies in Firefox and Thunderbird, and do more. - McFred - Jeremy Gillick (http://www.mozmonkey.com) - Jonathan McCrohan (http://dereenigne.org) - https://github.com/jmccrohan/Multiproxy-Switch - chrome://mproxy/content/options/options.xul + 1.38 + MPS lets you switch local proxies in Firefox and Thunderbird, and do more. + McFred + Jeremy Gillick (http://www.mozmonkey.com) + Jonathan McCrohan (http://dereenigne.org) + https://github.com/jmccrohan/Multiproxy-Switch + chrome://mproxy/content/options/options.xul + https://github.com/downloads/jmccrohan/Multiproxy-Switch/update.rdf {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 1.5 - 7.* + 8.* @@ -26,44 +27,8 @@ {3550f703-e582-4d05-9a08-453d09bdfdc6} 1.0 - 7.* + 8.* - - - zh-CN - Multiproxy Switch - McFred - Jeremy Gillick (http://www.mozmonkey.com) - Jonathan McCrohan (http://dereenigne.org) - https://github.com/jmccrohan/Multiproxy-Switch - MPS让你切换代理服务器更方便! - - - - - - zh-TW - Multiproxy Switch - McFred - Jeremy Gillick (http://www.mozmonkey.com) - Jonathan McCrohan (http://dereenigne.org) - https://github.com/jmccrohan/Multiproxy-Switch - MPS让你切换代理服务器更方便! - - - - - - es-ES - Multiproxy Switch - McFred - Jeremy Gillick (http://www.mozmonkey.com) - Jonathan McCrohan (http://dereenigne.org) - https://github.com/jmccrohan/Multiproxy-Switch - MPS permite intercambiar proxies locales en Firefox y Thunderbird, y mucho más. - - - -- cgit v1.2.3