Bump up version number, remove package.xml file
1 files deleted
3 files modified
| | |
| | | * 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) |
| | |
| | | "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", |
| | |
| | | 1 => 'notifyimportancehigh' |
| | | ); |
| | | |
| | | const VERSION = '8.0'; |
| | | const VERSION = '8.1'; |
| | | const PROGNAME = 'Roundcube (Managesieve)'; |
| | | const PORT = 4190; |
| | | |