From bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 05 Feb 2016 07:25:27 -0500 Subject: [PATCH] Secure also downloads of addressbook exports, managesieve script exports and Enigma keys exports --- plugins/emoticons/composer.json | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/emoticons/composer.json b/plugins/emoticons/composer.json index c2ada78..72f1602 100644 --- a/plugins/emoticons/composer.json +++ b/plugins/emoticons/composer.json @@ -1,9 +1,9 @@ { "name": "roundcube/emoticons", "type": "roundcube-plugin", - "description": "Sample plugin to replace emoticons in plain text message body with real icons.", - "license": "GNU GPLv3+", - "version": "1.3", + "description": "Plugin that adds emoticons support.", + "license": "GPLv3+", + "version": "2.0", "authors": [ { "name": "Thomas Bruederli", -- Gitblit v1.9.1