From 4e1754f1b96b7570a82395ba60b7e82bc8b20192 Mon Sep 17 00:00:00 2001 From: sagredo-dev Date: Sun, 8 Sep 2024 19:28:43 +0200 Subject: [PATCH] Pulled version 1.0.3 --- composer.json | 2 +- qmailforward.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9b1560d..e8545b1 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "https://github.com/sagredo-dev/qmailforward", "license": "GPL-3.0-or-later", "type": "roundcube-plugin", - "version": "1.0.2", + "version": "1.0.3", "authors": [ { "name": "Roberto Puzzanghera", diff --git a/qmailforward.php b/qmailforward.php index 412c20b..daac9e2 100644 --- a/qmailforward.php +++ b/qmailforward.php @@ -7,10 +7,10 @@ * aliases in the database (--enable-valias). Adjustments to * qmailadmin are needed as well. * - * @version 1.0.2 + * @version 1.0.3 * @author Roberto Puzzanghera * @url https://notes.sagredo.eu/en/qmail-notes-185/roundcube-plugins-35.html#qmailforward - * https://notes.sagredo.eu/en/qmail-notes-185/sql-valias-with-sieve-solution-for-qmail-new-patches-and-roundcube-plugin-301.html + * https://notes.sagredo.eu/en/qmail-notes-185/sql-valias-with-sieve-solution-for-qmail-new-features-and-roundcube-plugin-301.html * * Credits for the scheme of several functions and classes go to the * sauserprefs and managesieve authors. They are specified before the