Bump version

pull/280/head
Thomas Bruederli 9 years ago
parent d8ffedbd5e
commit f1ae19dc6b

@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 1.1.2
-------------
- Add new plugin hook 'identity_create_after' providing the ID of the inserted identity (#1490358)
- Add option to place signature at bottom of the quoted text even in top-posting mode [sig_below]
- Fix handling of %-encoded entities in mailto: URLs (#1490346)

@ -2,7 +2,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.1.1 |
| Version 1.1.2 |
| |
| Copyright (C) 2005-2015, The Roundcube Dev Team |
| |

@ -3,7 +3,7 @@
/*
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
| Version 1.1.1 |
| Version 1.1.2 |
| |
| Copyright (C) 2009-2015, The Roundcube Dev Team |
| |

@ -21,7 +21,7 @@
*/
// application constants
define('RCMAIL_VERSION', '1.1.1');
define('RCMAIL_VERSION', '1.1.2');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {

@ -54,7 +54,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
define('RCUBE_VERSION', '1.1.1');
define('RCUBE_VERSION', '1.1.2');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {

Loading…
Cancel
Save