From 0045ce0c248617780bbbc309b0d4ea8bdcfd7ff4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Jul 2021 09:25:51 +0200 Subject: update to 1.5-beta drop dependency on pear/net_idna2 raise dependency on pear/net_smtp 1.9 raise dependency on masterminds/html5 2.7 add dependency on guzzlehttp/guzzle switch from mkopinsky/zxcvbn-php to bjeavons/zxcvbn-php --- plugins/debug_logger/composer.json | 2 +- plugins/enigma/composer.json | 2 +- plugins/managesieve/composer.json | 2 +- plugins/vcard_attachments/composer.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/debug_logger/composer.json b/plugins/debug_logger/composer.json index 518a08b..9c48689 100644 --- a/plugins/debug_logger/composer.json +++ b/plugins/debug_logger/composer.json @@ -1,7 +1,7 @@ { "name": "roundcube/debug_logger", "type": "roundcube-plugin", - "description": "Enhanced logging for debugging purposes. It is not recommened to be enabled on production systems without testing because of the somewhat increased memory, cpu and disk i/o overhead.", + "description": "Enhanced logging for debugging purposes. It is not recommended to be enabled on production systems without testing because of the somewhat increased memory, cpu and disk i/o overhead.", "license": "GPL-3.0-or-later", "version": "1.0", "authors": [ diff --git a/plugins/enigma/composer.json b/plugins/enigma/composer.json index 4a6090e..b19ad9b 100644 --- a/plugins/enigma/composer.json +++ b/plugins/enigma/composer.json @@ -3,7 +3,7 @@ "type": "roundcube-plugin", "description": "Server-side PGP Encryption for Roundcube", "license": "GPL-3.0-or-later", - "version": "0.8", + "version": "0.9", "authors": [ { "name": "Aleksander Machniak", diff --git a/plugins/managesieve/composer.json b/plugins/managesieve/composer.json index 74c0db2..72a597c 100644 --- a/plugins/managesieve/composer.json +++ b/plugins/managesieve/composer.json @@ -3,7 +3,7 @@ "type": "roundcube-plugin", "description": "Adds a possibility to manage Sieve scripts (incoming mail filters). It's clickable interface which operates on text scripts and communicates with server using managesieve protocol. Adds Filters tab in Settings.", "license": "GPL-3.0-or-later", - "version": "9.3", + "version": "9.4", "authors": [ { "name": "Aleksander Machniak", diff --git a/plugins/vcard_attachments/composer.json b/plugins/vcard_attachments/composer.json index 8cc8aa9..11fd431 100644 --- a/plugins/vcard_attachments/composer.json +++ b/plugins/vcard_attachments/composer.json @@ -3,7 +3,7 @@ "type": "roundcube-plugin", "description": "Detects vCard attachments and allows to add them to address book. Also allows to attach vCards of your contacts to composed messages", "license": "GPL-3.0-or-later", - "version": "4.1", + "version": "4.2", "authors": [ { "name": "Thomas Bruederli", -- cgit