Skip to content

Commit c23eef1

Browse files
committed
Bump version to 1.3.17
1 parent ca5dd51 commit c23eef1

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
CHANGELOG Roundcube Webmail
22
===========================
33

4+
RELEASE 1.3.17
5+
--------------
46
- Fix XSS issue in handling attachment filename extension in mimetype mismatch warning (#8193)
57
- Fix SQL injection via some session variables
68

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
+-------------------------------------------------------------------------+
44
| Roundcube Webmail IMAP Client |
5-
| Version 1.3.16 |
5+
| Version 1.3.17 |
66
| |
77
| Copyright (C) 2005-2019, The Roundcube Dev Team |
88
| |

installer/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
+-------------------------------------------------------------------------+
55
| Roundcube Webmail setup tool |
6-
| Version 1.3.16 |
6+
| Version 1.3.17 |
77
| |
88
| Copyright (C) 2009-2019, The Roundcube Dev Team |
99
| |

program/include/iniset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
// application constants
24-
define('RCMAIL_VERSION', '1.3.16');
24+
define('RCMAIL_VERSION', '1.3.17');
2525
define('RCMAIL_START', microtime(true));
2626

2727
if (!defined('INSTALL_PATH')) {

program/lib/Roundcube/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454

5555
// framework constants
56-
define('RCUBE_VERSION', '1.3.16');
56+
define('RCUBE_VERSION', '1.3.17');
5757
define('RCUBE_CHARSET', 'UTF-8');
5858

5959
if (!defined('RCUBE_LIB_DIR')) {

public_html/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
+-----------------------------------------------------------------------+
55
| Roundcube Webmail IMAP Client |
6-
| Version 1.3.16 |
6+
| Version 1.3.17 |
77
| |
88
| Copyright (C) 2005-2017, The Roundcube Dev Team |
99
| |

0 commit comments

Comments
 (0)