Bump version to 1.3.2

pull/6072/head
Thomas Bruederli 7 years ago
parent 46fe227565
commit 392f88afc1

@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 1.3.2
-------------
- Improve detection for Egde browser and add pointer event support (#5922)
- Fix bug where pink image was used instead of a thumbnail when image resize fails (#5933)
- Fix so files size/count limit is verified (client-side) also on drag-n-drop uploads (#5940)

@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.3.1 |
| Version 1.3.2 |
| |
| Copyright (C) 2005-2017, The Roundcube Dev Team |
| |

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

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

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

@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.3.1 |
| Version 1.3.2 |
| |
| Copyright (C) 2005-2017, The Roundcube Dev Team |
| |

Loading…
Cancel
Save