Update changelog

pull/6002/head
Aleksander Machniak 7 years ago
parent 490aa70bd5
commit 2683d1d8df

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Managesieve: Add ability to disable filter sets and other actions (#5496, #5898)
- Changed defaults for smtp_user (%u), smtp_pass (%p) and smtp_port (587)
- Composer: Fix certificate validation errors by using packagist only (#5148)
- Enigma: Add button to send mail unencrypted if no key was found (#5913)

@ -1,6 +1,9 @@
* version 9.0 [2017-10-02]
-----------------------------------------------------------
- Fix parsing dot-staffed lines in multiline text (#5838)
- Fix AM/PM suffix in vacation time selectors
- Fix bug where 'exists' operator was reset to 'contains' (#5899)
- Add ability to disable filter sets and other actions (#5496, #5898)
* version 8.9 [2017-05-22]
-----------------------------------------------------------

@ -64,7 +64,7 @@ class rcube_sieve_engine
);
private $disabled_actions;
const VERSION = '8.9';
const VERSION = '9.0';
const PROGNAME = 'Roundcube (Managesieve)';
const PORT = 4190;

Loading…
Cancel
Save