From ecf6c79d00a8ed722a6664f276a0f015de4d13c2 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 9 Dec 2014 04:43:25 -0500 Subject: Bump up version number, remove package.xml file --- plugins/managesieve/Changelog | 2 + plugins/managesieve/composer.json | 4 +- .../lib/Roundcube/rcube_sieve_engine.php | 2 +- plugins/managesieve/package.xml | 128 --------------------- 4 files changed, 5 insertions(+), 131 deletions(-) delete mode 100644 plugins/managesieve/package.xml diff --git a/plugins/managesieve/Changelog b/plugins/managesieve/Changelog index 334b1458f..3ac7741ad 100644 --- a/plugins/managesieve/Changelog +++ b/plugins/managesieve/Changelog @@ -1,3 +1,5 @@ +* version 8.1 [2014-12-09] +----------------------------------------------------------- - Added simple API to manage vacation rule - Fix missing css/js scripts in filter form in mail task - Fix default vacation status (#1490019) diff --git a/plugins/managesieve/composer.json b/plugins/managesieve/composer.json index 51e76bc92..d8c8af4fe 100644 --- a/plugins/managesieve/composer.json +++ b/plugins/managesieve/composer.json @@ -2,8 +2,8 @@ "name": "roundcube/managesieve", "type": "roundcube-plugin", "description": "Adds a possibility to manage Sieve scripts (incoming mail filters). It's clickable interface which operates on text scripts and communicates with server using managesieve protocol. Adds Filters tab in Settings.", - "license": "GNU GPLv3+", - "version": "7.2", + "license": "GPLv3+", + "version": "8.1", "authors": [ { "name": "Aleksander Machniak", diff --git a/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php b/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php index fb2f64e3d..8d0dca4d0 100644 --- a/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php +++ b/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php @@ -63,7 +63,7 @@ class rcube_sieve_engine 1 => 'notifyimportancehigh' ); - const VERSION = '8.0'; + const VERSION = '8.1'; const PROGNAME = 'Roundcube (Managesieve)'; const PORT = 4190; diff --git a/plugins/managesieve/package.xml b/plugins/managesieve/package.xml deleted file mode 100644 index f4c4bb941..000000000 --- a/plugins/managesieve/package.xml +++ /dev/null @@ -1,128 +0,0 @@ - - - managesieve - pear.roundcube.net - Sieve filters manager for Roundcube - - Adds a possibility to manage Sieve scripts (incoming mail filters). - It's clickable interface which operates on text scripts and communicates - with server using managesieve protocol. Adds Filters tab in Settings. - - - Aleksander Machniak - alec - alec@alec.pl - yes - - 2014-02-14 - - 7.2 - 7.0 - - - stable - stable - - GNU GPLv3+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 5.2.1 - - - 1.7.0 - - - - - -- cgit v1.2.3