Aleksander Machniak
2013-11-22 aac4b452a3a538ecf6abdfcf100c7d9d33aadd1f
Bump version to 7.1
2 files modified
4 ■■■ changed files
plugins/managesieve/Changelog 2 ●●●●● patch | view | raw | blame | history
plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php 2 ●●● patch | view | raw | blame | history
plugins/managesieve/Changelog
@@ -1,3 +1,5 @@
* version 7.1 [2013-11-22]
-----------------------------------------------------------
- lib/Net Sieve.php moved to Roundcube /lib directory
- Added managesieve_domains option to limit redirect destinations
- Fix bug where at least one additional address of vacation message was required (#1489345)
plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
@@ -53,7 +53,7 @@
        "x-beenthere",
    );
    const VERSION  = '7.0';
    const VERSION  = '7.1';
    const PROGNAME = 'Roundcube (Managesieve)';
    const PORT     = 4190;