From 9db22bca3f997839319ab354b47b971cd56fa132 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 May 2026 06:33:54 +0200 Subject: update to 1.7.1 --- composer.json | 2 +- plugins/enigma/composer.json | 4 ++-- roundcubemail.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c67e2d1..56f7661 100644 --- a/composer.json +++ b/composer.json @@ -38,5 +38,5 @@ "roundcube/plugin-installer": true } }, - "version": "1.7.0" + "version": "1.7.1" } diff --git a/plugins/enigma/composer.json b/plugins/enigma/composer.json index b3b5327..3734184 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.9", + "version": "1.0", "authors": [ { "name": "Aleksander Machniak", @@ -12,7 +12,7 @@ } ], "require": { - "php": ">=7.3.0", + "php": ">=8.1", "roundcube/plugin-installer": "~0.3.5", "pear/crypt_gpg": "~1.7.0" }, diff --git a/roundcubemail.spec b/roundcubemail.spec index 62de793..500a00d 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -12,7 +12,7 @@ # support for apache / nginx / php-fpm %global with_phpfpm 1 -%global upstream_version 1.7.0 +%global upstream_version 1.7.1 #global upstream_prever rc6 %global roundcubedir %{_datadir}/roundcubemail @@ -272,6 +272,9 @@ fi %changelog +* Mon May 25 2026 Remi Collet - 1.7.1-1 +- update to 1.7.1 + * Mon May 11 2026 Remi Collet - 1.7.0-1 - update to 1.7.0 -- cgit