From 747d51c5a3de372c460a222decbd9b34d3675665 Mon Sep 17 00:00:00 2001 From: PhilW Date: Fri, 20 Nov 2020 11:00:39 +0000 Subject: [PATCH] add version mark --- CHANGELOG | 2 ++ composer.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0cb4719..fe04bc9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Roundcube Webmail GlobalAddressbook =================================== +Version 1.12 (2020-11-20, rc-1.3) +================================================= * Add globaladdressbook_allowed_hosts config option * Remove support for depreciated config option globaladdressbook_readonly diff --git a/composer.json b/composer.json index d0ad3be..454fcdb 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "https://github.com/johndoh/roundcube-globaladdressbook/", "license": "GPL-3.0", "type": "roundcube-plugin", - "version": "1.11", + "version": "1.12", "authors": [ { "name": "Philip Weir", @@ -19,7 +19,7 @@ }, "extra": { "roundcube": { - "min-version": "1.0" + "min-version": "1.3" } } } \ No newline at end of file