summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-05-11 07:08:05 +0200
committerRemi Collet <remi@php.net>2026-05-11 07:08:05 +0200
commitfc166e56d73126d5b21d86cc26f457732bf1d966 (patch)
tree991148a1246774e2b2e8ca15f80f2dc778b830b6 /plugins
parentcd620a82ba5a9c1cbf6eec360dc6de5f9e813c36 (diff)
update to 1.7.0HEADmaster
Diffstat (limited to 'plugins')
-rw-r--r--plugins/enigma/composer.json2
-rw-r--r--plugins/zipdownload/composer.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/enigma/composer.json b/plugins/enigma/composer.json
index 8b6097a..b3b5327 100644
--- a/plugins/enigma/composer.json
+++ b/plugins/enigma/composer.json
@@ -14,7 +14,7 @@
"require": {
"php": ">=7.3.0",
"roundcube/plugin-installer": "~0.3.5",
- "pear/crypt_gpg": "~1.6.3"
+ "pear/crypt_gpg": "~1.7.0"
},
"autoload": {
"classmap": [
diff --git a/plugins/zipdownload/composer.json b/plugins/zipdownload/composer.json
index 0f9aa2a..7639225 100644
--- a/plugins/zipdownload/composer.json
+++ b/plugins/zipdownload/composer.json
@@ -3,7 +3,7 @@
"type": "roundcube-plugin",
"description": "Adds an option to download all attachments to a message in one zip file, when a message has multiple attachments. Also allows the download of a selection of messages in one zip file. Supports mbox and maildir format.",
"license": "GPL-3.0-or-later",
- "version": "3.5",
+ "version": "3.6",
"authors": [
{
"name": "Thomas Bruederli",