From 74714bdbb36bc002383aa9fc78849ff7954952cb Mon Sep 17 00:00:00 2001 From: Diana Soares Date: Wed, 16 Aug 2017 13:17:55 +0100 Subject: [PATCH] Release version 0.2.8 --- composer.json | 2 +- removeattachments.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 90c310b..e8c8c70 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["mail","attachments"], "homepage": "https://github.com/dsoares/Roundcube-Plugin-RemoveAttachments", "license": "GPL-3.0", - "version": "0.2.7", + "version": "0.2.8", "type": "roundcube-plugin", "authors": [ { diff --git a/removeattachments.php b/removeattachments.php index 08eb3cd..034523e 100644 --- a/removeattachments.php +++ b/removeattachments.php @@ -6,7 +6,7 @@ * Roundcube plugin to allow the removal of attachments from a message. * Original code from Philip Weir. * - * @version 0.2.7 + * @version 0.2.8 * @author Diana Soares */ class removeattachments extends rcube_plugin