plugins/managesieve/Changelog | ●●●●● patch | view | raw | blame | history | |
plugins/managesieve/managesieve.php | ●●●●● patch | view | raw | blame | history | |
plugins/managesieve/package.xml | ●●●●● patch | view | raw | blame | history | |
program/js/app.js | patch | view | raw | blame | history |
plugins/managesieve/Changelog
@@ -1,7 +1,10 @@ * version 6.1 [2012-12-21] ----------------------------------------------------------- - Fixed filter activation/deactivation confirmation message (#1488765) - Moved rcube_* classes to <plugin>/lib/Roundcube for compat. with Roundcube Framework autoloader - Fixed filter selection after filter deletion (#1488832) - Fixed compatibility with jQueryUI-1.9 - Don't force 'stop' action on last rule in a script * version 6.0 [2012-10-03] ----------------------------------------------------------- plugins/managesieve/managesieve.php
@@ -62,7 +62,7 @@ "x-beenthere", ); const VERSION = '6.0'; const VERSION = '6.1'; 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>2012-10-03</date> <date>2012-12-21</date> <version> <release>6.0</release> <release>6.1</release> <api>6.0</api> </version> <stability> program/js/app.js