Skip to content

Commit

Permalink
update version number to v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-coder committed Oct 1, 2018
1 parent a4e61ea commit 7edf0c9
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.2
https://github.com/blind-coder/rcmcarddav/releases/tag/v3.0.3
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" && $scheme != "negotiate"){
/* figure out authentication */
$httpful->addHeader("User-Agent", "RCM CardDAV plugin/3.0.2");
$httpful->addHeader("User-Agent", "RCM CardDAV plugin/3.0.3");
$httpful->uri($url);
$httpful->method($http_opts['method']);
$error = $httpful->send();
Expand Down Expand Up @@ -212,7 +212,7 @@ public function cdfopen($url, $http_opts, $carddav)
}
}

$httpful->addHeader("User-Agent", "RCM CardDAV plugin/3.0.2");
$httpful->addHeader("User-Agent", "RCM CardDAV plugin/3.0.3");
$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.2",
"version": "3.0.3",
"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-28</date>
<date>2018-10-01</date>
<version>
<release>3.0.2</release>
<release>3.0.3</release>
</version>
<stability>
<release>stable</release>
Expand Down

0 comments on commit 7edf0c9

Please sign in to comment.