Aleksander Machniak
2014-12-09 ecf6c79d00a8ed722a6664f276a0f015de4d13c2
Bump up version number, remove package.xml file
1 files deleted
3 files modified
136 ■■■■■ changed files
plugins/managesieve/Changelog 2 ●●●●● patch | view | raw | blame | history
plugins/managesieve/composer.json 4 ●●●● patch | view | raw | blame | history
plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php 2 ●●● patch | view | raw | blame | history
plugins/managesieve/package.xml 128 ●●●●● patch | view | raw | blame | history
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)
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",
plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
@@ -63,7 +63,7 @@
        1 => 'notifyimportancehigh'
    );
    const VERSION  = '8.0';
    const VERSION  = '8.1';
    const PROGNAME = 'Roundcube (Managesieve)';
    const PORT     = 4190;
plugins/managesieve/package.xml
File was deleted