Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-04-21 09:36:24 +0300
committerAleksander Machniak <alec@alec.pl>2019-04-21 09:36:24 +0300
commit521e0c048ce2b9cd1e48081cf3a3ae8a99130525 (patch)
treec6c89da2652df9887c0938d85c23a0950b2af0b0 /plugins
parent3562d7ffa6895f0636a5f0760fabeeb63c87cb12 (diff)
Managesieve: Bump version number
Diffstat (limited to 'plugins')
-rw-r--r--plugins/managesieve/Changelog2
-rw-r--r--plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/plugins/managesieve/Changelog b/plugins/managesieve/Changelog
index 8538f107f..f74e4f350 100644
--- a/plugins/managesieve/Changelog
+++ b/plugins/managesieve/Changelog
@@ -1,3 +1,5 @@
+* version 9.3 [2019-04-21]
+-----------------------------------------------------------
- Use RFC-compliant line endings, CRLF instead of LF (#6686)
- Fix bug where global includes were requested for vacation (#6716)
- Fix so "Create filter" option does not show up when Filters menu is disabled (#6723)
diff --git a/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php b/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
index 074d3be85..1dcec48ba 100644
--- a/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
+++ b/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
@@ -60,7 +60,7 @@ class rcube_sieve_engine
1 => 'notifyimportancehigh'
);
- const VERSION = '9.2';
+ const VERSION = '9.3';
const PROGNAME = 'Roundcube (Managesieve)';
const PORT = 4190;