mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 03:38:49 +00:00
merge of '057f323db2fa6be4670dc58350ff09cbbc11113b'
and '99a21f22aaef25992c4ef5afd7e525c0b3aca3cd' Monotone-Parent: 057f323db2fa6be4670dc58350ff09cbbc11113b Monotone-Parent: 99a21f22aaef25992c4ef5afd7e525c0b3aca3cd Monotone-Revision: fb63130e235a425b2051b359e3504ed4d8916859 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-02-15T18:14:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<?php
|
||||
/* updates.php - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2006-2010 Inverse inc.
|
||||
* Copyright (C) 2006-2012 Inverse inc.
|
||||
*
|
||||
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
* Francis Lachapelle <flachapelle@inverse.ca>
|
||||
*
|
||||
* This file is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -27,22 +28,22 @@ $plugins
|
||||
= array(
|
||||
"sogo-connector@inverse.ca"
|
||||
=> array( "application" => "thunderbird",
|
||||
"version" => "3.102",
|
||||
"filename" => "sogo-connector-3.102.xpi" ),
|
||||
"version" => "10.0.0",
|
||||
"filename" => "sogo-connector-10.0.0.xpi" ),
|
||||
"sogo-integrator@inverse.ca"
|
||||
=> array( "application" => "thunderbird",
|
||||
"version" => "3.102",
|
||||
"filename" => "sogo-integrator-3.102.xpi" ),
|
||||
"version" => "10.0.0",
|
||||
"filename" => "sogo-integrator-10.0.0.xpi" )
|
||||
"{e2fda1a4-762b-4020-b5ad-a41df1933103}"
|
||||
=> array( "application" => "thunderbird",
|
||||
"version" => "1.0b2.102i",
|
||||
"filename" => "lightning-1.0b2.102i.xpi" )
|
||||
"version" => "1.2.1",
|
||||
"filename" => "lightning.xpi" )
|
||||
);
|
||||
|
||||
$applications
|
||||
= array( "thunderbird" => "<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
|
||||
<em:minVersion>3.1.0</em:minVersion>
|
||||
<em:maxVersion>3.1.*</em:maxVersion>" );
|
||||
<em:minVersion>10.0</em:minVersion>
|
||||
<em:maxVersion>10.*</em:maxVersion>" );
|
||||
|
||||
$pluginname = $_GET["plugin"];
|
||||
$plugin =& $plugins[$pluginname];
|
||||
|
||||
Reference in New Issue
Block a user