Skip to content

Commit ce22759

Browse files
committed
Bump version to 1.4.8
1 parent 8ec4743 commit ce22759

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.4.8
5+
-------------
46
- Security: Fix potential XSS issue in HTML editor of the identity signature input (#7507)
57
- Managesieve: Fix too-small input field in Elastic when using custom headers (#7498)
68
- Fix support for an error as a string in message_before_send hook (#7475)

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.4.7 |
5+
| Version 1.4.8 |
66
| |
77
| Copyright (C) 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.4.7 |
6+
| Version 1.4.8 |
77
| |
88
| Copyright (C) The Roundcube Dev Team |
99
| |

program/include/iniset.php

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

2222
// application constants
23-
define('RCMAIL_VERSION', '1.4.7');
23+
define('RCMAIL_VERSION', '1.4.8');
2424
define('RCMAIL_START', microtime(true));
2525

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

program/lib/Roundcube/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959

6060
// framework constants
61-
define('RCUBE_VERSION', '1.4.7');
61+
define('RCUBE_VERSION', '1.4.8');
6262
define('RCUBE_CHARSET', 'UTF-8');
6363
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');
6464

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.4.7 |
6+
| Version 1.4.8 |
77
| |
88
| Copyright (C) The Roundcube Dev Team |
99
| |

0 commit comments

Comments
 (0)