[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 87/483: Requiring Adblock Plus 0.7.5 now

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit 11749dbbab04f0094e17d9f081e2c1b3643159c3
Author: Wladimir Palant <trev at gtchat.de>
Date:   Sun Apr 29 23:37:25 2007 +0000

    Requiring Adblock Plus 0.7.5 now
    
    --HG--
    extra : convert_revision : svn%3Ad8bf93c1-8190-44a8-bb31-1ea94378a4df/trunk%40783
---
 chrome/content/overlay.js | 2 +-
 install.rdf               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/overlay.js b/chrome/content/overlay.js
index 0d6a7c9..b219409 100644
--- a/chrome/content/overlay.js
+++ b/chrome/content/overlay.js
@@ -30,7 +30,7 @@ function ehhInit() {
   var branch = prefService.getBranch("extensions.adblockplus.");
 
   // Check whether ABP is installed and has at least the required version
-  var requiredVersion = "0.7.2.3";
+  var requiredVersion = "0.7.5";
   var installedVersion = "0";
   try {
     var abp = Components.classes["@mozilla.org/adblockplus;1"]
diff --git a/install.rdf b/install.rdf
index 9d46e49..c2307d2 100644
--- a/install.rdf
+++ b/install.rdf
@@ -81,7 +81,7 @@
       <em:id>{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}</em:id>
       <em:name>Adblock Plus</em:name>
       <em:homepageURL>http://adblockplus.org/</em:homepageURL>
-      <em:minVersion>0.7.2.3</em:minVersion>
+      <em:minVersion>0.7.5</em:minVersion>
       <em:maxVersion>*</em:maxVersion>
     </Description>
   </em:requires>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list