diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/debug_logger/composer.json | 2 | ||||
-rw-r--r-- | plugins/enigma/composer.json | 2 | ||||
-rw-r--r-- | plugins/managesieve/composer.json | 2 | ||||
-rw-r--r-- | plugins/vcard_attachments/composer.json | 2 |
4 files changed, 4 insertions, 4 deletions
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", |