Skip to content

Commit

Permalink
update version number to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-coder committed May 28, 2018
1 parent 4068bbb commit 443ec4c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
0. Log out of Roundcube! This is necessary for proper setup of the databases later.

1a. Download the last release of RCMCardDAV here:
https://github.com/blind-coder/rcmcarddav/releases/tag/v3.0.1
https://github.com/blind-coder/rcmcarddav/releases/tag/v3.0.2
Extract the archive and rename the extracted directory to 'carddav'.

1b. Copy/Clone the whole RCMCardDAV plugin directory to roundcubemail/plugins/ and rename
Expand Down
4 changes: 2 additions & 2 deletions carddav_common.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function cdfopen($url, $http_opts, $carddav)
$scheme = strtolower($carddav['authentication_scheme']);
if ($scheme != "basic" && $scheme != "digest"){
/* figure out authentication */
$httpful->addHeader("User-Agent", "RCM CardDAV plugin/3.0.1");
$httpful->addHeader("User-Agent", "RCM CardDAV plugin/3.0.2");
$httpful->uri($url);
$httpful->method($http_opts['method']);
$error = $httpful->send();
Expand All @@ -204,7 +204,7 @@ public function cdfopen($url, $http_opts, $carddav)
}
}

$httpful->addHeader("User-Agent", "RCM CardDAV plugin/3.0.1");
$httpful->addHeader("User-Agent", "RCM CardDAV plugin/3.0.2");
$httpful->uri($url);

$httpful->method($http_opts['method']);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["addressbook","carddav","contacts","owncloud","davical"],
"homepage": "https://www.benjamin-schieder.de/carddav.html",
"license": "GPL-2.0",
"version": "3.0.1",
"version": "3.0.2",
"authors": [
{
"name": "Benjamin Schieder",
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2018-05-07</date>
<date>2018-05-28</date>
<version>
<release>3.0.1</release>
<release>3.0.2</release>
</version>
<stability>
<release>stable</release>
Expand Down

0 comments on commit 443ec4c

Please sign in to comment.