Skip to content

Commit

Permalink
update version number to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-coder committed Nov 25, 2016
1 parent 0059f1e commit 3218e48
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
0. Log ouf 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/carddav_2.0.3
https://github.com/blind-coder/rcmcarddav/releases/tag/carddav_2.0.4
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/2.0.3");
$httpful->addHeader("User-Agent", "RCM CardDAV plugin/2.0.4");
$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/2.0.3");
$httpful->addHeader("User-Agent", "RCM CardDAV plugin/2.0.4");
$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": "2.0.3",
"version": "2.0.4",
"authors": [
{
"name": "Benjamin Schieder",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</developer>
<date>2016-11-25</date>
<version>
<release>2.0.3</release>
<release>2.0.4</release>
</version>
<stability>
<release>stable</release>
Expand Down

0 comments on commit 3218e48

Please sign in to comment.