Aleksander Machniak
2014-02-14 ef76ce576c383c14db3958a4966343addb882c80
Bump version number
4 files modified
10 ■■■■■ changed files
plugins/managesieve/Changelog 2 ●●●●● patch | view | raw | blame | history
plugins/managesieve/composer.json 2 ●●● patch | view | raw | blame | history
plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php 2 ●●● patch | view | raw | blame | history
plugins/managesieve/package.xml 4 ●●●● patch | view | raw | blame | history
plugins/managesieve/Changelog
@@ -1,3 +1,5 @@
* version 7.2 [2014-02-14]
-----------------------------------------------------------
- Nicely handle server-side modification of script names (#1489412)
- Add Filters tab/section using plugin API hook
- Fix issue where folder selector wasn't visible on new filter form
plugins/managesieve/composer.json
@@ -3,7 +3,7 @@
    "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.0",
    "version": "7.2",
    "authors": [
        {
            "name": "Aleksander Machniak",
plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
@@ -53,7 +53,7 @@
        "x-beenthere",
    );
    const VERSION  = '7.1';
    const VERSION  = '7.2';
    const PROGNAME = 'Roundcube (Managesieve)';
    const PORT     = 4190;
plugins/managesieve/package.xml
@@ -17,9 +17,9 @@
        <email>alec@alec.pl</email>
        <active>yes</active>
    </lead>
    <date>2013-09-09</date>
    <date>2014-02-14</date>
    <version>
        <release>7.0</release>
        <release>7.2</release>
        <api>7.0</api>
    </version>
    <stability>