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