summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-05 09:25:51 +0200
committerRemi Collet <remi@remirepo.net>2021-07-05 09:25:51 +0200
commit0045ce0c248617780bbbc309b0d4ea8bdcfd7ff4 (patch)
tree0881a10d462b17b1d36ed913d3f8fa592c32f4d9 /plugins
parent2eb9e398c3ebc84589de4c275c445b5ca224806e (diff)
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
Diffstat (limited to 'plugins')
-rw-r--r--plugins/debug_logger/composer.json2
-rw-r--r--plugins/enigma/composer.json2
-rw-r--r--plugins/managesieve/composer.json2
-rw-r--r--plugins/vcard_attachments/composer.json2
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",