From 7edf0c9dae87e8d0e618c2a3ee1956dfe04d1453 Mon Sep 17 00:00:00 2001 From: Benjamin 'blindCoder' Schieder Date: Mon, 1 Oct 2018 09:22:18 +0200 Subject: [PATCH] update version number to v3.0.3 --- INSTALL | 2 +- carddav_common.php | 4 ++-- composer.json | 2 +- package.xml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index 12279742..67154230 100644 --- a/INSTALL +++ b/INSTALL @@ -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 diff --git a/carddav_common.php b/carddav_common.php index 646ef5b3..21d1d233 100644 --- a/carddav_common.php +++ b/carddav_common.php @@ -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(); @@ -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']); diff --git a/composer.json b/composer.json index 21d9a658..6d727724 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/package.xml b/package.xml index 5b963195..f15d6180 100644 --- a/package.xml +++ b/package.xml @@ -22,9 +22,9 @@ ms@mike2k.de yes - 2018-05-28 + 2018-10-01 - 3.0.2 + 3.0.3 stable