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