diff --git a/Documentation/SOGo Installation Guide.odt b/Documentation/SOGo Installation Guide.odt index 7381203ed..094b96fc7 100644 Binary files a/Documentation/SOGo Installation Guide.odt and b/Documentation/SOGo Installation Guide.odt differ diff --git a/Documentation/SOGo Mobile Devices Configuration.odt b/Documentation/SOGo Mobile Devices Configuration.odt index 4bb88bfd6..10d6e9f5a 100644 Binary files a/Documentation/SOGo Mobile Devices Configuration.odt and b/Documentation/SOGo Mobile Devices Configuration.odt differ diff --git a/Documentation/SOGo Mozilla Thunderbird Configuration.odt b/Documentation/SOGo Mozilla Thunderbird Configuration.odt index 903ecc50c..a0a683dc6 100644 Binary files a/Documentation/SOGo Mozilla Thunderbird Configuration.odt and b/Documentation/SOGo Mozilla Thunderbird Configuration.odt differ diff --git a/NEWS b/NEWS index be55677c4..95d53610a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ -1.3-201009XX (1.3.2) +1.3-20100921 (1.3.2) +-------------------- - fixed various issues with some types of email address fields - added support for Ctrl-A (select all) in all web modules - added support for Ctrl-C/Ctrl-V (copy/paste) in the calendar web module diff --git a/Scripts/updates.php b/Scripts/updates.php index 952c76322..50c5f548f 100755 --- a/Scripts/updates.php +++ b/Scripts/updates.php @@ -1,7 +1,7 @@ * @@ -24,26 +24,24 @@ /* This script handles the automatic propagation of extensions pertaining to a SOGo site. It requires PHP 4.1.0 or later. */ $plugins -= array( "sogo-connector@inverse.ca" += array( + "sogo-connector@inverse.ca" => array( "application" => "thunderbird", - "version" => "0.92", - "filename" => "sogo-connector-0.92.xpi" ), - "sogo-integrator@inverse.ca" + "version" => "3.102", + "filename" => "sogo-connector-3.102.xpi" ), + "sogo-integrator@inverse.ca" + => array( "application" => "thunderbird", + "version" => "3.102", + "filename" => "sogo-integrator-3.102.xpi" ), => array( "application" => "thunderbird", - "version" => "0.92", - "filename" => "sogo-integrator-0.92-sogo-demo.xpi" ), - "{e2fda1a4-762b-4020-b5ad-a41df1933103}" - => array( "application" => "thunderbird", - "version" => "0.9.2", - "filename" => "lightning-0.9.2.xpi" )); + "version" => "1.0b2.102i", + "filename" => "lightning-1.0b2.102i.xpi" ) +); $applications = array( "thunderbird" => "{3550f703-e582-4d05-9a08-453d09bdfdc6} - 1.5 - 2.0.*", - "firefox" => "{ec8030f7-c20a-464f-9b0e-13a3a9e97384} - 1.5 - 2.0.*" ); + 3.1.0 + 3.1.*" ); $pluginname = $_GET["plugin"]; $plugin =& $plugins[$pluginname];