Bump version to 1.3.9

pull/6841/head 1.3.9
Aleksander Machniak 5 years ago
parent c4bc3341cb
commit 7b8a183e9f

@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 1.3.9
-------------
- Fix TinyMCE download location (#6694)
- Fix bug where a message/rfc822 part without a filename wasn't listed on the attachments list (#6494)
- Fix handling of empty entries in vCard import (#6564)

@ -2,9 +2,9 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.3.8 |
| Version 1.3.9 |
| |
| Copyright (C) 2005-2018, The Roundcube Dev Team |
| Copyright (C) 2005-2019, The Roundcube Dev Team |
| |
| This program is free software: you can redistribute it and/or modify |
| it under the terms of the GNU General Public License (with exceptions |

@ -3,9 +3,9 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
| Version 1.3.8 |
| Version 1.3.9 |
| |
| Copyright (C) 2009-2015, The Roundcube Dev Team |
| Copyright (C) 2009-2019, The Roundcube Dev Team |
| |
| This program is free software: you can redistribute it and/or modify |
| it under the terms of the GNU General Public License (with exceptions |

@ -5,7 +5,7 @@
| program/include/iniset.php |
| |
| This file is part of the Roundcube Webmail client |
| Copyright (C) 2008-2017, The Roundcube Dev Team |
| Copyright (C) 2008-2019, The Roundcube Dev Team |
| |
| Licensed under the GNU General Public License version 3 or |
| any later version with exceptions for skins & plugins. |
@ -21,7 +21,7 @@
*/
// application constants
define('RCMAIL_VERSION', '1.3.8');
define('RCMAIL_VERSION', '1.3.9');
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.8');
define('RCUBE_VERSION', '1.3.9');
define('RCUBE_CHARSET', 'UTF-8');
if (!defined('RCUBE_LIB_DIR')) {

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

@ -20,7 +20,7 @@
<div id="license">
<roundcube:object name="aboutcontent" />
<h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
<p class="copyright">Copyright &copy; 2005-2018, The Roundcube Dev Team</p>
<p class="copyright">Copyright &copy; 2005-2019, The Roundcube Dev Team</p>
<p class="license">This program is free software; you can redistribute it and/or modify
it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>
as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br/>

@ -14,7 +14,7 @@
<roundcube:object name="aboutcontent" />
<h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
<p class="copyright">Copyright &copy; 2005-2018, The Roundcube Dev Team</p>
<p class="copyright">Copyright &copy; 2005-2019, The Roundcube Dev Team</p>
<p class="license">This program is free software; you can redistribute it and/or modify
it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>
as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br/>

Loading…
Cancel
Save